https://github.com/denisidoro/move-reminder
A mind map ecosystem which uses indented plain text files.
https://github.com/denisidoro/move-reminder
knowledge-base mindmap react
Last synced: 7 months ago
JSON representation
A mind map ecosystem which uses indented plain text files.
- Host: GitHub
- URL: https://github.com/denisidoro/move-reminder
- Owner: denisidoro
- Created: 2020-11-17T18:12:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T21:00:41.000Z (over 3 years ago)
- Last Synced: 2025-01-24T16:33:47.440Z (8 months ago)
- Topics: knowledge-base, mindmap, react
- Language: TypeScript
- Homepage: https://denisidoro.github.io/move-reminder/
- Size: 2.37 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Move Reminder
A mind map ecosystem which uses indented plain text files.

## Why?
[This blog post](https://denisidoro.github.io/posts/mind-maps/) discusses why this tool was built and how it can be useful.
## Demo
The tool is available [here](https://denisidoro.github.io/move-reminder/).
## Example
```
Linear algebra
Vectors
Matrices
Square
Identity
Orthogonality
```## Usage
1. Compile all your mind maps to a text file similar to [this one](https://denisidoro.github.io/move-reminder/mindmaps.txt)
- you can either write it directly
- or you can edit files in [./mindmaps](https://github.com/denisidoro/move-reminder/tree/master/mindmaps) accordingly and run [./scripts/compile-mindmaps](https://github.com/denisidoro/move-reminder/blob/master/scripts/compile-mindmaps) to have an output at [./public](https://github.com/denisidoro/move-reminder/blob/master/public)/mindmaps.txt
2. Upload this file somewhere — e.g. [Github Gist](https://gist.github.com/)
2. Open the app using the `?url=` parameter
- e.g., check the full URL for [this page](https://denisidoro.github.io/move-reminder/?url=https://gist.githubusercontent.com/denisidoro/5b45ce137b4239ff03f7e0c406053d3a/raw/0ea160c15a69c8a5c50d6b23363f9933c6c58db0/maps.txt)## Expanding and contracting nodes
Click on the circles, not the text.
## Etymology
In the [Pokémon series](https://en.wikipedia.org/wiki/Pok%C3%A9mon), a [Move Reminder](https://bulbapedia.bulbagarden.net/wiki/Move_Reminder) is a character who can teach a Pokémon any move it has forgotten.
## You may also like
- [markmap](https://github.com/gera2ld/markmap/)
- [text2mindmap](https://tobloef.com/text2mindmap/)