Skip to content

Instantly share code, notes, and snippets.

@8-88
8-88 / MarkdownTest.md
Last active October 18, 2021 03:29
MarkdownTest

欢迎使用 MWeb

MWeb 是专业的 Markdown 写作、记笔记、静态博客生成软件,目前已支持 Mac,iPad 和 iPhone。MWeb 有以下特色:

Here is a simple footnote1.

软件本身:

Footnotes

  1. Github的Markdown文档支持脚注.

@8-88
8-88 / vs-code-user-setting.md
Created August 9, 2021 02:23 — forked from xgqfrms-GitHub/vs-code-user-setting.md
VS code setting.json & React JS
@8-88
8-88 / Mac OS X: Open in Visual Studio Code
Created June 10, 2021 03:13 — forked from tonysneed/Mac OS X: Open in Visual Studio Code
Add a command to Finder services in Mac OSX to open a folder in VS Code
- Open Automator
- File -> New -> Service
- Change "Service Receives" to "files or folders" in "Finder"
- Add a "Run Shell Script" action
- Change "Pass input" to "as arguments"
- Paste the following in the shell script box: open -n -b "com.microsoft.VSCode" --args "$*"
- Save it as something like "Open in Visual Studio Code"