jsmm READMEjsmm is a proof of concept vscode extension for creating and editing mind maps. For now, it supports simple interactive editing. FeaturesCreate json documents with custom schema (.jsmm) and edit it interactively.
ConfigurationYou can configure styles in the configuration file. They will be availabe in the visusal editor. You can also set hotkey for style activation. Edit the "jsmm.definedStyles" section : sample settings.json section:
Then in the visual editor you have the following avaliable styles: UsageCreate file with .jsmm extension, json schema will be used and prompted. User button in the toolbar or command "Open jsmm view" to toggle interactive editing. Release Notes[0.3.1]Added style hotkeys functionality, each style defined in config may have hotkey propery, which allows setting this style for the current element by pressing hotkey. 0.3.0Added basic node style support: background color, border color, border width, font color, font size. Child nodes inherit parent's node style. You can configure predefined node styles in config. 0.2.1Small usability improvements : arrow key navigation (default keybindings: left, right, top, bottom), cancel editing command (default keybinding : escape), edit current node command (default keybinding: f2) 0.2.0Added vscode commands: js mind map: add child (default keybinding ctrl+enter),js mind map: add sibiling (default keybinding shift+enter), js mind map:remove (default keybinding delete) 0.1.0Initial release of jsmm |