Remember view mode per file

My plug-in does not lock the note; it opens the note in the specified view mode. You are still able to switch to a different mode yourself (and edit the front matter YAML).

2 Likes

Glad to solve your needs.
I modified a [colorful preview] plug-in myself, and I only need to add a mark at the end of the md document to automatically enter different modes.
Add three newlines at the end to automatically enter the editing mode when you open the file.
Add three spaces at the end to automatically enter the preview mode when opening the file.ZH多彩预览0.0.7.zip (5.4 KB)

很高兴解决你的需求。我自己修改了一个【多彩预览】插件,只需要在md文档的末尾添加标记就可以自动进入不同的模式。
在末尾添加三次换行,在打开文件时就自动进入编辑模式。
在末尾添加三个空格,在打开文件时就自动进入预览模式。

It has been approved :+1:

2 Likes

Congrats.

A bit related, I feel the current Obsidian’s toggle pane mode option doesn’t follow principle of least surprise. And they kept changing the name of the option. If it just does the reasonable thing, I won’t need this plugin.

All this does is switch the Obsidian Edit/Preview Mode to the other mode when you click on the file with the lines or spaces. You are then in that mode for all other files.

Its great that those line/space files force the mode, but then I still have to switch back when I go to another un-space-line-modified files.

Good work around for the desperate, but not exactly the solution.

Also, it might be better if the file marking was a visible character, like ppp or eee. Or make the characters a setting.

Front matter would also be better.

Sorry for complaining.

Thank you for your advice. It feels that marking with visible characters will pollute the source text. If this is necessary, you can modify the main.js plug-in file to replace the regular expression [\n {3}] with EEE and [ ] with PPP

1 Like

It would be interesting to leave certain notes in reading mode, but not all, especially when dealing with information that has not undergone any further editing.

Use case or problem

Currently, in Obsidian it is only possible to switch between editing and reading mode so that it affects all notes at once.

Proposed solution

Thus, it would be interesting if it were possible to define such a parameter for each note individually and not just globally. Obviously there needs to be a global definition, but it would be nice to have a second individual definition.

1 Like

I feel like this feature / plugins should be a default view per note not lock the view. So if I open my home note it would always open in the read view. If I wanted, I should be able to switch to edit view. Then if I navigate away then back later, my home note should be opened in the read view.

Why Hydra?

It would be nice if the ellipsis menu had a pop out like “Open linked view” does that would allow you to select this note’s default view. That way no matter what view you are in, or you forget the YAML to force a view, you could still easily select which view you want the note you’re in to default to.

1 Like