Code Monkey home page Code Monkey logo

snipplr's Introduction

Snipplr 1.0.3

Snipplr is a Sublime Text 2 package which is used to upload and download snippets from snipplr.com.

Installation

With Package Control

If you have the Package Control package installed, you can install Snipplr from inside Sublime Text itself. Open the Command Palette and select "Package Control: Install Package", then search for Snipplr and you're done!

Without Package Control

Go to your Sublime Text 2 Packages directory and clone the repository using the command below:

git clone https://github.com/jonasdp/Snipplr/zipball/1.0.3 Snipplr Don't forget to keep updating it, though!

Without Git

Download the latest version from the tags page. Unzip to your Sublime Text Packages folder (you can find this by opening ST2 and selecting Preferences -> Browse Packages...). You may need to rename the folder from the default to Snipplr. That's it -- you shouldn't even need to restart ST2.

Configuration

In order for package to work you need to insert your API-key from snipplr.com in the snipplr.sublime-settings file.

{
  "api_key": ""
}

Note that there are no menu items to trigger Snipplr but there are keyboard shortcuts to trigger upload or download(search your snippets).

Pressing ctrl+alt+p will open a textfield where you can search and insert your snippets from snipplr.com. If you select something in Sublime you can press ctrl+alt+u to upload your snippet. If you want to change the keyboard shortcuts edit the keymap-file for your OS.

[
  {
    "keys": ["ctrl+alt+p"], "command": "snipplr_insert"
  },
  {
    "keys": ["ctrl+alt+u"], "command": "snipplr_upload"
  }
]

Special thanks to Johannes who did the hard work and started the project!

snipplr's People

Contributors

johtso avatar

Watchers

Jonas Persson avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.