https://github.com/inkdropapp/inkdrop-dev-tools
A plugin that adds some useful tools for hacking Inkdrop
https://github.com/inkdropapp/inkdrop-dev-tools
Last synced: about 1 year ago
JSON representation
A plugin that adds some useful tools for hacking Inkdrop
- Host: GitHub
- URL: https://github.com/inkdropapp/inkdrop-dev-tools
- Owner: inkdropapp
- License: mit
- Created: 2022-09-05T02:22:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:13:56.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:45:16.504Z (about 1 year ago)
- Language: JavaScript
- Size: 1.33 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Developer tools for Inkdrop
===========================
Adds some useful features for hacking Inkdrop.
## Install
```sh
ipm install dev-tools
```
## Copy data ID
Copying a notebook ID from the sidebar context menu:

Copying a note ID from the sidebar context menu:

Copying a tag ID from the sidebar context menu:

Copying a tag ID from the editor context menu:

## Hot reload themes
It allows you to watch any file changes in the current active themes (UI, syntax, and preview) and reload them automatically.
To start, select the menu **Plugins → dev-tools → Start hot reloading themes**.
To stop, select the menu **Plugins → dev-tools → Stop hot reloading themes**.