notion相关的工具和资源
date
Oct 28, 2021
slug
notion-tools
status
Published
summary
如题
tags
notion
type
Post
URL
博客搭建相关:
- nobelium:https://github.com/craigary/nobelium ,以 notion 做数据源,在 github 创建仓库,免费将博客部署在 Vercel,官方 demo:https://nobelium.vercel.app/
- nextjs-notion-starter-kit:https://github.com/transitive-bullshit/nextjs-notion-starter-kit ,同上,notion 做数据源,免费部署在 Vercel,官方 demo:https://transitivebullsh.it/ ,操作基本上都是创建 notion 公共页面、创建 github 仓库、改下配置、然后在 Vercel 一直点下一步部署
- notion-blog:https://github.com/ijjk/notion-blog ,免费部署在 Vercel,官方 demo:https://notion-blog.now.sh/
- MDX.ONE:https://mdx.one/ ,付费服务,免费只能创建一个 notion 博客、不能自定义域名,官方 demo:https://blog.mdx.one/
- pagely:https://www.pagely.site/ ,还没仔细体验过,demo:https://guides.pagely.site/
- fruitionsite:https://github.com/stephenou/fruitionsite ,使用 Cloudflare Worker 加速 notion 访问,能自定义域名
- notion-down:https://github.com/kaedea/notion-down/,自动将 notion 内容导出为 Markdown 文件并部署为静态博客,如 Hexo,既是博客搭建工具也是 notion 的数据备份工具
- 下边几个一般都是需付费的:
其他:
- Notion-faster:https://jerryw.cn/notion-faster ,notion 反向代理,加速 notion 在国内的访问,大佬们如果有闲置资源也可以搭建一个类似的
- Notionlytics:https://notionlytics.com/ ,notion 页面的访问统计工具
- Notion Charts:https://www.notion.vip/charts/ ,生成可嵌入到 notion 的漂亮图表
- Table Generator:https://tab.quoth.win/ 生成可嵌入到 notion 的简单表格
- ICONS8:https://icons8.com/ ,可在 notion 中使用的图标
- Chilipepper:https://chilipepper.io/ ,生成可嵌入到 notion 的表单
- Indify:https://indify.co/ ,给 notion 插入小部件
- notino 非官方模板合集:https://notionpages.com/
- Notion 常用快捷键:
页面操作:
- Ctrl + N:创建新页面(可能和 Chrome 创建新窗口冲突)
- Ctrl + Shift + N :打开一个新的 Notion 窗口(可能和 Chrome 创建新的无痕窗口冲突)
- Ctrl + P :快速查找页面(可用于快速跳转到其他页面)
- Ctrl + [ :返回上一页
- Ctrl + ] :进入下一页
- Ctrl + U :转到父页面
- Ctrl + Shift + L :切换黑暗模式
- Ctrl + \ :打开 / 关闭侧边栏
选中 Block:
- Esc:光标所在的 Block 失去焦点,变为选中状态(变为选中状态后,按 Enter,该 Block 重新获得焦点,变为编辑状态)
- 光标处在某个 Block 上时,按住 Shift,再按 ↑ ↓ ← →:选中多个 Block
- 光标处在某个 Block 上时,Ctrl + A:选中当前 Page 中的所有 Block
Block 操作:
- Ctrl + D:复制光标所在的单个 Block 或已选中的多个 Block
- 按住 Option/Alt 并点击 Block 前边的六个点拖动:复制 Block 并将其移动到某位置
- 空格:生成可折叠列表(Markdown 语法中“> + 空格”是添加引用)
- " + 空格:添加引用
- [ + ]:添加**事项
- 空格(或 * + 空格):添加无序列表
- 空格:添加有序列表
- Ctrl + Shift + P:将选中的 Block 移动到某个 Page 中
- 光标处在某个折叠列表项或待办事项上时,Ctrl + Enter:切换开启或关闭
文字操作:
- 选中文字后 Ctrl + B:加粗
- 选中文字后 Ctrl + I:斜体
- 选中文字后 Ctrl + Shift + H:高亮
- 选中文字后 Ctrl + K:添加或取消超链接
- 选中文字后 Ctrl + E:添加行内代码格式
- 选中文字后 Ctrl + Shift + S:添加删除线