Start building with the Inkdrop API
The Inkdrop API empowers users to tailor and enhance the app's core functionalities. Whether customizing the editor, tweaking the Markdown renderer, or crafting unique themes and plugins, this API provides the tools you need.
Getting started
Before diving deep into the API functionalities, it's essential to familiarize yourself with the basics. Here are two essential guides to get you started:
- The Init File: Understand how Inkdrop loads and how you can customize its behavior using JavaScript in the
init.js
file. Whether you wish to run custom scripts on startup or add new commands, this guide offers a foundation for using the API with JavaScript. - Style Tweaks: Delve into the aesthetic customizations of Inkdrop. Learn how to apply personal style changes and adjustments to the UI using the
styles.less
file, without the need to create an entire theme.
Guides
Access the database
Learn how to access the local database from plugins and external programs.
Data Access
Notes
Learn about the note model and the note class, which provide the core functionality for handling notes.
Notebooks
Notebooks are how notes are organized in Inkdrop and are commonly used to separate notes by category, project, or purpose.
Tags
Tags let you add keywords to notes, making them easier to find and browse when you've got a lot of them.
Local HTTP server
The Inkdrop client app can open a simple HTTP server so that you can access the data from an external program easily.