Output gemini formatted documents from org-mode
Lucien Cartier-Tilet
c0787f8ee1
All checks were successful
continuous-integration/drone/push Build is passing
The `g' key is already used by the more widely used ox-gfm. This commit changes the initial key of ox-gemini to capital `G' which I haven’t encountered yet. |
||
---|---|---|
.drone.yml | ||
.gitignore | ||
Eask | ||
LICENSE | ||
Makefile | ||
ox-gemini.el | ||
README.org |
ox-gemini
Forked from Justin Abrahms’ original ox-gemini.
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/
What this fork adds
Not much, really. For now, this is just a way for me to apply a fix in
gemini links as described in commit 94dd2f4.
This forks fixes two issues the original ox-gemini
has:
- link descriptions include a newline when the orgmode code also does, which breaks things (see commit 94dd2f4)
- inline code carries a trailing whitespace (see commit 1eadafd8e0)
TODOs formerly in ox-gemini.el
have also been moved to issues.
Eask
This project is managed with Eask.
License
This software is licensed under GPLv3.