/code-notes

A simple code snippet manager for developers built with Electron & Vue.js 🚀

Primary LanguageJavaScriptMIT LicenseMIT


electron-vue

A simple code snippet manager for developers built with Electron & Vue.js 🚀

https://lauthieb.github.io/code-notes

Build Status PRs Welcome
forthebadge forthebadge forthebadge

Overview

The aim of this project is to make us more efficient by offering a pretty cool tool : a king of notepad for our code 😃📝

Demo

Code Notes - V1.0.0

Contributing

For the moment, the project is pretty young. But if we work together to build the "bloc-notes" we dream, we can build pretty things for sure !
So, feel free to contribute. Follow this guide 🤓

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

Roadmap

This version 1 is totally local, but I have a lot of ideas to make this app better !

  • Github gists integration : 🚂 WIP on feat/gists-integration
  • Add the notion of tags on each snippet
  • Redesign the snippet card (with language logo for example)
  • Add some shortcuts to improve the productivity

Feel free to add an issue if you find some bugs or you have any ideas of evolutions 😃


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