-
Notifications
You must be signed in to change notification settings - Fork 13
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
problem with paths links #3
Comments
In addition it would be nice if it would respect the settings set in "Files and Links". |
Will see about how it could go on about doing this. Will come back for a next update to this plugin soon. @Nebucatnetzer @StefanoCecere hmm intriguing! In Obsidian that works with mine, granted that images have unique filenames. Last I tried, it's the same way if using the Wikilinks [[]] format and the file name isn't unique, Obsidian simply can't find the file. Will see about how to go on about seeing folders as well instead of just parsing text to do this. |
Hi - thanks for the work here. Please would it be possible to have a setting to allow the user to choose how the link is formatted? Relevant to the file path for example as Stefano suggested above? I keep my images in an assets folder so ideally the [[image]] link should be converted to |
I think this counts as a bug--it's understood that wikilinks should be resolved by search, but the assumption is that "true" links should be either relative or absolute. It could be an additional preference as the ghost above me suggests, or it could try to follow the existing "Files & Links > New Link Format". #8 seems like a duplicate of this, although it seems to have a better handle on what the actual bug is. |
i have an images in subdirectory
img/
![[my_image.png]]
show the imagebit the plugin converts the link to

which doesn't work, should be

the same works with notes links.. if they are in different directories
The text was updated successfully, but these errors were encountered: