All Projects → haxzie → snipp.in

haxzie / snipp.in

Licence: MIT License
Fast, Light-weight, Notes, Snippet manager and code editor directly inside your browser

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to snipp.in

gqlalchemy
GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.
Stars: ✭ 39 (-74.17%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳🎯🚀
Stars: ✭ 24 (-84.11%)
Mutual labels:  hacktoberfest2021
DSA
Implementation of various data structures and algorithms.
Stars: ✭ 15 (-90.07%)
Mutual labels:  hacktoberfest2021
gateway-mt
Storj edge services (including multi-tenant, S3 compatible server to interact with the Storj network)
Stars: ✭ 18 (-88.08%)
Mutual labels:  hacktoberfest2021
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (-15.23%)
Mutual labels:  hacktoberfest2021
dsalgo
Contains Algorithms useful for interview preparation, various practice problems of Arrays, Stacks, queue etc. Contributors are Welcome but, DO NOT MAKE THIS REPO ACT LIKE A SOURCE OF +1.
Stars: ✭ 45 (-70.2%)
Mutual labels:  hacktoberfest2021
theportfolio
Portfolio for Everyone!
Stars: ✭ 16 (-89.4%)
Mutual labels:  hacktoberfest2021
Basic-Components-of-a-Web-Layout
No description or website provided.
Stars: ✭ 16 (-89.4%)
Mutual labels:  hacktoberfest2021
All Program helper
add PR and i ll merge it with hacktoberfest-accepted tag
Stars: ✭ 34 (-77.48%)
Mutual labels:  hacktoberfest2021
wide
A lightweight web IDE (mostly a coding editor) based in monaco-editor (with a one-file server made in php). It allows to navigate the server with commands.
Stars: ✭ 42 (-72.19%)
Mutual labels:  monaco-editor
BlazorMonaco
Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.
Stars: ✭ 151 (+0%)
Mutual labels:  monaco-editor
Data-Structures-and-Algorithm-C-
Hi folks🖐🏻 , I'm maintaining this repository, feel free to open a pull request and contribute! :)
Stars: ✭ 39 (-74.17%)
Mutual labels:  hacktoberfest2021
Coffeegram
Android app using Jetpack Compose together with StateFlow and MVI
Stars: ✭ 155 (+2.65%)
Mutual labels:  hacktoberfest2021
domonic
Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library.
Stars: ✭ 86 (-43.05%)
Mutual labels:  hacktoberfest2021
geeks-for-geeks-solutions
Solutions of questions on Geeks-for-Geeks.Solution Available in C++.
Stars: ✭ 28 (-81.46%)
Mutual labels:  hacktoberfest2021
designtodevelopment
This repository is all about converting design inspirations into code.
Stars: ✭ 135 (-10.6%)
Mutual labels:  hacktoberfest2021
HacktoberFest-2021
No description or website provided.
Stars: ✭ 278 (+84.11%)
Mutual labels:  hacktoberfest2021
go-stone-openbank
A Go library to connect with Stone Open Banking API
Stars: ✭ 31 (-79.47%)
Mutual labels:  hacktoberfest2021
WhatsApp-Scraping
Python script to get WhatsApp iformation frrom WhatsApp Web
Stars: ✭ 76 (-49.67%)
Mutual labels:  hacktoberfest2021
Everything-CPP
Contribute all levels of C++ related codes for Hacktoberfest 2021!
Stars: ✭ 17 (-88.74%)
Mutual labels:  hacktoberfest2021

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.

Features

  • Syntax Highlighting
  • Easy to use Document files (.doc) using ProseMirror Editor
  • MultiWindow Editing (Drag and drop files to the editor area to switch to multi editor)
  • Quick Create (Ctrl+N)
  • Shortcuts for most of the actions (Create, Rename, Delete, etc..)
  • Ability Import and Export your data

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.

Docker Setup

You can use snipp.in from docker, you can build your own image using

docker build -t snipp/snipp.in .

To depoly an snipp.in instance using docker container you can run the following:

docker run -it -p 80:80 snipp/snipp.in .

You can change the host binding port from 80 to other ports.

Now to access the instance you can go to browser and write http://localhost or your ip:port if you deploy on a vps (public instance) and changed the host binding port.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].