ckdanny
2/26/2020 - 2:50 AM

Setup of Lepton

Setup of Lepton

{
    "theme": "dark",
    "snippet": {
        "expanded": true,
        "newSnippetPrivate": true,
        "sorting": "updated_at", 
        "sortingReverse": true
    },
    "editor" : {
        "tabSize": 4
    },
    "userPanel": {
        "hideProfilePhoto": false
    },
    "logger": {
        "level": "debug"
    },
    "proxy": {
        "enable": false,
        "address": "socks://localhost:1080"
    },
    "enterprise": {
        "enable": false,
        "host": "github_enterprise_host",
        "token": "token_with_gist_enabled",
        "avatarUrl": "optional_avatar_url"
    }
}

You can download https://hackjutsu.com/Lepton/

Shift + Space can provide search box Ctrl + N helps to create a new note

Place .leptonrc to the

  • C:\Users\<CurrentUserName>\.leptonrc
  • ~/<CurrentUserName>/.leptonrc

Reference: https://github.com/hackjutsu/Lepton/pull/355