Giter Club home page Giter Club logo

org-html-themes's People

Contributors

alejandrogallo avatar alphapapa avatar avkoval avatar ayys avatar chuanma avatar dieter-wilhelm avatar dr-neptune avatar fliar avatar fniessen avatar gizmomogwai avatar habibmy avatar jsparedes avatar lionyxml avatar nethuml avatar niyumard avatar olberger avatar plcarman avatar seahawk1986 avatar tfree87 avatar thblt avatar titaniumbones avatar vindarel avatar yamanq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

org-html-themes's Issues

ReadTheOrg does not print well

Lovely theme. I would love to use it for all my docs, but unfortunately I sometimes have to print some of them, and they come out with the table of contents obscuring the text. Removing the TOC altogether when printing would work for me, if that's easier.

Disable dashboard for bigblow

First of all, thanks a lot for this work. I got a nice looking and very usable website in a matter of minutes using bigblow. However, the dashboard is cause for trouble when viewed on a mobile phone. When it's panels are open, they completely cover the screen like curtains and they can't be removed anymore. Since I don't really use it at the moment, I'd like an option to remove it from the stylesheet. I guess I could look though the code and remove it altogether but I've absolutely no experience in javascript.

bootstrap or foundation?

just wondering if yoiu'd be interested in building a style that loads either Twitter Bootstrap or Zurb foundatoin -- I have gotten used to some of hte typography in these frameworks and miss those elements. but I odn't want to miss hte cool features of bigblow.

I see there's an ox-twbs for twitter:
https://github.com/marsmining/ox-twbs
Might be a starting point?

Thank you for this, it's awesome.

Table of contents in ReadTheOrg doesn't scroll *

Apologies if this is double-posted; I tried a few days ago but don't see it.

I've tried doing a couple of documents with ReadTheOrg. It's an awesome theme; I'd like to use it for a number of documents.

One of my documents is really long. I've noticed some issues with the left-sidebar table of contents:

  1. The left sidebar table of contents doesn't scroll.
  2. When I expand a section by clicking on its heading in the left sidebar TOC (thus exposing the "sub-TOC" for that section):

2.1 the expanded sub-TOC doesn't scroll either; and

2.2 there doesn't seem to be a way to re-collapse the expanded TOC.

Setting image size in output

When using readtheorg theme I'm trying to make the image smaller, e.g. by:

+ATTR_HTML: :height 50px

Unfortunately, this doesn't do anything. Is there a way to control the image size in the output?

Thank you very much!

"Dashboard" is rotated

This looks really great!! Thanks!

On my chrome there seems to be a little bug: the "Dashboard" is rotated wrongly and cut. See the image
screenshot from 2014-09-16 10 04 59

I'd be happy to provide further details as needed.

Bigblow: Tabs aren't created unless a title is specified

Just figured I'd add this here in case someone else runs into this issue. It doesn't necessarily need to be fixed, just maybe documented in the readme.

When exporting using the Bigblow style, the tabs for all the different sections won't be exported if the document is missing a #+TITLE directive. This is because in bigblow.js, in the function tabifySections(), the last step is to find an element with class "title" and add the tabs to it, but when no title is specified, that element isn't created.

I'm using the newest org-mode (version 8.3.1, from ELPA) and the most recent clone of this repository.

To reproduce: Make a new directory, create an org file, and clone this repository. Then fill the org file with:

#+TITLE: Required title
#+OPTIONS: html-scripts:nil html-style:nil

#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="org-html-themes/styles/bigblow/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="org-html-themes/styles/bigblow/css/bigblow.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="org-html-themes/styles/bigblow/css/hideshow.css"/>

#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery-1.11.0.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>

#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery.localscroll-min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/jquery.zclip.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/bigblow.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/bigblow/js/hideshow.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="org-html-themes/styles/lib/js/jquery.stickytableheaders.min.js"></script>
* Header
** Subheader
   Content

   More content
** Subheader 2
   Please?

* Second
** Such Wow
   contnet

** super whoa
   mkksks

If you export this to HTML, the tabs will work correctly, but if you remove the #+TITLE line, they will not.

Improve the BigBlow theme for mobile

It doesn't appear to have mobile support, which makes for a poor browsing experience on the phone.

This seems like a nice feature to have, and I think many others would appreciate it as well.

Date/time stamp in a heading does not display as expected

image

Firstly, very much like your theme. In the above image, I would have expected the colour scheme and theme to handle the date/timestamp. With the top line continuing across the timestamp and the grey colour appearing behind the same date/timestamp.

Is this an issue or expected behaviour?

LaTeX overlap in readtheorg and size too big in bigblow

Hello,

When exporting documents with LaTeX fragments, in bigblow the size is way too big (3 times the size of standard text) , how can I change it to make it fit the standard text size ?

In readtheorg some LaTeX fragments overlap text, also some fragments doesn't show up, like $\mathbb{K}$.

HMTL export does not export the whole file

