A minimal tool to convert a "standardly" configured Obsidian vault to a Jekyll or Hugo blog.
Stars
68
Forks
3
Watchers
68
Open Issues
0
Overall repository health assessment
36
commits
2
commits
No package.json found
This might not be a Node.js project
Ensure highlighting regex is not greedy, which breaks multiple highlights in a document
e1d32a0View on GitHubEnsure test modification for metadata section calls the correct transformer function for highlight rewriting
dd76a39View on GitHubUse rewriting engine for rewriting highlights in post content
110827cView on GitHubImport rewriting engine by default in the rewriting package
505d7edView on GitHubAdd test case for highlighting multiline text which Obsidian seems to do
67e98c0View on GitHubMove rewriting module into its own package for a clearer transformers location
3de0e0fView on GitHubAdd tests covering edge scenarios with preformatted blocks
e0a6f0fView on GitHub