Output gemini formatted documents from org-mode
4572682a99
ox-gemini inherits the behavior of ox-ascii of folding the paragraphs. It's wrong because in gemini paragraphs are a single long line. This is an attempt at fixing it. Signed-off-by: Justin Abrahms <justin@abrah.ms> |
||
---|---|---|
test | ||
.build.yml | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
ox-gemini.el | ||
README.md |
ox-gemini
This adds support for exporting org files in gemini format. Many things in here were taken from the ascii exporter, from which this one derives.
- Read more about gemini here: https://gemini.circumlunar.space/
- Read more about org-mode here: https://orgmode.org/
License
This software is licensed under GPLv3.