Skip to content

Commit

Permalink
Merge pull request #2 from Octopus058/main
Browse files Browse the repository at this point in the history
docs: Fixed bug where images were not displayed & renamed some files
  • Loading branch information
Octopus058 authored Oct 4, 2024
2 parents b9f119a + 760bcba commit df81374
Show file tree
Hide file tree
Showing 36 changed files with 225 additions and 214 deletions.
42 changes: 5 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,8 @@
# Typora安装教程
<div align="center">

**注:本教程只针对v1.6DLL注入版(比较简单,推荐),v1.9.5手操版教程请点[这里](docs/READMEv195.md)**
# Typora 简明教程
<hr/>

## 下载
[下载](docs/install/v1.6.md) | [使用](docs/use/use.md)

[Release](https://github.com/OAOSS-CUP/Typora/releases)

点击Assets中的压缩包
![image](https://github.com/user-attachments/assets/88b3fecc-c5d1-4409-8656-da7ca646eb0b)

## 安装

解压后点击setup文件进行安装

![image](https://github.com/user-attachments/assets/fa365ceb-6729-4b33-ab6c-3e236b67356d)

勾选创建桌面快捷方式

![image-20240930151617742](https://github.com/user-attachments/assets/cb177e15-3902-432b-98c7-51a8c885e212)

点击Install,等待下载完成

![image-20240930151652277](https://github.com/user-attachments/assets/45e98106-0f91-4e39-8a7b-fd3b97acfa62)

下载完成后,**不要勾选Launch Typora**(不过勾选了关掉也行)

![image-20240930151853836](https://github.com/user-attachments/assets/32069226-2ae6-41df-abfc-c15bf9a1f61f)

## 破解

在桌面找到Typora图标,右键选择**打开文件所在位置**

![image-20240930151950551](https://github.com/user-attachments/assets/497d342d-7840-4469-b0dd-319b84e0f5cc)

将压缩包里的winmm.dll复制到typora文件所在目录

![image](https://github.com/user-attachments/assets/39fb4035-6930-41b0-a21e-5fe8173f1b81)

然后破解就完成了
</div>
40 changes: 40 additions & 0 deletions docs/install/v1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Typora安装教程

**注:本教程只针对v1.6DLL注入版(比较简单,推荐),v1.9.5手操版教程请点[这里](v1.9.5.md)**

## 下载

[Release](https://github.com/OAOSS-CUP/Typora/releases)

点击Assets中的压缩包
![image](https://github.com/user-attachments/assets/88b3fecc-c5d1-4409-8656-da7ca646eb0b)

## 安装

解压后点击setup文件进行安装

![image](https://github.com/user-attachments/assets/fa365ceb-6729-4b33-ab6c-3e236b67356d)

勾选创建桌面快捷方式

![image-20240930151617742](https://github.com/user-attachments/assets/cb177e15-3902-432b-98c7-51a8c885e212)

点击Install,等待下载完成

![image-20240930151652277](https://github.com/user-attachments/assets/45e98106-0f91-4e39-8a7b-fd3b97acfa62)

下载完成后,**不要勾选Launch Typora**(不过勾选了关掉也行)

![image-20240930151853836](https://github.com/user-attachments/assets/32069226-2ae6-41df-abfc-c15bf9a1f61f)

## 破解

在桌面找到Typora图标,右键选择**打开文件所在位置**

![image-20240930151950551](https://github.com/user-attachments/assets/497d342d-7840-4469-b0dd-319b84e0f5cc)

将压缩包里的winmm.dll复制到typora文件所在目录

![image](https://github.com/user-attachments/assets/39fb4035-6930-41b0-a21e-5fe8173f1b81)

然后破解就完成了
File renamed without changes.
File renamed without changes.
File renamed without changes.
180 changes: 180 additions & 0 deletions docs/use/use.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
# Typora 使用教程
<hr/>

## 添加快捷键

### 改快捷键方式

- **打开typora,点击文件 --> 偏好设置**

![image-20241002154908107](https://github.com/user-attachments/assets/de505126-7f3a-4e11-a551-ddcf4f620811)

- **选择通用 -> 点击打开高级设置**

![image-20241002155248233](https://github.com/user-attachments/assets/41bf71e5-a404-42f5-9676-e119340803ff)

- **找到“keyBinding”,在中括号{}里面添加快捷键**

![image-20241002155502665](https://github.com/user-attachments/assets/0c14cce0-d185-495a-afb0-e4261e0550bc)

> ==可以把以下快捷键复制粘贴进去,基本上够用了:==
>
> "Highlight": "Alt + r",
>
> "加粗":"Alt + B",
>
> "引用":"Alt + ;",
>
> "无序列表":"Alt + L",
>
> "一级标题":"Alt + 1",
>
> "二级标题":"Alt + 2",
>
> "三级标题":"Alt + 3",
>
> "四级标题":"Alt + 4",
>
> "五级标题":"Alt + 5",
>
> "六级标题":"Alt + 6",
>
> "代码块":"Alt+`",
>
> "删除当前词":"Alt+D",
>
> "大纲":"Alt+G",
>
> "放大":"Ctrl + =",
>
> "缩小":"Ctrl + -",
>
> "提升标题级别":"Ctrl+9"
### 快捷键介绍

#### 添加标题

> ==一般最多用到一二三四级标题==
>
> "一级标题":"Alt + 1",
>
> "二级标题":"Alt + 2",
>
> "三级标题":"Alt + 3",
>
> "四级标题":"Alt + 4",
>
> "五级标题":"Alt + 5",
>
> "六级标题":"Alt + 6",
![image-20241002160207081](https://github.com/user-attachments/assets/c4bdb648-69ee-419c-8655-4007fc8ea492)

#### 其他常用快捷键

> "Highlight": "Alt + r",
>
> For example:==这是重点==
>
> 原始主题应该是标黄,我这里显示标红是改了样式,后面有改的方法
> "加粗":"Alt + B",或者Ctrl+B也可以
>
> For example:**这是重点**
> "引用":"Alt + ;",
>
> 这个本身就是引用。
>
> ![image-20241002160617539](https://github.com/user-attachments/assets/4fba26f9-74ce-47fd-8234-ed6478db6a61)
> "无序列表":"Alt + L",
>
> - 123
> - 456
> "代码块":"Alt+`",
>
> ```cpp
> int main(){
> cout<<"在右下角输入语言,然后敲代码就行"
> }
> ```
>
> ![image-20241002160821768](https://github.com/user-attachments/assets/80666b10-13ed-47c4-974f-17e1ec5da6b4)
> "放大":"Ctrl + =",
>
> "缩小":"Ctrl + -",
>
> 我的话是用这两个键("提升==标题级别":"Ctrl+9"==添加这个快捷键,是因为它跟=="放大":"Ctrl + ="==冲突了,本身这个快捷键没啥用)
>
> ![image-20241002161314822](https://github.com/user-attachments/assets/86e97e6a-1020-41ec-897f-3b9d1093ebfb)
> "删除当前词":"Alt+D",
>
> 你写点东西,然后用这个快捷键删删就知道了
> "大纲":"Alt+G",
>
> 按一次出现,按两次收回去
>
> ![image-20241002161533121](https://github.com/user-attachments/assets/bd998cbc-161b-43ff-9b1a-c285d03acff3)
## 添加主题
### 具体步骤
- 打开偏好设置
![image-20241002154908107](https://github.com/user-attachments/assets/a0421021-9437-4929-b45b-fada14e36cf6)
- 选择外观 --> 打开主题文件夹
![image-20241002161732853](https://github.com/user-attachments/assets/c429c255-3e12-44f6-ae59-390a150038bd)
- 解压之后把文件拖进去
![image-20241002161909996](https://github.com/user-attachments/assets/29d48ae1-bc14-433d-8ba6-8dbe9d39c171)
![image-20241002161926002](https://github.com/user-attachments/assets/db7ce05d-a5be-4e0b-99e2-e66553f2e391)
![image-20241002161936629](https://github.com/user-attachments/assets/fb2fc287-e86e-4380-809c-2b94309c0b58)
![image-20241002161901506](https://github.com/user-attachments/assets/f81334bb-cd96-4889-a6cd-9c33775076f7)
- 然后重新打开typora点击主题,就可以看到了
![image-20241002162102283](https://github.com/user-attachments/assets/812ba764-b9e9-4333-b22b-be24682e5eb2)
## 其他常用
### 导出pdf
![image-20241002162139636](https://github.com/user-attachments/assets/997fd401-9ae3-474c-bee1-6154c2dc8006)
### 设置
- 在偏好设置-->外观中进行设置
![image-20241002162245148](https://github.com/user-attachments/assets/3e406ff0-494d-49b9-b550-ab6aab3372f4)
- 选择这个图像存储方式
![image-20241002162344705](https://github.com/user-attachments/assets/ad035784-449b-4bd7-82ef-36ff45bc3b04)
- 让代码块显示行号
![image-20241002162713077](https://github.com/user-attachments/assets/f844b7f1-3142-489f-9ad1-3bc237dae9db)
像这个样子:
![image-20241002162754333](https://github.com/user-attachments/assets/18029ef6-2880-4da5-a876-5277f3a27d10)
- 建议选择不适用拼写检查,这样在你输入一些奇奇怪怪的英文缩写时就不会出现红色波浪线显示你错了
![image-20241002162836278](https://github.com/user-attachments/assets/0fd1f3b0-d754-4579-afe5-8a9e103ce0dc)
Loading

0 comments on commit df81374

Please sign in to comment.