Skip to content

auto-add prefix / folder-name for images #32

Description

@patrickchan911

Since Obsidian come up with an "Attachment Folder Path" function, images in notes can use filename directly without need to type a full path:
![](untitled1.jpg)
which in html:
<img src="untitled1.jpg" />

However in MindStone, if the directory of the image isn't included in the path, the image will be seen as a normal note / .md. (if we don't convert the image link from the note and open it directly, the image link will become like: https://sitename/note/untitled1.jpg which will show 404 in the browser.)

Is there any way to have a config about this?? (e.g. change the routing rules maybe??)

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