https://github.com/oeyoews/tiddlywiki-app
Your next TiddlyWiki app offers a smoother TiddlyWiki experience (2026).
https://github.com/oeyoews/tiddlywiki-app
app electron tiddlywiki
Last synced: 5 months ago
JSON representation
Your next TiddlyWiki app offers a smoother TiddlyWiki experience (2026).
- Host: GitHub
- URL: https://github.com/oeyoews/tiddlywiki-app
- Owner: oeyoews
- License: mit
- Created: 2025-03-05T12:51:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-18T03:09:36.000Z (5 months ago)
- Last Synced: 2026-01-18T14:54:17.282Z (5 months ago)
- Topics: app, electron, tiddlywiki
- Language: TypeScript
- Homepage: https://oeyoews.github.io/tiddlywiki-app/
- Size: 6.01 MB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# TiddlyWiki App đ
[įŽäŊ䏿](https://github.com/oeyoews/tiddlywiki-app/blob/main/README.zh-CN.md) | English


A TiddlyWiki desktop application that provides a smoother desktop experience.
## ⨠Features
- đ§ System tray support, minimize to tray
- đ Template import and single file import support
- đ Markdown batch import support
- đ Encrypted HTML build support
- đ Multiple startup modes:
- đģ Local server mode
- đ Browser opening
- đ Sub-Wiki support
- đ Wiki management features:
- đ Open/switch Wiki
- đ¨ Build static Wiki
- đ Open in system file manager
- đ One-click deploy to GitHub Pages
- đ Internationalization support
- đ¨đŗ Simplified Chinese
- đēđ¸ English
- đ Auto-update functionality
## đ Usage Guide
### đ° Installation
[Download tiddlywiki-app](https://github.com/oeyoews/tiddlywiki-app/releases)
> For arch(or manjaro) user, you can install `pacman -U tiddlywiki-app-*.pacman`, or use PKGBUILD directly
### ⥠Basic Operations
1. Use the menu bar or system tray:
- đ File menu:
- đ Open Wiki: Select other Wiki folders
- đ¨ Build Wiki: Generate static HTML files
- đ Open in browser: Open current Wiki in default browser
- đ Open current Wiki folder: View in file manager
- đŊ System tray:
- đąī¸ Left click: Toggle window show/hide
- đ Right-click menu: Quick access to common features
### â¨ī¸ Shortcuts
- đŊ Minimize: Window automatically hides to system tray
- â Close button: Defaults to minimize to tray, can fully exit via tray menu
## đ¨âđģ Development
### đ ī¸ Requirements
- đĻ Node.js
- đĻ npm or yarn
- đĻ git
### đ Local Development
```bash
# Install dependencies
npm install
# Start development server
npm run dev
```
## đ¤ Why create Tiddlywiki APP?
The primary goal is to solve TiddlyWiki's long-standing save issues. While the community has provided many solutions, what could be simpler than downloading and installing an exe file?
Secondly, what sets Tiddlywiki APP apart is that it doesn't interfere with users' Wikis or make any modifications - truly plug-and-play. I want it to be as simple as possible, allowing first-time TiddlyWiki users to start without learning additional concepts.
Regarding the blank version, I want users to experience 100% pure TiddlyWiki when first encountering it, rather than being overwhelmed by plugins. This might be why Jermolene chose to provide a blank version for users' initial TiddlyWiki experience.
As for concerns about "blank versions scaring away new users," I won't discuss that much here. While I hope more people learn about TiddlyWiki, I won't actively promote it, as currently, TiddlyWiki's ease of use doesn't offer significant promotional advantages.
## đ Related Projects
* [UseWiki2](https://github.com/oeyoews/usewiki2)