Import from Foam #3420
-
Hi! I tried trilium and it looks very promising. But I already have a big archive of notes made with foam. This is basically just a bunch of markdown files. I tried importing the notes using the import function, but there are two things that did not work and would be needed for me to be able to migrate: All links between notes are wikilink The journal is a bunch of markdown files following a specific pattern Is there a way I can import the links and the journal structure? Is there something I can do to prepare the files for import (e.g. some regex foo)? Thank you! P.S. Extracting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
For link preservation, you might try to convert first to HTML using some converter which understands Foam syntax. For tags and journal notes I guess you would have to create some import script using ETAPI. |
Beta Was this translation helpful? Give feedback.
For link preservation, you might try to convert first to HTML using some converter which understands Foam syntax.
For tags and journal notes I guess you would have to create some import script using ETAPI.