-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22fc8ae
commit 84a69b9
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# Local REST API for Obsidian | ||
|
||
Docs: https://coddingtonbear.github.io/obsidian-local-rest-api/ | ||
See our interactive docs: https://coddingtonbear.github.io/obsidian-local-rest-api/ | ||
|
||
Have you ever needed to automate interacting with your notes? This plugin gives Obsidian a REST API you can interact with your notes from other tools so you can automate what you need to automate. | ||
|
||
This plugin provides a secure HTTPS interface gated behind api key authentication that allows you to: | ||
|
||
- Read, create, update or delete existing notes. There's even a `PATCH` HTTP method for inserting content into your section. | ||
- List notes stored in your vault. | ||
- Create and fetch periodic notes. | ||
- Execute commands and list what commands are available. | ||
|
||
Hopefully you find this as useful as I do! |