obsidian-export/src
Nick Groenen f0dd6f7132
Fix: also percent-encode `?` in filenames
A recent Obsidian update expanded the list of allowed characters in
filenames, which now includes `?` as well. This needs to be
percent-encoded for proper links in static site generators like Hugo.
2021-02-16 09:13:04 +01:00
..
lib.rs Fix: also percent-encode `?` in filenames 2021-02-16 09:13:04 +01:00
main.rs New: add `--version` flag 2021-02-15 21:24:23 +01:00
walker.rs Chg: Don't Box FilterFn in WalkOptions 2021-02-12 13:37:00 +01:00