import { Guides } from '@/components/Guides' import { Resources } from '@/components/Resources' import { HeroPattern } from '@/components/HeroPattern'
export const metadata = { title: 'API Documentation - Inkdrop', description: 'Explore the comprehensive Inkdrop API documentation to customize, enhance, and tailor the app's functionalities. From JavaScript tweaks to UI style adjustments, unlock the full potential of Inkdrop.', }
export const sections = [ { title: 'Guides', id: 'guides' }, { title: 'Data Access', id: 'data-access' }, ]
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.{{ className: 'lead' }}
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: {{ className: 'lead' }}
- The Init File: Understand how Inkdrop loads and how you can customize its behavior using JavaScript in the
init.jsfile. 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.lessfile, without the need to create an entire theme.
