https://github.com/timwis/markdown-menubar
Take quick notes from the menubar in markdown. Saves to a file as you type.
https://github.com/timwis/markdown-menubar
Last synced: 4 months ago
JSON representation
Take quick notes from the menubar in markdown. Saves to a file as you type.
- Host: GitHub
- URL: https://github.com/timwis/markdown-menubar
- Owner: timwis
- Created: 2016-11-16T13:21:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T13:11:12.000Z (over 8 years ago)
- Last Synced: 2024-12-30T07:24:31.540Z (4 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 34
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Menubar
Take quick notes from the menu bar in markdown. Saves to a file
as you type. **Work in progress**.
## Development
Install dependencies via
```bash
npm install
```Run the application via
```bash
npm start
```## See also
* [maxogden/menubar](https://github.com/maxogden/menubar)