Extract articles from logseq, format them as a Gemlog. Requires PHP.
src | ||
templates | ||
tests | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
phpunit.xml | ||
README.md | ||
run.php |
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