Skip to content

Releases: fabioberger/roam-migration

Version 1.0.0

22 May 11:15
Compare
Choose a tag to compare

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 and DONE tags and adds dates on those line items to SCHEDULED: 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.