Github 搭建图床

创建开放仓库 - 存放图片

仓库名字自定义,必须public

创建Github Token 具有repo权限

注意:

路径:Settings / Developer settings / Personal access tokens

Expiration : 选择 No expiration //无限期

Generate token 后 注意保存 token,只出现一次

配置图床

图床 - picgo - 客户端使用

平台下载

1.官网:https://molunerfinn.com/PicGo/

2.Windows:https://github.com/Molunerfinn/PicGo/releases

3.Andoid/ios:https://github.com/PicGo/flutter-picgo

Picgo - 配置

图床设置/GitHub设置

1
2
3
4
5
设定仓库名称:
设定分支名://默认master
设置Token://填入刚刚生成的token
指定存储路径://设置存放的文件夹名称 以”/“结尾
设定自定义域名:https://cdn1.tianli0.top/gh/你的Github用户名/你的CDN仓库名/ // 实现jds加速

Pcigo - jds加速

1
2
3
4
https://cdn1.tianli0.top/gh/user/repo/xxx.jpg
user:GitHub 用户名
repo:GitHub 图床库名
xxx:存放文件夹

配置完成即可正常使用了!

图床 - Picx - 在线使用

平台下载

1.官网:https://picx.xpoet.cn/#/upload

2.GitHub:https://github.com/XPoet/picx

3.官方Help:https://github.com/XPoet/picx/blob/master/README.md

Picx - 配置

官方Help:https://picx-docs.xpoet.cn/

注:picx默认自带jds加速

Typora

Typora - 安装

1.官网:https://www.typora.io/

2.中国官网:https://typoraio.cn/

3.中文官网:https://www.typora.net/

4.本站提供:https://wwp.lanzoub.com/iddSg033sflg

Typora - 主题

主题 - 下载

官方主题:http://theme.typora.io/

中国主题商店:https://theme.typoraio.cn/theme/

中文主题商店:https://www.typora.net/themes/

安装 - Help

中国官方文档:https://theme.typoraio.cn/doc/Install-Theme/

中文官方文档:https://www.typora.net/1764.html

Typora - 快捷键

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
快捷键 - 菜单栏

⽂件:alt+F 编辑:alt+E 段落:alt+P 格式:alt+O
视图:alt+V 主题:alt+T 帮助:alt+H

快捷键 - 文件

新建:Ctrl+N 偏好:Ctrl+
关闭:Ctrl+W 打开:Ctrl+O
快速打开:Ctrl+P 保存:Ctrl+S
新建窗⼝:Ctrl+Shift+N 存为:Ctrl+Shift+S


快捷键 - 编辑

撤销:Ctrl+Z 重做:Ctrl+Y 剪切:Ctrl+X 复制:Ctrl+C
粘贴:Ctrl+V 全选:Ctrl+A 替换:Ctrl+H
查找:Ctrl+F 查找下⼀个:F3 查找上⼀个:Shift+F3
复制为MarkDown:Ctrl+Shift+C 粘贴为纯⽂本:Ctrl+Shift+V
选中当前⾏/句:Ctrl+L 跳转到⽂⾸:Ctrl+Home
选中当前格式⽂本:Ctrl+E 到所选内容:Ctrl+J
选中当前词:Ctrl+D 跳转到⽂末:Ctrl+End

快捷键 - 段落

标题:Ctrl+1/2/3/4/5 表格:Ctrl+T
段落:Ctrl+0 引⽤:Ctrl+Shift+Q
增⼤标题级别:Ctrl+= 代码块:Ctrl+Shift+K
减少标题级别:Ctrl+- 公式块:Ctrl+Shift+M
有序列表:Ctrl+Shift+[ 增加缩进:Ctrl+]
⽆序列表:Ctrl+Shift+] 减少缩进:Ctrl+[

快捷键 - 格式

加粗:Ctrl+B 下划线:Ctrl+U
斜体:Ctrl+I 代码:Ctrl+Shift+`
删除线:Alt+Shift+5 超链接:Ctrl+K
图像:Ctrl+Shift+I 清除样式:Ctrl+

快捷键 - 视图

显⽰隐藏侧边栏:Ctrl+Shift+L ⼤纲视图:Ctrl+Shift+1
⽂档列表视图:Ctrl+Shift+2 ⽂件树视图:Ctrl+Shift+3
源代码模式:Ctrl+/ 专注模式:F8打
字机模式:F9 切换全屏:F11
实际⼤⼩:Ctrl+Shift+0 放⼤:Ctrl+Shift+=
缩⼩:Ctrl+Shift+- 应⽤内窗⼝切换:Ctrl+Tab
打开DevTools:Shift+F12