Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaykef/notes-pod

A simple note-taking desktop app built with vue and electron.
https://github.com/jaykef/notes-pod

desktop-app electron electron-vue javascript vue

Last synced: 7 days ago
JSON representation

A simple note-taking desktop app built with vue and electron.

Awesome Lists containing this project

README

        




# Jaykef's Notes Pod
a simple note-taking app built with vue.
Inspired by NoteThing.

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