In a document structured as below :

  • First title
    ** First subtitle
    todos and stuff
  • Second title
    todos and stuff

The exported result contains only everything within "First title" and not "Second title". I checked that classic org-mode doesn't have this limitation.

Bigblow: toggle collapse/expand with a single button/key

Hello!
Is it possible to have just one button and one hotkey to toggle HS_SHOW_ALL_TEXT and HS_HIDE_ALL_TEXT?

I have moved the two .buttons above the main section headline by changing some CSS and modifying hideshow.js line 166 like this:
$('.section-number-2').before($('<div class="buttons dontprint"></div>'));

svg image is cut of on right side

Hi

Some svg images are cut of on the right hand side (see Screenshot 1, including the R code used to generate the graph):

screenshot_1

The svg in itself is complete (see screenshot 2):

screenshot_2

Here is the code used to insert the image in the org document:

*** Self thinning lines of /quercus_robur/
#+CAPTION: Self thinning lines of /quercus_robur/
#+LABEL: fig:stl_quercus_robur
#+ATTR_LATEX: :float nil
[[file:selfThinningLines_quercus_robur_.svg]]

reducing the width of the generated svg to 6 in the R code, does make a difference, but then the font sizes have to be changed as well which is not to nice.

Any suggestions?

Thanks,

Rainer

Automatically generate icon for going to # link the way that github does

github's org export automatically generates an invisible icon next to each heading that allows linking to that heading. I'm not sure if this falls on the org-export or org-html-themes side of things, but it would be nice to have this sort of thing in the read-the-org theme to allow for easy linking to specific headings.

readtheorg theme sticky toc is not opened when set toc headline level 4.

Thank you for your awesome org theme !

It is very clean and smart theme.

Today I found a bug when set the toc headline level 4.

Below is my setting.

My setting in org file.
#+SETUPFILE: "theme-readtheorg.setup"
#+OPTIONS: toc:4

My org export variable setting.
(setq org-export-headline-levels 4)

HTML Export
As HTML file(C-c C-x C-e h h)

Problem

When set toc headline levels lager than 4, sticky headline track scroll feature is freezing(no interactive list open/close with scrolling).

Linebreaks are not recognized in the exported html

For example, if I have the following:

* header
** sub-header
subject-a is not so interesting
I will not write more on subject-a

subject-b is really interesting
I will write more on subject-b
subject-b notes
more subject-b notes
all of these notes are separated by linebreaks
At least they should be

It looks like this in the rendered html:

* header
** sub-header
subject-a is not so interestingI will not write more on subject-a

subject-b is really interestingI will write more on subject-bsubject-b notesmore subject-b notesall of these notes are separated by linebreaksAt least they should be

Is there a way to add linebreaks in between these notes?

Disable Tab?

I regularly print my exported org files as a whole. Is it possible to disable tabs?

Use local jquery and bootstrap instead of CDN ones

Using org-mode for note taking without internet connection is quite common, and if we're not using the local jquery and bootstrap we probably cannot even view the rendered org html file. It would be very nice if we make the resources available at local filesystem.

how to display "_"

when I input init_db.sql, the html render

init<sub>db.sql</sub>

I need to input "" twice, Is it have an other way to display ""?

Sticky Table Headers

I'm not sure how common a use-case this is, but I have some files with long tables containing lengthy text -- I use html export mostly so I can look at the whole table properly. For this I like to have "sticky" table headers. I can get this by adding JQuery Sticky Table Headers to the js scripts:

https://github.com/jmosbech/StickyTableHeaders

and then including a trivial bit of code:

$(document).ready ( function(){
    $('table').stickyTableHeaders();
});

