Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliend2/metaglue
Meta glue is MindMapping, 2.0.
https://github.com/juliend2/metaglue
mermaid mindmaps rails-application
Last synced: 19 days ago
JSON representation
Meta glue is MindMapping, 2.0.
- Host: GitHub
- URL: https://github.com/juliend2/metaglue
- Owner: juliend2
- Created: 2017-01-24T16:35:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T03:55:16.000Z (over 7 years ago)
- Last Synced: 2024-12-17T11:23:59.087Z (about 1 month ago)
- Topics: mermaid, mindmaps, rails-application
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - juliend2/metaglue - Meta glue is MindMapping, 2.0. (others)
README
MetaGlue
========![screenshot](https://github.com/juliend2/metaglue/blob/master/public/images/metaglue-screenshot.gif)
## Installation
1. `git clone https://github.com/juliend2/metaglue.git`
2. `cd metaglue`
3. `bundle install`
4. `rake db:migrate`
5. `rails server --port=4444`
6. `open http://localhost:4444/`## Note regarding local files
You will need to install the [locallinks](https://chrome.google.com/webstore/detail/locallinks/jllpkdkcdjndhggodimiphkghogcpida/related) extension, if you intend to use local file nodes (starting with file:///), because you need to bypass the Google Chrome security measure that prevents you from opening file:/// URLs from an http(s):// URL.
## TODO
* modify Mermaid so that:
* we can set the proper icon for the nodes that point to a file according to
its extension.
* support offline mode (it should fallback to a simple youtube icon instead of
the thumbnail we get from the API, if we don't have network when loading the
page if the app is served locally).## License
MIT.