summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Theiner <[email protected]>2024-07-31 23:00:52 +0200
committerJohannes Theiner <[email protected]>2024-07-31 23:00:52 +0200
commitfa15a2558e5c50ea41055fb90f947e7ade7b3b57 (patch)
treeafd8c92b3408c9bb30010a9d18b1b8096df98d9d
parent15e343739e28eaed668445d7af274bd22c1a7a9f (diff)
parentbfa01456443a04973ccd13d6396e4801883ca362 (diff)
downloadai-pulse-obsidian-plugin-fa15a2558e5c50ea41055fb90f947e7ade7b3b57.tar.gz
ai-pulse-obsidian-plugin-fa15a2558e5c50ea41055fb90f947e7ade7b3b57.zip
Merge remote-tracking branch 'origin/master'
# Conflicts: # tsconfig.json
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bb0348e..578b2e2 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
This is a sample plugin for Obsidian (https://obsidian.md).
-This project uses Typescript to provide type checking and documentation.
-The repo depends on the latest plugin API (obsidian.d.ts) in Typescript Definition format, which contains TSDoc comments describing what it does.
+This project uses TypeScript to provide type checking and documentation.
+The repo depends on the latest plugin API (obsidian.d.ts) in TypeScript Definition format, which contains TSDoc comments describing what it does.
**Note:** The Obsidian API is still in early alpha and is subject to change at any time!
@@ -41,7 +41,7 @@ Quick starting guide for new plugin devs:
## Adding your plugin to the community plugin list
-- Check https://github.com/obsidianmd/obsidian-releases/blob/master/plugin-review.md
+- Check the [plugin guidelines](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines).
- Publish an initial version.
- Make sure you have a `README.md` file in the root of your repo.
- Make a pull request at https://github.com/obsidianmd/obsidian-releases to add your plugin.