An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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
```