Skip to content
/ Gist Public

Fork of condemil's Gist plugin for Sublime Text with better support for updating Gists and a different Gist file structure (YAML frontmatter based.).

License

Notifications You must be signed in to change notification settings

Ideabin/Gist

Repository files navigation

Gist

This is a fork of the original plugin by Condemil. See differences to know what has been changed.

Installation

Go to the "Packages" directory (Preferences / Browse Packages…). Then clone this repository:

git clone git://github.com/ideabin/Gist

Consult the original readme for any other stuff.

Differences from the original version

Markdown gists now support Jekyll style YAML frontmatter

---
id: {gist_id}
desc: {gist_description}
---

Contents of the gist.

I save all my idea files in a directory, so this allows sublime to detect the gist when the file is loaded again.

Ctrl + K Ctrl + N A silly new command to create a new idea (just creates a new tab with a starting template.)

Todo

  • Multiple files?
  • Update Gist Description
  • Update Gist

About

Fork of condemil's Gist plugin for Sublime Text with better support for updating Gists and a different Gist file structure (YAML frontmatter based.).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published