Extract articles from logseq, format them as a Gemlog. Requires PHP.
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.
 
 
Annika Backstrom ee5ed3e075 Add support for Gemtext preformatted text. Fixes #5 1 year ago
src Add support for Gemtext preformatted text. Fixes #5 1 year ago
templates Put date on second line, and use some emoji 1 year ago
tests Add support for Gemtext preformatted text. Fixes #5 1 year ago
.gitignore Initial commit with PSR-4 autoloading and phpunit 1 year ago
README.md Add more information to README 1 year ago
composer.json Add GemlogParser and skeleton ArticleParser 1 year ago
composer.lock Add GemlogParser and skeleton ArticleParser 1 year ago
phpunit.xml Include all tests in phpunit.xml 1 year ago
run.php Remove single quote in sanitized title 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