Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaykef/notes-pod
- Owner: Jaykef
- Created: 2022-08-01T05:38:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T13:47:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T02:25:44.872Z (over 1 year ago)
- Topics: desktop-app, electron, electron-vue, javascript, vue
- Language: Vue
- Homepage:
- Size: 3.03 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```