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
- Host: GitHub
- URL: https://github.com/coldnew/org-inline-html
- Owner: coldnew
- Created: 2018-02-09T02:37:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T14:33:35.000Z (over 8 years ago)
- Last Synced: 2025-03-05T02:18:53.378Z (over 1 year ago)
- Topics: emacs-lisp, mhtml, org-mode
- Language: Emacs Lisp
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
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.]]