obsidian-developer-docs
obsidian-developer-docs copied to clipboard
Hi Obsidian The ref for the `ButtonComponent` is missing. It needs to be added so people like me will have more clarity when developing plugins. 
There are two pages 1. https://github.com/obsidianmd/obsidian-developer-docs/blob/cc385fedfa8ba84a8909c71850b26b1b4e277616/en/Reference/TypeScript%20API/LivePreviewState.md 2. https://github.com/obsidianmd/obsidian-developer-docs/blob/cc385fedfa8ba84a8909c71850b26b1b4e277616/en/Reference/TypeScript%20API/livePreviewState.md that differ only in casing. This is going to be an issue on case-insensitive file systems.
The most popular `js`/`ts` code style is to use single quotes. [Obsidian API](https://github.com/obsidianmd/obsidian-api/blob/master/obsidian.d.ts) also uses single quotes This PR changes all double quotes from code examples to single quotes.
The file https://github.com/obsidianmd/obsidian-developer-docs/blob/cc385fedfa8ba84a8909c71850b26b1b4e277616/en/Reference/TypeScript%20API/md seems to be an index file, but the way it is now, it's inaccessible
I am trying to build a plugin that performs a search on the user's vault and returns search results. I want to use native obsidian components for this as much...
Obviously this comes up a lot less often than submitting a plugin, but it does come up occasionally. Most recently: https://forum.obsidian.md/t/how-do-i-request-removal-of-my-plugin-from-community-list/87164?u=cawlinteffid Related feature request: https://forum.obsidian.md/t/notify-when-installed-plugins-have-been-removed-from-the-community-repo/51678?u=cawlinteffid
Fixed a small typo in the "Use React in your plugin" guide.