All Projects → cedoor → Mindmapp

cedoor / Mindmapp

Licence: mit
🚀 Web application to draw mind maps.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Mindmapp

React Mindmap
Full featured mind map app which build with react.js. 一个功能完备且有很多创新的思维导图app。
Stars: ✭ 146 (-63.59%)
Mutual labels:  mindmap, map
Yana
Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
Stars: ✭ 87 (-78.3%)
Mutual labels:  productivity, organization
Notion Toolbox
This is a collection of Notion tools that work in tandem together.
Stars: ✭ 441 (+9.98%)
Mutual labels:  productivity, organization
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (-44.89%)
Mutual labels:  productivity, desktop-application
Heimer
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
Stars: ✭ 380 (-5.24%)
Mutual labels:  productivity, mindmap
dashy
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
Stars: ✭ 7,103 (+1671.32%)
Mutual labels:  productivity, organization
Termtrack
Track satellites in your terminal
Stars: ✭ 375 (-6.48%)
Mutual labels:  map
Mark Mind
MarkMind — a mind map and outliner editor for Windows, Mac, Linux, andriod and ios ,it support markdown in node.
Stars: ✭ 385 (-3.99%)
Mutual labels:  mindmap
Webcatalog App
Official WebCatalog app.
Stars: ✭ 369 (-7.98%)
Mutual labels:  productivity
React Leaflet
React components for Leaflet maps
Stars: ✭ 3,939 (+882.29%)
Mutual labels:  map
Lein template descjop
A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
Stars: ✭ 394 (-1.75%)
Mutual labels:  desktop-application
Convnetdraw
Draw multi-layer neural network in your browser
Stars: ✭ 391 (-2.49%)
Mutual labels:  draw
Fake Filler Extension
A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
Stars: ✭ 383 (-4.49%)
Mutual labels:  productivity
Gauzy
Gauzy™ - Open-Source Business Management Platform (ERP/CRM/HRM)
Stars: ✭ 374 (-6.73%)
Mutual labels:  productivity
Verible
Verible is a suite of SystemVerilog developer tools, including a parser, style-linter, and formatter.
Stars: ✭ 384 (-4.24%)
Mutual labels:  productivity
Fiscript
Execute custom scripts from the MacOS context menu (CTRL+click) in Finder.
Stars: ✭ 372 (-7.23%)
Mutual labels:  productivity
Protolock
Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.
Stars: ✭ 394 (-1.75%)
Mutual labels:  productivity
Beeftext
A text snippet tool for Windows.
Stars: ✭ 366 (-8.73%)
Mutual labels:  productivity
Mstdn
Tiny web-based mastodon client for your desktop
Stars: ✭ 390 (-2.74%)
Mutual labels:  desktop-application
Library Assistant
Modern Library Management Software using JavaFX
Stars: ✭ 380 (-5.24%)
Mutual labels:  desktop-application

💔 Project no longer supported

Fork it to continue development!

Mindmapp beta

Web application to draw mind maps.


📎 Table of Contents

🚀 Features

Feature Status Description
Basic mind map properties ✔️ Set node images, colors and font properties.
Undo/Redo ✔️ History of map changes.
Map centering ✔️ Center map in x, y, z axes.
Shortcuts ✔️ Main shortcuts to speed things up.
Local storage ✔️ Save maps in the browser local storage.
JSON import/export ✔️ Export and import maps as JSON file.
Image & PDF export ✔️ Export maps as image (png, jpg) or PDF document.
PWA support ✔️ Support of desktop and mobile browser PWA (Progressive Web App).
p2p database Orbit (or something else) peer-to-peer database to share and eventually sync maps.
Plugin system A plugin system to add third-party features.
Multiple selection Select multiple nodes at the same time.
Multiple maps ✔️ Multiple maps at the same time with multi-tabs.

🔨 Install

With the following installed:

  • git
  • node >= 12
  • npm >= 6

Clone the repo and install the dependencies from npm.

git clone https://github.com/Mindmapp/mindmapp.git
cd mindmapp
npm i

🎮 Usage

For local development with angular dev server:

npm start

Then open http://localhost:4200 in your browser.

If you want to generate the project documentation:

npm run doc

A documentation folder will be generated in the project path.

📈 Development

📜 Rules

Commits

  • Use this commit message format (angular style):

    [<type>] <subject> <BLANK LINE> <body>

    where type must be one of the following:

    • feat: A new feature
    • fix: A bug fix
    • docs: Documentation only changes
    • style: Changes that do not affect the meaning of the code
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding missing or correcting existing tests
    • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
    • update: Update of the library version or of the dependencies

and body must be should include the motivation for the change and contrast this with previous behavior (do not add body if the commit is trivial).

  • Use the imperative, present tense: "change" not "changed" nor "changes".
  • Don't capitalize first letter.
  • No dot (.) at the end.

Branches

  • There is a master branch, used only for release.
  • There is a dev branch, used to merge all sub dev branch.
  • Avoid long descriptive names for long-lived branches.
  • No CamelCase.
  • Use grouping tokens (words) at the beginning of your branch names (in a similar way to the type of commit).
  • Define and use short lead tokens to differentiate branches in a way that is meaningful to your workflow.
  • Use slashes to separate parts of your branch names.
  • Remove branch after merge if it is not important.

Examples:

git branch -b docs/README
git branch -b test/one-function
git branch -b feat/side-bar
git branch -b style/header

✋ Contributors

Mindmapp is a work in progress. Remember that if you want you can make a small contribution with a pull request.

💻 Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

💰 Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

📄 License

📞 Contacts

👦 Developers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].