obsidian-plugin-docs
obsidian-plugin-docs copied to clipboard
Unofficial documentation for Obsidian plugin development.
Hi, this part of the doc state that desktop uses CM v5 while mobile uses v6 https://marcus.se.net/obsidian-plugin-docs/editor --- Another page states that everything is v6 https://marcus.se.net/obsidian-plugin-docs/editor/extensions Is the notice outdated?...
[Reference1](https://github.com/obsidianmd/obsidian-api/blob/583ba39e3f6c0546de5e5e8742256a60e2d78ebc/obsidian.d.ts#L2248) [Reference2](https://github.com/marcusolsson/obsidian-plugin-docs/blob/d6bb6bd950ccd74ba135802a5012780361b0da74/docs/reference/typescript/classes/Menu.md)
Add tutorial page of using Vue.js in plugins.
passing in `undefined` here throws the following error: ``` TS2345: Argument of type 'undefined' is not assignable to parameter of type 'App'. ``` I propose this type cast instead, even...
Thanks for the docs! I noticed this had been asked about a few times previously so I figured I'd add it. https://discord.com/channels/686053708261228577/840286264964022302/1000725721762762822 https://discord.com/channels/686053708261228577/840286264964022302/1088037085086236682
Hi, I would like to intercept when enter is pressed in the text input field in the example modal: https://marcus.se.net/obsidian-plugin-docs/user-interface/modals#accept-user-input then I can allow the modal to be closed also...
https://marcus.se.net/obsidian-plugin-docs/editor/extensions/decorations#view-plugins 👉 shows both `live preview` mode, please add document about how to show 👉 only when the cursor not editing the content of what decorations want to change. I...
I've just made a few changes here: 1. The `Build` and `Package` steps have been separated in line with the [discussion](https://forum.obsidian.md/t/using-github-actions-to-release-plugins/7877/3) linked in the documentation. 2. GitHub has [deprecated the...
I'm trying to make it work, but whenever I run `npm run dev`, my .env gets ignored. I have `dotenv 16.0.3` installed, and I've used `dotenv.config()`, but it all leads...