-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support relative paths #17
Comments
I would love to see support for relative paths as well.
|
This feature would help me a lot |
A second to that. Relative links would be absolute great. Obsidian is still not very good with relative links, but each improvement that eases the pain is welcome. Actually, not being able to have the links relative significantly limits my use of this plugin. |
This is very helpful for long term usage... |
if you are still looking for relative path for this I needed it for my vault and got it working well enough. Here is the changes to the main.ts file in the .obsidian/plugins folder replace: with: |
I use folder notes for my galleries. I would like to be able to generate a gallery from all images in the current folder.
Currently, if I move a folder, I have to manually update the gallery paths.
The text was updated successfully, but these errors were encountered: