An open API service indexing awesome lists of open source software.

https://github.com/coldnew/org-inline-html

[WIP] Export org-mode to HTML with embedded image and css
https://github.com/coldnew/org-inline-html

emacs-lisp mhtml org-mode

Last synced: 3 months ago
JSON representation

[WIP] Export org-mode to HTML with embedded image and css

Awesome Lists containing this project

README

          

#+TITLE: org-inline-html

#+BEGIN_QUOTE
This project is under development. THIS IS ALPHA RELEASE.
#+END_QUOTE

#+BEGIN_QUOTE
This project may be renamed later
#+END_QUOTE

Export org-mode to HTML with resources such as image embedded in base64 format ([[https://en.wikipedia.org/wiki/Data_URI_scheme][Data URI scheme]]).

* References

This project can't be done without these people's work:

- [[https://www.reddit.com/r/orgmode/comments/7dyywu/creating_a_selfcontained_html/][reddit: Creating a selfcontained HTML]]
- [[https://emacs.stackexchange.com/questions/27060/embed-image-as-base64-on-html-export-from-orgmode][emacs.stackexchange: Embed Image as Base64 on HTML export from Orgmode]]
- [[https://stackoverflow.com/questions/19614104/how-to-tell-org-mode-to-embed-my-css-file-on-html-export][stackoverflow: how to tell org-mode to embed my css file on HTML export?]]
- [[https://github.com/org-mime/org-mime/blob/master/org-mime.el][org-mime: org-mime can be used to send HTML email using Org-mode HTML export.]]