https://github.com/Kholid060/notething
Note-taking app with full keyboard compatibility.
https://github.com/Kholid060/notething
electron hacktoberfest note-taking notes vue
Last synced: about 20 hours ago
JSON representation
Note-taking app with full keyboard compatibility.
- Host: GitHub
- URL: https://github.com/Kholid060/notething
- Owner: Kholid060
- License: mit
- Created: 2021-08-24T22:32:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T11:20:00.000Z (over 3 years ago)
- Last Synced: 2024-11-08T06:40:27.594Z (5 months ago)
- Topics: electron, hacktoberfest, note-taking, notes, vue
- Language: Vue
- Homepage: https://notething.vercel.app/
- Size: 1.6 MB
- Stars: 135
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - Notething - `Note-taking app with full keyboard compatibility.` *by [Ahmad Kholid](https://github.com/Kholid060)* (N)
- made-in-indonesia - Notething - `Note-taking app with full keyboard compatibility.` *by [Ahmad Kholid](https://github.com/Kholid060)* (N)
README
# Notething
a note-taking app with full keyboard compatibility.## Features
- Markdown formatting
- Command prompt
- Linked note
- Labels
- Export/Import data
- Headings tree
- Focus mode
- Dark theme## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn watch
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```