Skip to content

Share your mind map with a short URL. 用markdown格式共享思维导图,整合了alist网盘、YOURL和markmap,可在线编辑的思维导图分享工具。

License

Notifications You must be signed in to change notification settings

nanqic/markmap-share

Repository files navigation

Markmap Share

演示站点

https://mmap.ningway.com

运行 nodejs >=18

  • npm install
  • npm start

部署

  • npm run build

快捷键

  • 0 or space: fit window in center in case you move or zoom it.
  • m: show all. / hide all except the central one.
  • 1~9: expand to level 1~9.
  • +: zoom in.
  • -: zoom out.
  • .: collapse all to level 1.
  • ,: reset to original tree.

caddy配置

box.hdcxb.net {
        encode gzip zstd

        handle_path /@markmap* {
                root * /home/ubuntu/mml
                try_files {path} /
                file_server
        }
}

nginx配置

server {
        listen 8080;

        server_name localhost;
        #root /var/www/html;

        location ^~/@markmap {
                alias /home/ubuntu/markmap-loader/dist;
                try_files $uri $uri/ /@markmap/index.html;
                index index.html;
                location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
                        expires max;
                        log_not_found off;
                }
        }
}

特别鸣谢

  • Oracle cloud
  • Alist org
  • cloudflare
  • logseq-plugin-mark-map
  • blogcdn
  • netlify app
  • appleboy
  • chatgpt
  • markmap
  • react
  • wouter
  • tailwindcss
  • YOURLS
  • @uiw/react-md-editor

About

Share your mind map with a short URL. 用markdown格式共享思维导图,整合了alist网盘、YOURL和markmap,可在线编辑的思维导图分享工具。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published