From: Adam Dullage Date: Sun, 21 Aug 2022 06:37:50 +0000 (+0100) Subject: Added API info to README X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=29939a44c8cc118fde8b2ee881251b9dc3159711;p=flatnotes.git Added API info to README --- diff --git a/README.md b/README.md index 1849e91..0ef6f6e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Yes! See the [Advanced Searching](https://github.com/Dullage/flatnotes/wiki/Adva ### How do I get my notes out of flatnotes? They're just markdown files. There's no database, proprietary formatting, complicated folder structures or anything like that so you're free to just move the files elsewhere and use another markdown editor. +### Is there an API? +Yes. The docs are available at the `/docs` endpoint. See [demo.flatnotes.io/docs](https://demo.flatnotes.io/docs) as an example. + ## Roadmap I want to keep flatnotes as simple and distraction free as possible which means limiting new features. This said, I welcome feedback and suggestions.