my-project

electron-vue project, just to see how it works

Some kind of note taking tool that could be open using ctrl+q shortcut.

Planned features:

  1. "Roads": writing current state of work, so that you won't forget what you've worked on last time
  2. Todo: Quickly add todo tasks. They will be shown on app start. Maybe slightly modified kanban table.
  3. Notes: That could probalby by part of "roads". Save source page of copied text.
  4. Everything saved in human-readable *.md, so that data could be useful without app.
  5. Math: creating variables, simple functions. Maybe even possibility to write scripts. Remidner: that was in my last angular app, didn't worked xD
  6. Reminders: talking about reminders, that would also be a nice feature. remind me to ... in 5 minutes

Data saved in Github Gist so that I will not loose my data as many times before.

Tasks:

  • Open app using ctrl+q
  • Interpreting commands in commandline (e.g. v someName creates varable)
  • Save data to *.md file
  • Todo list interface
  • Creating roads
  • Evaluating math

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue@8f74b22 using vue-cli. Documentation about the original structure can be found here.