Converts Notion exports into Obsidian markdown
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
39
commits
Fix table issue: Don't use link text in tables (for wiki links)
ac87c03View on GitHubMore refactoring and cleanup. Figured out why some links were not working: Obsidian links work with forward slash *only*. Paths (from directory traversal, etc) are OS-specific, so on windows they get formatted with backslash.
0b3b4d8View on GitHubMore refactoring and cleanup. Still not sure how to get that file links to work.
7b5aaeeView on GitHubtable "name" links work better now. File links still have some issues.
a6f1f31View on GitHubmoved link_is_external into path_helpers, minor cleanup
72f161cView on GitHubfix table links... revert back to just linking with wikilinks
945e234View on GitHubremove first top-level header if it's the same as the page name (file stem)
1bfb104View on GitHub