Skip to content

Instantly share code, notes, and snippets.

@CowSmiles
CowSmiles / wiznote-title-secondary.css
Last active December 13, 2021 03:01
为知笔记重构版多级标题编号
/** 从标题2开始编号的规则 **/
/** 标题多级编号 **/
.desktop-editor .editor-main .title-block {
counter-reset: nonTitleH1;
}
.desktop-editor .editor-heading-2 {
counter-reset: h2;
}
@CowSmiles
CowSmiles / atom-macos-context-menu.md
Created July 3, 2020 07:16 — forked from idleberg/atom-macos-context-menu.md
“Open in Atom” in macOS context-menu

Open in Atom

  • Open Automator
  • Create a new Service
  • Set “Service receives selected” to files or folders in any application
  • Add a Run Shell Script action
  • Set the script action to /usr/local/bin/atom -n "$@"
  • Set “Pass input” to as arguments
  • Save as Open in Atom
@CowSmiles
CowSmiles / .cvimrc
Last active March 7, 2017 00:46 — forked from calorie/.cvimrc
.cvimrc
set nocncpcompletion
set nosmoothscroll
set nohud
set noregex
set noinsertmappings
set noautoupdategist
set nochangelog
set typelinkhints
set defaultnewtabpage
let scrollduration = 10