It looks like Floatthread (http://mkoryak.github.io/floatThead/#) might also work, though it seems to add an unhelpfully narrow width to the table CSS.

I'm wondering whether it's worth including this in bigblow? Maybe lots of people would like it?

code block export issue

Hi,

the export of code blocks stopped working for me with an orgmode update mode from 8.X to 9.0.9.
All line breaks are removed from the exported html (this does not happen with the "plain" style)

Minimal example:

`
#+TITLE: Test
#+SETUPFILE: setup/theme-readtheorg-local.setup

#+BEGIN_SRC C
#include <stdio.h>

int main() {
printf("Hello World");
return 0;
}
#+END_SRC
`

codeblock

thank you!

Read The Org: Resources returning 404.

Recently MathJax stopped rendering on my org documents rendered with this theme. The only thing I found in the debugger was that the following URL was 404ing: http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js.

It appears that the hosted copies of JS are gone.

Applying a theme to an exported agenda view

Thanks for this great setup. I use a custom agenda command with org-store-agenda-views to publish the day/week agenda and global to-do list to a private website through Dropbox. Is there any way to apply these themes to exported agenda views? I don't see any way to use the #+SETUPFILE option, for example.

Your readme.ord does nots render that good using the biglow theme

Hi Fabrice,

Been meaning to try org-mode and your stuff for a long time.
Being lazy, I just tried to switched the theme of your readme.org to bigblow... you shoud have a look for yourself... It does not really render as well as I expected. But of course, I imagine that the start hypothesesfor biglow had changed since you wrote the readme.......

So I confirm that bigblow is really good, excellent, stuff but ain't perfect yet :-)
BTW, math stuff does not seem to render in bigblow... (or I did not find the missing incantation).

Cheers,

D.

ReadTheOrg margins are too small when printing

I don't know if anything can be done about this, but the vertical (top and bottom) margins are too small when printing, which results in running over page numbers on Firefox and strange splitting (cut lines) on Chrome. See attached screenshots.

print-preview-firefox

print-preview-chrome

Raw HTML doesn't appear to work

Your example doesn't have red text, and as simpler example also appears to have no effect. HTML tags within the #+HTML_BEGIN: are also treated as Org text.

#+HTML_BEGIN: <i>
Text can be preformatted 
#+HTML_END: </i>

The above does not render as italic, and a <b>foo</b> tag within does not render as bold.

copy-to-clipboard is hidden

There is a "copy-to-clipboard" button hidden at the upper right corner of code block
image

It can be fixed by setting z-index for the class of snippet-copy-to-clipboard but it looks out of place. But it's still better than hidden in my opinion.

image

Firefox and Chrome print "Press r or click ..."

When I have a web page with a TODO item, I get the "Press r or click here" box at the bottom when using the Bigblow theme.

When I print the page, both Firefox 38.2.1 and Chrome print this box on every page.

Safari 8.0.8 does not.

Is this a bug in these browsers or do they need some special treatment?

I'm using org 8.2.10, but that shouldn't matter.

Axel

Vertical scrolling of tables

In the unthemed org export I can scroll vertically page if I include a wide org table.

In both themes vertical scrolling is not supported.

org-publishing not happening

I had everything working using your org-html-themes. But now the following error comes in the minibuffer while trying to do a org-publish-project

apply: Wrong type argument: listp, #("Fabrice Niessen" 0 15 (:parent (#0)))

Any reason what could have been messed up at my end.
Thanks
VKJ

Better mobile support for ReadTheOrg

Right now, on a narrow screen the TOC on the left simply covers up the text body. On my Android phone this actually renders the page completely unreadable. The width of the TOC ends up taking the majority of the screen, and I can't read any of the text. I also can't zoom in or out.

On the actual RTD theme it automatically switches to a mobile view as the window narrows below a certain pixel value. It seems that the @media max-width calls are in the readtheorg.css file, but things aren't behaving properly.

Sorry to submit a complaint rather than a PR 👎 for me.

FEATURE REQUEST collapsible checkbox lists

I really enjoy using the big blow theme export but when using check boxes I have to write a lot of custom exported html in order to get them how I like.

The builtin export of the check-boxes only works for very small lists. To keep large lists manageable I implement a collapsible hyperlink tag <a href="javascript:void(0);"> expandable/collapsible list item </a> but this results in me having to write alot of my own html and javascript to get things working.

This is what is looks like after I am done rolling my own html and javascript unordered lists (clicking the hyperlinks causes them to expand or contract)
image
Is this something that could be built into the exporter?

Read The Org does not export border attribute

First of all thanks again for your nice themes!

I noticed that there is a problem exporting picture with border attribute with this theme (Bigblow is working correctly).

#+CAPTION: Frattura provocata da una impropria sezione dello sterno
#+attr_html: :width 300px :border 3px black
#+ATTR_LaTeX: swidth=5cm,angle=90
#+name: Fig.1-1

The picture exported is correctly display with appropriate width but without border.

ReadTheOrg - TOC Alignment

Hi, I like the way that the TOC has indentations to indicate the headline levels.

The default TOC has right alignment, it feel it's hard to navigate to a specific date, as shown in the image. I wonder if there is an easy way to align the TOC to the left?

image

ReadTheDocs and one-page content

Is there a way not to load all the content of the org-mode exported website in one, big HTML file? Maybe one HTML file per section/heading?

Next section links at bottom

This is a feature request for adding "Next" section links to the bottom. Right now to get to the next section you have to click the "Back to Top" button then click on the next section, which works but feels like a lot of work just to keep reading.

I'll try to find time to add this and submit a pull request, but you won't hurt my feelings if you beat me to it!

styel error

#+DESCRIPTION: Org-HTML export made simple.
#+KEYWORDS:  org-mode, export, html, theme, style, css, js, bigblow
#+LANGUAGE:  en
#+OPTIONS:   H:4 toc:t num:2 ^:nil

#+PROPERTY:  header-args :padline noho
#+SETUPFILE: setup/theme-readtheorg-local.setup

image

custom IDs work for ReadTheOrg but not Bigblow

If I have a section with a custom ID like this:

* About
:PROPERTIES:
:CUSTOM_ID: about
:END:

When I export with ReadTheOrg the URL is index.html#about but if I export with bigblow, the URL is index.html#outline-container-org3a03cbd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.