mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-21 12:02:57 -08:00
docs: better translated doc link
This commit is contained in:
parent
d58706b7b1
commit
87609cdad2
2 changed files with 23 additions and 23 deletions
40
README.md
40
README.md
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
# TOC
|
||||
|
||||
[中文](docs/readme/README_zh.md)
|
||||
🇬🇧 English | <a href="https://github.com/tiddly-gittly/TidGi-Desktop/blob/master/docs/readme/README.zh-CN.md">🇨🇳 简体中文</a>
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
|
|
@ -41,20 +41,20 @@
|
|||
|
||||
<details>
|
||||
|
||||
| Load NodeJS Wiki |
|
||||
| :---------------------------------------------------------: |
|
||||
| Load NodeJS Wiki |
|
||||
| :-------------------------------------------------------: |
|
||||
|  |
|
||||
|
||||
| Create Local Wiki | Clone Online Wiki |
|
||||
| :-------------------------------------------------------------: | :-----------------------------------------------------------------: |
|
||||
| Create Local Wiki | Clone Online Wiki |
|
||||
| :-----------------------------------------------------------: | :---------------------------------------------------------------: |
|
||||
|  |  |
|
||||
|
||||
| Translation, Preferences |
|
||||
| :--------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
|  |
|
||||
| Interactive code |
|
||||
| Translation, Preferences |
|
||||
| :------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
|  |
|
||||
| Interactive code |
|
||||
|  |
|
||||
| Community Plugin Library |
|
||||
| Community Plugin Library |
|
||||
|  |
|
||||
|
||||
</details>
|
||||
|
|
@ -104,8 +104,8 @@ It used to named TiddlyGit, means TiddlyWiki with easy Git backup, short for Tid
|
|||
|
||||
> For Windows MacOS normal user
|
||||
|
||||
| [Download](https://github.com/tiddly-gittly/TidGi-Desktop/releases/latest) |
|
||||
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
| [Download](https://github.com/tiddly-gittly/TidGi-Desktop/releases/latest) |
|
||||
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
| [](https://github.com/tiddly-gittly/TidGi-Desktop/releases/latest) |
|
||||
|
||||
> For arch user
|
||||
|
|
@ -129,8 +129,8 @@ See [Tiddloid](https://github.com/donmor/Tiddloid) for Android App developed by
|
|||
You can choose storage provider for your wiki workspace:
|
||||
|
||||
1. "Github" as unlimited storage and gh-pages blogging platform.
|
||||
1. "Local" will create a local git repo for you, you can use [GithubDesktop](https://github.com/desktop/desktop) to sync manually.
|
||||
1. "Gitlab" and "Gitee" is on the way
|
||||
2. "Local" will create a local git repo for you, you can use [GithubDesktop](https://github.com/desktop/desktop) to sync manually.
|
||||
3. "Gitlab" and "Gitee" is on the way
|
||||
|
||||
## Differences
|
||||
|
||||
|
|
@ -139,9 +139,9 @@ Differences from [TiddlyDesktop](https://github.com/Jermolene/TiddlyDesktop)?
|
|||
---
|
||||
|
||||
1. NodeJS version of TiddlyWiki have seamless auto-save experience, which is taking the advantage of SyncAdaptor instead of Saver, TG have better support for NodeJS wiki
|
||||
1. Using NodeJS wiki, We can have separated tiddler files, which can be modified by hand, or by other programs (e.g. VSCode with [VSCode-TW5-Syntax](https://github.com/joshuafontany/VSCode-TW5-Syntax))
|
||||
1. Though TiddlyDesktop can also load wiki folder generated by nodejs-TiddlyWiki, TG can backup that folder to the Github easily
|
||||
1. With the Electron technology, we can use `fs`, `git` and many other nodejs things within TiddlyWiki, which greatly extend the hackability, which is the reason why I choose TiddlyWiki as my daily KM tool
|
||||
2. Using NodeJS wiki, We can have separated tiddler files, which can be modified by hand, or by other programs (e.g. VSCode with [VSCode-TW5-Syntax](https://github.com/joshuafontany/VSCode-TW5-Syntax))
|
||||
3. Though TiddlyDesktop can also load wiki folder generated by nodejs-TiddlyWiki, TG can backup that folder to the Github easily
|
||||
4. With the Electron technology, we can use `fs`, `git` and many other nodejs things within TiddlyWiki, which greatly extend the hackability, which is the reason why I choose TiddlyWiki as my daily KM tool
|
||||
|
||||
## Why Github?
|
||||
|
||||
|
|
@ -150,9 +150,9 @@ Differences from [TiddlyDesktop](https://github.com/Jermolene/TiddlyDesktop)?
|
|||
Because Github is one of the best free civil level [BaaS](https://www.alibabacloud.com/blog/backend-as-a-service-baas-for-efficient-software-development_519851):
|
||||
|
||||
1. Its storage is basically free, allow us to store unlimited images and PDF files, which can have permanent URIs for public download
|
||||
1. It has GraphQL API that allow us programmatically update our wiki
|
||||
1. It has free [CI](https://github.com/features/actions) to automatically deploy our TiddlyWiki blog
|
||||
1. It provides unlimited repository, public and private, which enables us to store private content into our TiddlyWiki
|
||||
2. It has GraphQL API that allow us programmatically update our wiki
|
||||
3. It has free [CI](https://github.com/features/actions) to automatically deploy our TiddlyWiki blog
|
||||
4. It provides unlimited repository, public and private, which enables us to store private content into our TiddlyWiki
|
||||
|
||||
## Development
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
# TOC
|
||||
|
||||
[English](../../README.md)
|
||||
<a href="https://github.com/tiddly-gittly/TidGi-Desktop/">🇬🇧 English</a> | 🇨🇳 简体中文
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
|
|
@ -143,7 +143,7 @@ See [Tiddloid](https://github.com/donmor/Tiddloid) for Android App developed by
|
|||
1. 尽管 TiddlyDesktop 也可以加载由 nodejs 版太微生成的 wiki 文件夹,但太记还可以轻松地将该文件夹自动备份到 Github 上。
|
||||
1. 通过使用 Electron 技术,我们可以在太微中使用 `fs` 、 `git` 和许多其他 nodejs 的扩展接口,这大大扩展了插件可使用的能力。这种可扩展性也是我选择太微作为我日常知识管理工具的原因,太记进一步强化了它。
|
||||
|
||||
## 为什么使用Github存储
|
||||
## 为什么使用 Github 存储
|
||||
|
||||
因为 Github 是最好的免费民用级[存储即服务(BaaS)](https://www.alibabacloud.com/blog/backend-as-a-service-baas-for-efficient-software-development_519851)之一。
|
||||
|
||||
|
|
@ -162,7 +162,7 @@ The desktop app shell is based on [https://github.com/atomery/singlebox](atomery
|
|||
|
||||
Current Icon is download from [iconsdb](https://www.iconsdb.com/custom-color/github-11-icon.html) under Creative Commons Attribution-NoDerivs 3.0 , if you are a designer, please feel free to contribute your ICON if you have a better idea.
|
||||
|
||||
### 点个星星⭐️吧
|
||||
### 点个星星 ⭐️ 吧
|
||||
|
||||
Please give a star if you like it!
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue