Releases: fabioberger/roam-migration
Releases · fabioberger/roam-migration
Version 1.0.0
This is the first release. I've tested the tool out with my own Roam Research notes (all 1023 of them), and it's worked well. This first release includes the following:
- Adds
#+title
with the name of the file - Converts all Roam bi-directional links to org-roam links
- Renames files with underscores instead of spaces, and with
.org
instead of.md
- Converts hash tags to org-roam links
- Converts roam dates to org-mode dates
- Fixes
TODO
andDONE
tags and adds dates on those line items toSCHEDULED:
org-mode keywords. - Fixes the Roam bullets (
-
with spaces) to org-mode style bullets (*'s) - Removes any Roam-specific styling (e.g., Roam headings)
Roam Research exports have a quirk where if you have a /
in the name of a note, it'll export it as sub-directories. This first version of the tool doesn't fix this, but does recursively convert all files in sub-folders.