https://github.com/idrinth-api-bench/mindmap
A mindmap to track our ideas and gathered information with
https://github.com/idrinth-api-bench/mindmap
markmap mindmap
Last synced: 5 months ago
JSON representation
A mindmap to track our ideas and gathered information with
- Host: GitHub
- URL: https://github.com/idrinth-api-bench/mindmap
- Owner: idrinth-api-bench
- License: mit
- Created: 2024-05-05T23:01:30.000Z (about 1 year ago)
- Default Branch: the-one
- Last Pushed: 2024-10-24T15:48:15.000Z (7 months ago)
- Last Synced: 2024-10-24T20:21:50.872Z (7 months ago)
- Topics: markmap, mindmap
- Language: JavaScript
- Homepage: https://mindmap.idrinth-api-ben.ch
- Size: 688 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# @idrinth-api-bench/mindmap
This mindmap is hosted [here](https://mindmap.idrinth-api-ben.ch).
To add to or edit the mindmap, have a look at the /src/data.yml file.
It is made up of nodes - the single elements - that all start from the
root node.Node can contain five elements: text, description, URL, image and children.
Text is required to actually be able to display the node, while all other
fields are optional. If children is set, these child nodes will be connected
to their parent, if URL is set, the node will contain a link to that URL.
If an image is given, it will be shown with the node.Use children to break apart a point and use the URL if there is a source of
information for that specific topic, or it otherwise makes sense.Use the description field to add additional information that is shown when
hovering over the node.