Markdown 文档
总览
几乎所有 Markdown 应用程序都支持 John Gruber 原始设计文档中列出的 Markdown 基本语法。但是,Markdown 处理程序之间存在着细微的变化和差异,我们都会尽可能标记出来。
标题(Headings)
要创建标题,请在单词或短语前面添加井号 (#) 。井号的数量代表了标题的级别。例如,添加三个井号即创建一个三级标题 (<h3>) (例如:### My Header)。
Markdown
HTML
渲染效果
# Heading level 1
<h1>Heading level 1</h1>
...
Mac 应用
Toolbar 小应用
1. Itraffic 流量监测工具
Monitor for displaying process traffic on Mac Status bar
The macOS version should >= 10.15, since the project use swiftUI
2. KeyCluCase 相当好用的快捷键提示工具
Simple and handy overview of applications shortcuts. Easy to use: just press ⌘ twice and hold to see the list.
3. Hidden 帮助隐藏 Mac Tool Bar 上的图标
...
Mac 疑难杂症
1. Ruby 安装使用过程中遇到的问题:
Ruby/Gem 下载慢的问题:
# 添加镜像源并移除默认源
gem sources --add https://mirrors.tuna.tsinghua.edu.cn/rubygems/ --remove https://rubygems.org/
# 列出已有源,应该只有镜像源一个
gem sources -l
# 使用以下命令替换 bundler 默认源
bundle config mirror.https://rubygems.org https://mirrors.tuna.tsinghua.edu.cn/rubygems
Mac 自带的 Ruby 和通过 HomeBrew 下载的Runby 冲...
Chrome浏览器插件
插件
1. Ontab 标签整理
Save up to 95% memory and reduce tab clutter
Whenever you find yourself with too many tabs, click the OneTab icon to convert all of your tabs into a list. When you need to access the tabs again, you can either restore them individually or all at once.
2. iTab New Tab 新标签页
iTab新标签页,强大的浏览器新标签页,可以自定义自己网站捷径, 以及搜索引擎. 并且内...
共计 9 篇文章,2 页。