Quorafind / Outliner.MD

https://outliner.md
128 stars 2 forks source link

[FR] Editable mode rather than readonly mode #48

Open Moyf opened 1 month ago

Moyf commented 1 month ago

I hope to enable the "whitelist mode" in the plugin settings. In whitelist mode, all embed blocks are read-only by default, and they become editable only when editable is added.

(Reverse the readonly logic)

The need arises from frequently using pure reading mode, with only occasional requirements for bidirectional editing.

希望可以在插件设置里启用「白名单模式」 白名单模式下,所有 embed block 默认只读,添加 editable 后才改成可编辑

(把 `readonly 的逻辑反过来)

需求出发点是平时用到纯 reading 的时候比较多,偶尔才会有需要双向编辑的情况