Replies: 1 comment
-
|
Created an issue to track this request here: #223 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when using transform_explicit and create_dirs in combination, links are created as e.g.
[work/with/dirs](2023-01-30_work/with/dirs.md). I woud have expected something like[work/with/dirs](work/with/2023-01-30_dirs.md)as otherwise, directory hierarchies would be created over and over again.I understand that I could change transform_explicit to do this for me properly, but imho this is so generic that it could be supported as a setting, something like
prefix_dirs=truefor the current setup andprefix_dirs=falseto prefix the filename, but not the directory structure.What do you think?
Thanks for the nice plugin, btw!
Sven
Beta Was this translation helpful? Give feedback.
All reactions