athens-export icon indicating copy to clipboard operation
athens-export copied to clipboard

Standalone tool that converts an Athens Research database into a logseq directory

Results 6 athens-export issues
Sort by recently updated
recently updated
newest added

On Windows 10. Exception in thread "main" java.io.FileNotFoundException: ..\Documents\logseq\pages\Where is My Flying Car? by J. Hall.md (The filename, directory name, or volume label syntax is incorrect) at java.base/java.io.FileOutputStream.open0(Native Method) at...

I've been trying this out to understand how other tools like logseq feel, and noticed an issue where one rather large document I have has it's indentation reset in the...

Hi. Right now readme says: ``` $ clj -X athens.export/export \ :athens '"path/to/athens/index.transit"' \ :logseq '"path/to/empty/logseq/dir"' ``` That sounds like it expects the logseq dir to be empty at that...

Making it easier to follow the readme instructions if you aren't familiar with clj.

In Logseq, once the database has been imported, you still don't get working block references and instead get red highlights suggesting that the original point of references doesn't exist. If...

fixed wrong block ref when a block has more than two refs. UUID changed to be deterministic function of athens block-id Basically was caused by undefined behaviour, since each block-ref...