Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**.