Skip to content

Commit efd8f1e

Browse files
committed
remove notes for older versions
1 parent 4871a20 commit efd8f1e

8 files changed

+12
-16
lines changed

_posts/basic/2020-12-06-Typora on macOS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Typora is deeply integrated with the macOS desktop environment, like other nativ
1616

1717
### Apple Silicon
1818

19-
Typora (≥ 0.9.9.36) is now native on Apple Silicon Mac devices.
19+
Typora is now native on Apple Silicon Mac devices.
2020

2121
### Open From Terminal
2222

_posts/basic/2021-04-20-Export.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ redirect_from: "export"
1111

1212
* Outline
1313
{:toc}
14-
> Note following documents are for Typora ≥ 0.10.0
15-
1614
## General
1715

1816
### Quick Usage of Export
@@ -579,7 +577,7 @@ You can use `${variables}` in custom header / footer text and custom export comm
579577
| `${currentPath}` | Path of currently edited file. For example, if you are editing `/User/aaa/Document/readme.md`, then the value will be `/User/aaa/Document/readme.md`. |
580578
| `${currentFileName}` | Filename without extension of currently edited file. It will be `readme` in above case. |
581579
| `${currentFileFullName}` | Filename with extension of currently edited file. It will be `readme.md` in above case. |
582-
| `${currentFolder}` | Path of the parent folder of current file. (Require Typora ≥ 1.3) |
580+
| `${currentFolder}` | Path of the parent folder of current file. |
583581
| `${today}` | Current date, for example: `2020-01-19` |
584582
| `${pageNo}` | Current page number. Only available for PDF format. |
585583
| `${pageCount}` / `${totalPages}` | Total page counts. Only available for PDF format. |

