-
Notifications
You must be signed in to change notification settings - Fork 212
更新 #986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
更新 #986
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| --- | ||
| uid: 20250415084453 | ||
| title: TiddlyWiki-App | ||
| tags: [] | ||
| description: TiddlyWiki 应用程序 | ||
| author: 马不前 | ||
| type: other | ||
| draft: false | ||
| editable: false | ||
| modified: 20250415084453 | ||
| --- | ||
|
|
||
| # TiddlyWiki App | ||
|
|
||
| - GitHub: https://github.com/oeyoews/tiddlywiki-app | ||
| - 下载地址: https://github.com/oeyoews/tiddlywiki-app/releases | ||
| - 文档: https://oeyoews.github.io/tiddlywiki-app/README.zh-CN.html | ||
|
|
||
| ## 🌟 简介 | ||
|
|
||
| TiddlyWiki-App 是一款基于 Electron 的跨平台桌面应用程序,它可封装了 TiddlyWiki,可以运行在 Windows、Mac 和 Linux 平台上。 | ||
|
|
||
| ## ✨ 功能特点 | ||
|
|
||
| - 🔧 系统托盘支持,最小化到托盘 | ||
| - 📂 支持模板导入, 单文件导入 | ||
| - 📂 支持 Markdown 批量导入 | ||
| - 🔒 支持加密构建 HTML | ||
| - 🚀 支持多种启动方式: | ||
| - 💻 本地服务器模式 | ||
| - 🌐 浏览器打开 | ||
| - 📄 支持子 Wiki | ||
| - 📝 Wiki 管理功能: | ||
| - 📂 打开/切换 Wiki | ||
| - 🔨 构建静态 Wiki | ||
| - 📁 在系统文件管理器中打开 | ||
| - 🚀 一键部署到 GitHub Pages | ||
| - 🌍 国际化支持 | ||
| - 🇨🇳 简体中文 | ||
| - 🇺🇸 English | ||
| - 🔄 自动更新功能 | ||
|
|
||
| ## ⚡ 基本操作 | ||
|
|
||
| 使用菜单栏或系统托盘进行操作: | ||
|
|
||
| - 📋 文件菜单: | ||
| - 📂 打开 Wiki:选择其他 Wiki 文件夹 | ||
| - 🔨 构建 Wiki:生成静态 HTML 文件 | ||
| - 🌐 在浏览器中打开:使用默认浏览器打开当前 Wiki | ||
| - 📁 打开当前 Wiki 文件夹:在文件管理器中查看 | ||
| - 🔽 系统托盘: | ||
| - 🖱️ 左键点击:切换窗口显示/隐藏 | ||
| - 📌 右键菜单:快速访问常用功能 | ||
| - ⌨️ 快捷操作 | ||
| - 🔽 最小化:窗口会自动隐藏到系统托盘 | ||
| - ❌ 关闭按钮:默认最小化到托盘,可通过托盘菜单完全退出 | ||
|
|
||
| ## 🌈 截图 | ||
|
|
||
| ### 空白版本 | ||
|
|
||
|  | ||
|
|
||
| ### TiddlyWiki Starter Kit 版本 | ||
|
|
||
|  | ||
|
|
||
| ### TiddlyWiki xp 版本 | ||
|
|
||
|  | ||
|
|
||
| ### 导入模板 | ||
|
|
||
|  | ||
|
|
||
| ## 其他 | ||
|
|
||
| 其他讨论和问题可以在上述仓库中提出。 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| --- | ||
| uid: 20250415072235 | ||
| title: MD2TID | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 或许应该取一个更直观的名字,比如 markdown转太微?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 感觉目前还是先这样吧。有两个因素,一个因素是MD2TID还可能存在一些问题,对于特别复杂的markdown格式或者是其他软件自带的markdown,可能转换不是那么好。另一个是太微本身是用wikitext写的,与markdown有着不小的差异。markdown的yaml内容目前还不太好直接处理导入到太微中。 |
||
| tags: [] | ||
| description: markdown转tid格式 | ||
| author: 马不前 | ||
| type: other | ||
| draft: false | ||
| editable: false | ||
| modified: 20250415072235 | ||
| --- | ||
|
|
||
| # MD2TID | ||
|
|
||
| ## 简介 | ||
|
|
||
| - 项目地址:https://github.com/Zacharia2/md2tid-app | ||
| - 在线体验:https://github.com/tiddly-gittly/md-to-tid | ||
|
|
||
| 有时候想保存 AI 生成的笔记内容,发现 AI 使用的 markdown 格式,并非 TiddlyWiki 里的 wikitext 格式。所以就有了这个项目,可以把 AI 生成的 markdown 文件转换成 wikitext 格式的 tid 文件。 | ||
|
|
||
| 另一个使用场景是当你想从其他笔记软件转换到 TiddlyWiki 时,可以用这个软件批量转换。 | ||
|
|
||
| TiddlyWiki 本身是支持 markdown 格式的,但 markdown 格式在很多方面与 TiddlyWiki 的 wikitext 语法有所不同,因而还是推荐在 TiddlyWiki 里使用 wikitext 语法保存笔记。 | ||
|
|
||
| ## 安装 | ||
|
|
||
| 在上面 GitHub 仓库中下载安装包,解压后运行 md2tid.exe 即可。 | ||
|
|
||
| ## 实时转换 | ||
|
|
||
|  | ||
|
|
||
| ## 批量转换 | ||
|
|
||
|  | ||
|
|
||
| ## 其他 | ||
|
|
||
| 目前功能还不够完备,但己足够使用。 | ||
|
|
||
| 有些非常复杂或特殊的 markdown 语法还不支持,问题主要是 [MD2TID](https://github.com/tiddly-gittly/md-to-tid) 没有做兼容处理,因而有问题可以在[此处](https://github.com/tiddly-gittly/md-to-tid/issues/11)提交。 | ||
|
|
||
| 也可以使用网页版在线体验。 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
主要面对中文用户,用中文会不会好点
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是原项目的名称,并不主要是面对中文用户。面向中文用户更好的是太记。
这个项目的开发者是国内开发者,但很少宣传,文章里面的内容也基本上是把他的中文文档搬运了一下。