Skip to content

Links ignore folders and are treated differently depending on using ()[markdown] or [[wikilink]] notation #333

Open
@thaihugo

Description

@thaihugo

Hello,

I'm trying to make sense with images linking in my markdown documents, as it seems different to my Obsidian setup on Linux and Markor setup on Android.

I've added my Markdown Base folder as a local notebook, and I can use all functions once I cd in my folder.

My markdown document database is organized in multiples subfolders:

Markdown Base Folder
|_Bookmarks
   |_Assets
   |   |_Image1.jpg
   |_Web.bookmark.md

If I want to link Image1.jpg, I would add this link on Web.bookmark.md:

![](Assets/Image1.jpg)

This would show the image on Obsidian and Markor, but not on nb

nb browse Bookmarks/ --gui

If I link with the subfolder:

![](Bookmarks/Assets/Image1.jpg)

It would work in Obsidian and nb but not Markor. I also feel Obsidian is more accepting because this is not a relative path to the document but a relative path to the root folder, so I'm not sure if it's proper.

Of course, if all documents are at the root folder, all will work, but then I loose sub folder organization.

My question is : how can I setup my links so they can be seen as relative by all 3 programs, or how can I make nb to add automaticaly the subfolder name to links inside a md document?

Thanks a lot for your time and help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions