Skip to content
forked from haxzie/snipp.in

Fast, Light-weight, Notes, Snippet manager and code editor directly inside your browser

License

Notifications You must be signed in to change notification settings

cmmash/snipp.in

 
 

Repository files navigation

Snipp.in

A Fast, tiny, in-browser, IndexedDB powered editor and Snippet manager

Built with Vue.js, Dexie and Monaco Editor . Snipp.in provides a clean and VSCode like familiar interface to save notes, tasks and code snippets directly in the browser.

All the data is stored within your browser tab (IndexedDB). There is no cloud backup available so far but you can still create backups and restore/share your contents with others.

Screenshot_2021-04-13 Snipp in - In browser notes and code snippets Screenshot_2021-04-12 Snipp in - In browser notes and code snippets

Project setup

git clone https://github.com/haxzie/snipp.in snippin
cd snippin
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Fast, Light-weight, Notes, Snippet manager and code editor directly inside your browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 44.4%
  • JavaScript 43.4%
  • SCSS 11.3%
  • HTML 0.9%