A bash script to port your obsidian vault to Logseq journal.
You give the script the path to your obsidian vault: It will go over all the markdown files inside them (recursively) and will write a Logseq Journal based on what it finds.
- I created this script in a few minutes to migrate my own Obsidian Vault to Logseq. I will probably no longer update this script as I used it once.
- The script uses the modification dates of the markdown files metadata as the date to migrate them into Logseq's daily journal.
- Backup your Obsidian vault before proceeding
- Download the script (clone the repository or just grab the file).
- Give it execute permissions:
chmod +x obsidianToLS.sh
- Run the script and pass in the directory you want to check:
./obsidianToLS.sh /path/to/your/directory