A bookmark management tool that combines mind map (jsmind) and richtext editor (lexical).
## Overview
This app displays a hierarchy of bookmarks as a mind map and allows you to save notes at each node of the mind map.
## Features
* You can create multiple mind maps as profiles
* You can save notes in rich text format (images, tables, etc.) for each node of the mind map
* If you save a full screen capture from the context menu, the image will be displayed as a preview when you hover over the node of the mind map
* export/import each profile (Note: exclude preview images)
* Import bookmarks from browser (supports Chrome / Microsoft Edge)
* Import exported file
## Usage
(key mapping for mind map)
* Enter: add brother node
* Ctrl+Enter (or Insert): add child node
* Shift+Enter: open link
* Shift+Ctrl+Enter: bulk add child nodes from tabs in current window (with deduplication)
* Delete(or Backspace): delete node
* move to trash node (at the bottom right of the map) to preventing accidental deletion
* If you delete the trash node, all the nodes under it will be completely deleted
* Drag and Drop: move a node's position
* D-pad: select a node in that direction
* F2 key (or double click): Edit a node topic
* Ctrl (or Alt) +I/O: Zoom In/Out
* Ctrl (or Alt) +P: Switch profile [with Shift, reverse order]
* Ctrl (or Alt) +R: Select root node
* Ctrl (or Alt) +T: Switch theme [with Shift, reverse order]
(others)
* Press the edit button at the bottom right of the screen, edit a note, then press the save button to save the note
* After changing the URL field while the node is selected, the changed URL is saved when the focus is off
* Click “Capture Full Page” or “Capture Visible Area” on context menu on the opened page to save the preview image
* Since this app use Chrome debugger function, “KnowledgeMap started debugging this browser" is displayed. (automatically turns off after a few seconds)