Michael Naumov
Michael Naumov
Fixes #88
Please fill in this template. - [X] Use a meaningful title for the pull request. Include the name of the package modified. - [X] Test the change in your own...
### What happened? I have `Debug startup time` setting enabled in `Obsidian`, which enables source maps for plugins In the DevTools console I see messages from Dataview like: ``` Dataview:...
Fixes #2419
**Is your feature request related to a problem? Please describe.** I want to be able to access `DataviewInlineApi` in a strongly typed way. **Describe the solution you'd like** ```ts import...
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