ox-slimhtml icon indicating copy to clipboard operation
ox-slimhtml copied to clipboard

a minimalist HTML org-export backend

Results 7 ox-slimhtml issues
Sort by recently updated
recently updated
newest added

Hi! First, thank you for making this package, it's really great! Currently, proper links without contents, e.g. `[[https://example.com]]` don't render quite how you expect, #9 gives a full example. This...

Hi, I started depending on your nice library, and use `org-export-string-as` to convert an org entries' headings and contents from string to html [here](https://github.com/eyeinsky/org-anki/blob/0cee3b649a27dd6cde2e32a40da87b02b1405aeb/org-anki.el#L157) and [here](https://github.com/eyeinsky/org-anki/blob/0cee3b649a27dd6cde2e32a40da87b02b1405aeb/org-anki.el#L160) (the `front` is just...

Currently, link objects with a non-nil link property but with nil contents are exported as the link (without schema/type) wrapped in `` tags. Instead, slimhtml should do the same as...

Spinning this out to its own issue from #7. ox-html checks if a link is the only content for a paragraph, and if so checks if the link's file extension...

Adds HTML export of quote blocks within `` tags. The quoted content itself remains within a `` tag as this appears to be the correct practice even as far back...

Hi @balddotcat , I'm using your light html export for a project, so first thank you for this work ! As i see, i don't found footnote support (`:with-footnotes`), very...

Emit org quote blocks as HTML `` elements.