MDDeck is a free plain-file-based markdown memo tool.
MDDeck stores each deck in a plain-text file with a .md extension.
The file path is like 2023/12/23/1703313584679.md.
You select the root folder at the first launch time.
No network permission is necessary.
You can use any folder-sync app to share files to PC (I use Syncthing).
Source code is available: https://github.com/karino2/MDDeck
PC version is also available: https://github.com/karino2/MDDeck_Electron
## This app use following open source library
- commonmark-java: https://github.com/commonmark/commonmark-java
- compose-code-editor: https://github.com/Qawaz/compose-code-editor