You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
templates | 1 year ago | |
tests | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
composer.json | 1 year ago | |
composer.lock | 1 year ago | |
phpunit.xml | 1 year ago | |
run.php | 1 year ago |
README.md
logseq2gemtext
This project converts an index of Markdown files (in my case, created in logseq) into Gemtext, with a corresponding Gemlog index. Some parts, including the resulting directory structure, are specific to my own needs and may not be suitable for every use case.
More information: gemini://sixohthree.com/log/publishing-to-the-gemlog-with-logseq.gmi
TODO
- Additional configuration options
- Move more functionality out of
run.php
and into tested classes