_posts/basic/2022-09-05-Draw Diagrams With Markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ You can find details [here](https://mermaid.js.org/syntax/c4c.html).
266266

267267
## Mindmap
268268

269-
(This feature requires Typora ≥ 1.5.0) A mind map is a diagram used to visually organize information into a hierarchy, showing relationships among pieces of the whole. It is often created around a single concept, drawn as an image in the center of a blank page, to which associated representations of ideas such as images, words and parts of words are added. Major ideas are connected directly to the central concept, and other ideas branch out from those major ideas.
269+
A mind map is a diagram used to visually organize information into a hierarchy, showing relationships among pieces of the whole. It is often created around a single concept, drawn as an image in the center of a blank page, to which associated representations of ideas such as images, words and parts of words are added. Major ideas are connected directly to the central concept, and other ideas branch out from those major ideas.
270270

271271
You can find details [here](https://mermaid.js.org/syntax/mindmap.html).
272272

_posts/basic/2022-09-05-File Management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can hover on folders under "Recent Locations" in files sidebar, and click "P
136136

137137
You could use hyperlink syntax ( `[label](src)` ) to create links that links to other files/folder, the `src` part can be either absolute path or relative path, for example: `[Readme](readme.md)`.
138138

139-
(Typora ≥ 1.1) If target file does not exist, Typora will guide you to create the file automatically.
139+
If target file does not exist, Typora will guide you to create the file automatically.
140140

141141
If you want to jump to target position of other files, you could append anchor after file target. For example, `[Readme](readme.md#header-1)` allows to jump to "header 1" position of `readme.md`. You can follow [internal links](/Links/#internal-links) about how to write an anchor.
142142

_posts/basic/2022-09-05-Images.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ You can `Rename Image` via the `Move Image` command in context menu.
160160

161161
### Move All Images
162162

163-
(Requires Typora ≥ 1.3) Click `Format``Image``Move All Images to` from menubar to move all used images to new folder and update path references in your markdown file. If your image is remote images, then Typora will download and save them to the target folder.
163+
Click `Format``Image``Move All Images to` from menubar to move all used images to new folder and update path references in your markdown file. If your image is remote images, then Typora will download and save them to the target folder.
164164

165165
### Copy All Images
166166

167-
(Requires Typora ≥ 1.3) Click `Format``Image``Copy All Images to` from menubar to copy all used images to new folder and update path references in your markdown file. If your image is remote images, then Typora will download and save them to the target folder.
167+
Click `Format``Image``Copy All Images to` from menubar to copy all used images to new folder and update path references in your markdown file. If your image is remote images, then Typora will download and save them to the target folder.
168168

169169
### Download All Images
170170

_posts/how-to/2016-06-26-Use Typora From Shell or cmd.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ alias typora="open -a typora"
2020

2121
in your `.bash_profile` or other configuration file, then you would be able to simply type `typora xxx.md` instead.
2222

23-
(Requires Typora ≥ 1.1) If you want to use command line to not only open existing files, but also creating new files when target `.md` file does not exists, you could add
23+
If you want to use command line to not only open existing files, but also creating new files when target `.md` file does not exists, you could add
2424

2525
```shell
2626
alias typora="/Applications/Typora.app/Contents/MacOS/Typora"
@@ -49,7 +49,7 @@ To set Typora as the default markdown editor:
4949
**Figure 2 - Application chooser window**
5050
![Figure 2 - Application chooser](/media/use-from-shell/Snip20180704_2.png)
5151

52-
(Requires Typora ≥ 1.1) You could also add typora.exe in PATH, then use `typora xxx.md` to open markdown file, or create new one if target file does not exists.
52+
You could also add typora.exe in PATH, then use `typora xxx.md` to open markdown file, or create new one if target file does not exists.
5353

5454
## Linux
5555

_posts/how-to/2016-10-26-Auto Save.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ typora-root-url: ../../
88

99
---
1010

11-
## macOS (Typora ≥ 0.9.9.8.2)
11+
## macOS
1212

1313
On macOS, the Operating System will schedule auto save operation for document-based apps like Typora or TextEdit. So "auto-save" is always enabled as a system feature.
1414

@@ -18,7 +18,7 @@ If you want Typora to auto save content when quit or close, without popping up a
1818

1919
If you want Typora to restore all windows/documents when it restarts, please **uncheck** checkbox two in macOS System Preferences > General.
2020

21-
## Windows/Linux (Typora ≥ 0.9.21)
21+
## Windows/Linux
2222

2323
![Snip20161027_2](/media/auto-save/Snip20161027_2.png)
2424

_posts/how-to/2020-02-22-Upload Image.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ typora-copy-images-to: ../../media/image-upload
1414

1515
# Summary
1616

17-
In newer version of Typora (≥ 0.9.9.32 on macOS or 0.9.84 on Windows / Linux), we added a “upload image” function to upload images to a cloud image storage via 3rd apps or scripts.
17+
In newer version of Typora, we added a “upload image” function to upload images to a cloud image storage via 3rd apps or scripts.
1818

1919
Its motivation is that, since markdown files is just plain text files, when you embed images, the markdown files does not “own” those images, but just keep a weak reference to used external image files. When you move or share markdown files, those images should also be moved or shared, which brings maintenance costs. But if those images are hosted online, you can move or share markdown files freely without maintaining the reference between text plain and the images it used.
2020

@@ -172,9 +172,7 @@ For Linux / Windows users, please set the path of PicGo binary in Typora's prefe
172172

173173
![PicList](https://imgx.horosama.com/admin_uploads/2022/10/2022_10_05_633d79e401694.png)
174174

175-
[PicList](https://piclist.cn/) is an image uploading tools developed on top of PicGo, it offers functionality to delete your remote images, and many other features as well.
176-
177-
This option requires Typora ≥ 1.6.0, for older Typora versions, please check <https://piclist.cn/app.html#%E5%A6%82%E4%BD%95%E5%9C%A8typora%E4%B8%AD%E4%BD%BF%E7%94%A8>. And when Typora upload images using PicGo, PicGo will be launched and kept running.
175+
[PicList](https://piclist.cn/) is an image uploading tools developed on top of PicGo, it offers functionality to delete your remote images, and many other features as well. And when Typora upload images using PicGo, PicGo will be launched and kept running.
178176

179177
For Linux / Windows users, please set the path of PicGo binary in Typora's preferences setting after install it.
180178

0 commit comments

Comments
 (0)