Skip to content

Instantly share code, notes, and snippets.

View Rainymood's full-sized avatar

Jan Meppe Rainymood

View GitHub Profile
@Rainymood
Rainymood / roam_daily_to_noteplan.py
Created May 18, 2021 12:16 — forked from qbatten/roam_daily_to_noteplan.py
Python script to rename your Roam daily notes to match Noteplan Calendar format.
'''
This is a script that tries to convert Roam Daily Notes to Noteplan Calendar
Notes. All it does is find files in the current directory that have a name
matching the Roam Daily Notes format (e.g. "August 8th, 2020.md"), rename them
to the Noteplan Calendar Notes format (YYYYMMDD, e.g. "20200808.md") and move
them into a subfolder of the current directory: 'renamed_daily_notes'.
I recommend you read this blog post before going any further: