summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Theiner <[email protected]>2024-11-11 21:25:18 +0100
committerGitHub <[email protected]>2024-11-11 21:25:18 +0100
commitee04e2f81febe0644aa7bcce4b46942e94a8a125 (patch)
treefaec43386e0e07317f54b37b59a914e3153730ae
parentdaa0cba23c36bbdd033087a1f7e6463b57b5ebf5 (diff)
parent92050ad841e28de8b18cc3fc591ab3c9da6f5e30 (diff)
downloadai-pulse-obsidian-plugin-ee04e2f81febe0644aa7bcce4b46942e94a8a125.tar.gz
ai-pulse-obsidian-plugin-ee04e2f81febe0644aa7bcce4b46942e94a8a125.zip
Merge pull request #120 from claremacrae/fix-readme-api-comment
Remove statement that API is unstable
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 578b2e2..c773152 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@ 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.
-**Note:** The Obsidian API is still in early alpha and is subject to change at any time!
-
This sample plugin demonstrates some of the basic functionality the plugin API can do.
- Adds a ribbon icon, which shows a Notice when clicked.
- Adds a command "Open Sample Modal" which opens a Modal.