Skip to content

Instantly share code, notes, and snippets.

@macosxguru
macosxguru / Caret Keyboard Commands.md
Created January 23, 2017 17:00
Caret Keyboard Commands

A List of Keyboard Commands for Caret

Menu Keyboard Command Action
Caret
⌘, Preferences
File
⌘N New
⌘O Open
⌘S Save
@macosxguru
macosxguru / iA Writer Keyboard Commands.md
Last active January 23, 2017 17:11
iA Writer Keyboard Commands

iA Writer Keyboard Commands

I didn't find a comprehensive list of keyboard commands for iA Writer. So, I made one.

Menu Item Keyboard Command
File Menu
New ⌘N
New in Library ⌥⌘N
New in Library in Window ⇧⌘N
@macosxguru
macosxguru / Preferences.sublime-settings
Last active August 30, 2020 08:26
2015-09-28 Default preferences of SublimeText3
{
"added_words":
[
"ipadpedia",
"blog",
"workflow",
"Facebook",
"hoodie",
"github",
"macosxguru",
@macosxguru
macosxguru / Markdown.sublime-settings
Last active August 30, 2020 08:27
2015-09-28 Markdown specific preferences for SublimeText3
{
"auto_complete_delay": 9000,
"auto_complete_selector": "source, text",
"auto_match_enabled": true,
//"color_scheme": "Packages/okami/schemes/Amaterasu.sublime-color-scheme",
//"color_scheme": "Packages/GitHub Theme/schemes/GitHub Light.sublime-color-scheme",
//"theme": "GitHub-Theme.sublime-theme",
"theme": "ayu-light.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.sublime-color-scheme",
//"theme": "ayu-mirage.sublime-theme",
@macosxguru
macosxguru / Distraction Free.sublime-settings
Last active August 30, 2020 08:28
2015-09-28 Distraction Free Markdown related SublimText3 settings
{
//"font_face": "NittiPX-Normal",
//"font_face": "Courier Prime",
//"font_face": "Pragmata Pro",
//"font_face": "OperatorMono-Book",
"font_face": "iA Writer Mono S",
//"font_face": "iAWriterDuospace-Regular",
//"font_face": "Coordinates",
//"font_face": "Triplicate T4",
//"font_face": "Belinsky Text",
@macosxguru
macosxguru / obsidian 2020-11-24.css
Last active May 28, 2021 07:45
Obsidian Theme (iA Writer theme modified)
:root {
--quattro-font: 'Operator Mono', 'Operator Mono', monospace;
--font-monospace: 'Operator Mono', 'Operator Mono', monospace;
--default-font: -apple-system, BlinkMacSystemFont, var(--font-monospace);
}
.theme-light {
--background-code: #edeeee;
--background-code-preview: #f0f0f0;
--background-preview: #fcfcfc;