Skip to content

Instantly share code, notes, and snippets.

View jangroth's full-sized avatar
🚀
Launching

Jan Groth jangroth

🚀
Launching
View GitHub Profile
@jangroth
jangroth / dendron-to-obsidian.py
Created March 25, 2023 04:53
Converts dendron note structure to obsidian note structure
# converts dendron note structure to obsidian note structure
# - removes frontmatter
# - adds tags
# - converts internal links
# - ignores empty (frontmatter-only) notes
#
# use at your own risk
import glob
import re