mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-06 09:13:44 -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
26
README.md
26
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 -->
|
||||
|
||||
|
|
@ -42,15 +42,15 @@
|
|||
<details>
|
||||
|
||||
| Load NodeJS Wiki |
|
||||
| :---------------------------------------------------------: |
|
||||
| :-------------------------------------------------------: |
|
||||
|  |
|
||||
|
||||
| Create Local Wiki | Clone Online Wiki |
|
||||
| :-------------------------------------------------------------: | :-----------------------------------------------------------------: |
|
||||
| :-----------------------------------------------------------: | :---------------------------------------------------------------: |
|
||||
|  |  |
|
||||
|
||||
| Translation, Preferences |
|
||||
| :--------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
| :------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
|  |
|
||||
| Interactive code |
|
||||
|  |
|
||||
|
|
@ -105,7 +105,7 @@ 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) |
|
||||
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
| [](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 -->
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue