Skip to content

Instantly share code, notes, and snippets.

View lefoy's full-sized avatar

lefoy lefoy

View GitHub Profile
@32bitkid
32bitkid / cyo.css
Last active January 15, 2020 13:53
Choose Your Own... Markdown Extension.
@import '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css';
*[id^='cyo'],
*[id^='cyo'] ~ * {
display: none;
}
*[id^='cyo']:last-of-type ~ * {
display: block;
}
*[id^='cyo']:target ~ * {
display: block;
@ijy
ijy / sublime-text-3-setup.md
Last active January 15, 2024 14:21
My Sublime Text 3 setup.

Sublime Text 3 Setup

Install Package Control

Install Package Control for easy package management.

  1. Open the console with Ctrl+`
  2. Paste in the following: