Updated 3/4/2025
Connect your NotePlan notes to your file system with just a few clicks!
This handy script creates a _Folder_Link.md
(or .txt
) note in each of your NotePlan folders, connecting them to matching folders in your reference files. Each note includes a clickable link to the folder and a neat list of everything inside.
python3 Files_to_NP.py
.md
or .txt
notes? (.md
is usually better)The script explores your NotePlan folders, finds (or creates!) matching folders in your reference files, and makes notes that connect them together. Think of it as building bridges between your notes and your files.
Here's what one of those link notes looks like:
# 💾 Link to Files:
### 👉 [Work](file:///Users/username/Documents/Reference/Work)
## Contents:
- 📁 Project A
- 📁 Project B
- 📄 Meeting Notes.docx
- 📄 Contact List.xlsx
By implementing this script, you can seamlessly integrate your notes and files, enhancing your productivity and keeping everything organized.
Happy organizing!