An entirely local and private markdown/note-taking app. Uses Ionic 3 framework and electron.
- Live-rendering
Spell-checkOption for conditional rendering- Different edit modes: Edit only, Preview only
- Customizable theme, font color, font style, size
Optional typewritter sound-effect- Optional line focusing
- Bookmarks (for folders)
- Supported platforms - Windows, MacOS, Linux, Android, iOS
- ctrl+b - side-menu
- ctrl+f - search in edit / search files(while side menu is opened)
- ctrl+s - save file
- ctrl+shift+s - save file as
- ctrl+o - open file
- github markdown hotkeys
- D3 file visualization
- File tagging & search by tags
- File encryption
- Cross-device synching with webRTC
- spell-check
- mobile view
- fixed grid view in file explorer
- pdf export
- html export
- find word in edit mode
- multiple preview modes
- github markdown hotkeys
- typewritter sound-effect
- add color-picker
- add more font styles
- add letter spacing
- fix new lines being removed while saving
- app icon
- enable window dragging from the top part
- on window you cannot go back when selecting a bookmark
- expand and contract animations for the side-menu
- fix focus line breaking after copy-paste
- add help and cheatsheets: http://reu.dimacs.rutgers.edu/Symbols.pdf, https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
git clone https://github.com/syshock/meaning.git
cd meaning
npm install
ionic build --prod --release
npm run ebuild -- (-w for windows; -l for linux; -m for mac)
ionic serve --no-open
npm run electron -- test (optionally, -p <port>; -h <host address>)
ADB daemon or the equivalent for Apple devices must be running.
Otherwise instead of run
, use emulate
.
ionic cordova plaform remove <platform - ios or android> //this is sometimes required
ionic cordova plaform add <platform - ios or android>
ionic cordova run <platform> --aot --livereload
Then debug from chrome://inspect
using chrome or electron