Giter VIP home page Giter VIP logo

mindmapp's Introduction

๐Ÿ’” 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

mindmapp's People

Contributors

cedoor avatar dependabot[bot] avatar explooosion avatar j1012 avatar kant avatar liberodark avatar monkeywithacupcake avatar stefnotch avatar tim-krieger avatar xiafan001 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.