MCPcopy
hub / github.com/hizzgdev/jsmind

github.com/hizzgdev/jsmind @v0.9.1 sqlite

repository ↗ · DeepWiki ↗ · release v0.9.1 ↗
344 symbols 1,078 edges 39 files 233 documented · 68%
README

jsMind

npm version build-test

jsMind 是一个显示/编辑思维导图的纯 javascript 类库,其基于 html5 canvas 和 svg 进行设计。jsMind 以 BSD 协议开源,在此基础上你可以在你的项目上任意使用。

jsMind is mind map library built by javascript, it base on html5 canvas and svg. jsMind is released under the BSD license, you can embed it in any project as long as you abide by the license.

Project Home

Get Started

<html>
    <head>
        <link
            type="text/css"
            rel="stylesheet"
            href="https://github.com/hizzgdev/jsmind/raw/v0.9.1/cdn.jsdelivr.net/npm/jsmind@0.9.1/style/jsmind.css"
        />
        <script
            type="text/javascript"
            src="https://github.com/hizzgdev/jsmind/raw/v0.9.1/cdn.jsdelivr.net/npm/jsmind@0.9.1/es6/jsmind.js"
        ></script>
    </head>
    <body>






        <script type="text/javascript">
            var mind = {
                // 3 data formats were supported ...
                // see documents for more information
            };
            var options = {
                container: 'jsmind_container',
                theme: 'orange',
                editable: true,
            };
            var jm = new jsMind(options);
            jm.show(mind);
        </script>
    </body>
</html>

Links

Funding

Maintainer

Core symbols most depended-on inside this repo

get_node
called by 86
src/jsmind.js
add_node
called by 61
src/jsmind.js
is_node
called by 49
src/jsmind.node.js
get_editable
called by 39
src/jsmind.js
show
called by 37
src/jsmind.js
get_data
called by 25
src/jsmind.js
move_node
called by 25
src/jsmind.js
get_selected_node
called by 25
src/jsmind.js

Shape

Method 240
Function 76
Class 28

Languages

TypeScript100%

Modules by API surface

src/jsmind.js61 symbols
src/jsmind.view_provider.js53 symbols
example/2_features.js41 symbols
src/plugins/jsmind.draggable-node.js31 symbols
src/jsmind.layout_provider.js30 symbols
src/jsmind.graph.js24 symbols
src/jsmind.shortcut_provider.js17 symbols
src/jsmind.mind.js17 symbols
src/plugins/jsmind.screenshot.js12 symbols
src/jsmind.node.js8 symbols
src/jsmind.data_provider.js7 symbols
js-legacy/jsmind.js7 symbols

Dependencies from manifests, versioned

@rollup/plugin-terser0.4.4 · 1×
http-server14.1.1 · 1×
jest28.1.0 · 1×
jest-environment-jsdom28.1.0 · 1×
prettier2.6.2 · 1×
rollup2.79.2 · 1×
rollup-plugin-cleanup3.2.1 · 1×
typescript5.9.2 · 1×

For agents

$ claude mcp add jsmind \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact