Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:13:56.000Z (about 2 months ago)
- Last Synced: 2024-10-30T03:52:55.534Z (about 2 months ago)
- Language: JavaScript
- Size: 1.33 MB
- Stars: 4
- Watchers: 3
- 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:
![How to copy notebook id](./docs/copy-notebook-id.png)
Copying a note ID from the sidebar context menu:
![How to copy note id](./docs/copy-note-id.png)
Copying a tag ID from the sidebar context menu:
![How to copy tag id](./docs/copy-tag-id.png)
Copying a tag ID from the editor context menu:
![How to copy tag id](./docs/copy-tag-id_2.png)
## 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**.