Basics
User data directory
Inkdrop stores your data and config locally at the following path:
- on macOS:
~/Library/Application Support/inkdrop/ - on Windows:
%APPDATA%\inkdrop\ - on Linux:
- deb/rpm:
~/.config/inkdrop/ - Snap:
~/snap/inkdrop/current/.config/inkdrop/
- deb/rpm:
To open it in a file manager, go to Preferences > General and select Open Config Folder.
The config folder has the following files and folders:
config.json— app config file in the JSON formatkeymap.json— keybindings config file in the JSON formatstyles.css- custom CSS file for styling the app. See Style tweaks for details.init.js- custom JavaScript file for advanced customization. See the init file for details.packages/— installed pluginsdev/packages/— linked plugins for developmentdb/— local databasestate-cache/- cached app state for faster startup
Get help
Got any questions about this page? Feel free to ask them on the user forum here.