What problem does it solve?
Siyuan Notes is a versatile knowledge base tool, and this Skill simplifies the process of interacting with its API for advanced users who want to automate tasks or manage their notes programmatically.
Core Features & Use Cases
- API Integration: Leverage the Siyuan Notes API to search, read, create, and manage blocks and documents programmatically.
- Automation: Automate repetitive tasks such as searching, updating, and managing content within Siyuan Notes.
- Use Case: If you need to create a document with structured notes every day, this Skill allows you to automate the process using curl commands and a Siyuan API token.
Quick Start
To get started, ensure you have Siyuan installed and configured. Obtain your API token and instance URL, then run a command like this: `curl -X POST "${SIYUAN_URL:-http://127.0.0.1:6806}/api/search/fullTextSearchBlock" -H "Authorization: Token $SIYUAN_TOKEN" -H "Content-Type: application/json" -d '{"query": "your search query"}'