Something that bothers me about #Obsidian is that (to my knowledge) it’s not possible to open a #Markdown document outside the vault. You must import the document into your vault before being able to edit it. I find that annoying. It should definitely be possible to open a document outside the vault/workspace to view and edit it. It will be a feature I will add to my notes app. I think, when opening a document outside the workspace, it should open in a separate window that doesn’t include the sidebar but only shows the document by itself. Otherwise I need to figure out a way to make it clear for the user which files are part of the workspace and which are external.
Frederik Handberg's avatar Frederik Handberg
**Workspaces in notes app** In my notes app, I need to decide how to represent **workspaces**. It’s the top-level context where a user’s notes, images, and mood boards are stored. #Obsidian uses _vaults_, but it's really just a normal folder. I think that’s the way to go for my notes app as well. It’s really important that it’s portable and open, and because it’s just a normal folder, you can copy it anywhere. The idea is when the user opens a directory, the app treats it as a workspace and loads all notes, images, and mood boards from inside it. When a user pastes or drags an image into a note, the app will copy that image into the workspace directory instead of keeping a reference to its original location on disk. This is important because the image path would break if moving the workspace folder to a different location while the image isn’t saved in the folder itself. By keeping images inside the workspace directory, all paths remain relative and the workspace folder can be moved around freely without worrying about breaking paths.
View quoted note →

Replies (1)