-
There are two pages
1. https://github.com/obsidianmd/obsidian-developer-docs/blob/cc385fedfa8ba84a8909c71850b26b1b4e277616/en/Reference/TypeScript%20API/LivePreviewState.md
2. https://github.com/o…
-
First... I am not TypeScript expert. However, it seems to me the sample plugin code is using:
`async onload() {`
https://github.com/obsidianmd/obsidian-sample-plugin/blob/daa0cba23c36bbdd033087a…
-
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 ina…
-
This appeared to install correctly. I added the path to my vault (checked multiple times).
When I use the `ObsidianMD: Search in vault` command I get the following error:
`command 'obsidianmd.searc…
-
Am on the latest Obsedian mac app version.
Followed import steps as outlined here - https://help.obsidian.md/import/notion
Force reload (after several minutes) reveals an empty Notion folder.
…
-
See https://github.com/obsidianmd/obsidian-releases/pull/969/files
I believe that the update process will create a new plugin note, and the old one will be orphaned, so should probably be deleted b…
-
### Description
If I import the following HTML content, the resulting Obsidian document has extra newlines between every item.
Tested on a MacBook Pro with MacOS 14.3.1 (23D60).
**HTML**
```ht…
-
I am not technically proficient enough to fork etcetera, but I can work on localisation sites, and have done so before.
Urdu is a huge language, 10th biggest in the world.
Please guide me on how to tr…
-
When I follow the directions, Obsidian does not show the plugin as loaded. I have confirmed the repository is in the correct place, the packages are correctly installed, and `npm run dev` completes su…
-
What I'd like to do is replace a phrase like `r/obsidian` to `[r/obsidianmd](https://reddit.com/r/obsidianmd`. I would match `(r/.*)` and replace with `[$1](https://reddit.com/$1) `.