Coder Social home page Coder Social logo

gowinder / lepton Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hackjutsu/lepton

0.0 2.0 0.0 24.29 MB

๐Ÿ’ป Cross-platform snippet/note manager based on GitHub Gist.

Home Page: http://hackjutsu.com/Lepton/

License: MIT License

JavaScript 83.73% CSS 16.09% HTML 0.18%

lepton's Introduction

Lepton

Build Status js-standard-style Dependency Status MIT Licensed

Lepton is a lean GitHub Gist Desktop Client based on Electron. Checkout the latest release.

  • Group your gists by languages
  • Create/Edit/Delete gists
  • Instant search
  • Custom tags
  • Markdown rendering
  • Cross-platform support

Screenshot

Organize Markdown Rendering Immersive Mode (โŒ˜/Ctrl + i)
Screenshot Screenshot Screenshot
Search (โ‡ง + Space) Custom Tags GitHub Login
Screenshot Screenshot Screenshot

Based on

Based on

  1. Framework: Electron
  2. Bundler: Webpack, Babel, electron-builder
  3. Language: ES2015, Sass
  4. Library: React, Redux, Redux Thunk, Redux Form
  5. Lint: ESLint

Development

Install

Only tested with Node.js v6.9.x

Clone the repository.

$ git clone [email protected]:hackjutsu/Lepton.git

Install the dependencies.

$ cd Lepton && npm i

Client ID/Secret

Register your application, and put your client id and client secret in ./configs/account.js.

module.exports = {
  client_id: <your_client_id>,
  client_secret: <your_client_secret>
}

Run

$ npm run pack
$ npm run start

Build Installer App

Read electron-builder docs and checkout Code Signing before building the installer app.

Build app for macOS.

$ npm run dist -- -m

Build app for Windows.

$ npm run dist -- -w

Build app for Linux.

$ npm run dist -- -l

Build app for macOS, Windows and Linux.

$ npm run dist -- -wml

Build app for the current OS with the current arch.

$ npm run dist

FAQ

Why is my gist's language classified as "Other"?

Lepton depends on GitHub API to detect the language. If this fails, you can put // vim: syntax=<your_language> at the top of the gist to specify the language.

// vim: syntax=javascript
let test = 'This is a javascript file'

Why I can't search my gist's content?

Currently, Lepton only supports the search for the gist's description field.

How to specify the title and tags for my gist?

GitHub Gist doesn't come with the native support for 'title' and 'tag' in the description field. Lepton adds these support, if the format [title] description #tags: tag1, tag2 is followed in the gist description field.

How to provide feedback?

Please submit an issue ticket in the GitHub Issue page. Or, if you like, send a pull request.

License

MIT ยฉ hackjutsu

lepton's People

Contributors

calinou avatar hackjutsu avatar lcgforever avatar meilinz avatar wujysh avatar

Watchers

 avatar  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.