Được TopGit lập chỉ mục từ metadata GitHub: TiddlyWiki/TiddlyWiki5 có 8.6k sao, viết chủ yếu bằng JavaScript. A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Welcome to TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.
TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
Demo
Learn more and see it in action at https://tiddlywiki.com/
Developer Documentation
Developer documentation is in progress at https://tiddlywiki.com/dev/
Pull Request Previews
Pull request previews courtesy of Netlify
Join the Community
User forums
Talk TiddlyWiki
As the official TiddlyWiki forum, Talk TiddlyWiki is a place to talk about TiddlyWiki: requests for help, announcements of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.
https://talk.tiddlywiki.org/
Google Groups
For the convenience of existing users, we also continue to operate the original TiddlyWiki group (hosted on Google Groups since 2005): https://groups.google.com/group/TiddlyWiki
Developer forums
tiddlywiki.com/dev is the official developer documentation
Get involved in the development on GitHub
GitHub Discussions are for Q&A and open-ended discussion
GitHub Issues are for raising bug reports and proposing specific, actionable new ideas
See Contributing for guidelines on how to contribute to the project.
Other forums
TiddlyWiki Subreddit: /r/TiddlyWiki5
Chat on Discord at https://discord.gg/HFFZVQ8
Installing TiddlyWiki on Node.js
TiddlyWiki is a SingleFileApplication, which is easy to use. For advanced users and developers there is a possibility to use a Node.js client / server configuration. This configuration is also used to build the TiddlyWiki SinglePageApplication
Install Node.js
Linux:
Debian/Ubuntu: apt install nodejs May need to be followed up by: apt install npm
Arch Linux yay -S tiddlywiki (installs node and tiddlywiki)
Mac
brew install node
Android
Termux for Android
Other
See http://nodejs.org
Open a command line terminal and type:
npm install -g tiddlywiki
If it fails with an error you may need to re-run the command as an administrator:
sudo npm install -g tiddlywiki (Mac/Linux)
Ensure TiddlyWiki is installed by typing:
tiddlywiki --version
In response, you should see TiddlyWiki report its current version (eg "5.4.1". You may also see other debugging information reported.)
Try it out:
tiddlywiki mynewwiki --init server to create a folder for a new wiki that includes server-related components
tiddlywiki mynewwiki --listen to start TiddlyWiki
Visit http://127.0.0.1:8080/ in your browser
Try editing and creating tiddlers
Optionally, make an offline copy:
click the save changes button in the sidebar, OR
tiddlywiki mynewwiki --build index
The -g flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.
Warning
If you are using Debian or Debian-based Linux and you are receiving a node: command not found error though node.js package is installed, you may need to create a symbolic link between nodejs and node. Consult your distro's manual and whereis to correctly create a link. See github issue 1434.
Example Debian v8.0: sudo ln -s /usr/bin/nodejs /usr/bin/node
Tip
You can also install prior versions like this: npm install -g [email protected]
Using TiddlyWiki on Node.js
TiddlyWiki5 includes a set of commands for use on the command line to perform an extensive set of operations based on TiddlyWikiFolders, TiddlerFiles.
For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in static HTML:
Running tiddlywiki from the command line boots the TiddlyWiki kernel, loads the core plugins and establishes an empty wiki store. It then sequentially processes the command line arguments from left to right. The arguments are separated with spaces.
Introduced in v5.1.20 First, there can be zero or more plugin references identified by the prefix + for plugin names or ++ for a path to a plugin folder. These plugins are loaded in addition to any specified in the TiddlyWikiFolder.
The next argument is the optional path to the TiddlyWikiFolder to be loaded. If not present, then the current directory is used.
The commands and their individual arguments follow, each command being identified by the prefix --.
Introduced in v5.1.18 Commands such as the ListenCommand that support large numbers of parameters can use NamedCommandParameters to make things less unwieldy. For example:
TiddlyWiki/TiddlyWiki5 thuộc nhóm Frontend trên TopGit, cùng 9 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
Đọc thêm về TiddlyWiki/TiddlyWiki5 ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/TiddlyWiki/TiddlyWiki5 là nguồn chính thức.
TiddlyWiki/TiddlyWiki5 có phải mã nguồn mở không?
TopGit chưa ghi nhận license cho TiddlyWiki/TiddlyWiki5. Phần lớn repo public trên GitHub là mã nguồn mở, nhưng điều khoản khác nhau từng repo — mở file LICENSE để xác nhận.
TiddlyWiki/TiddlyWiki5 là gì?
TiddlyWiki/TiddlyWiki5 (TiddlyWiki/TiddlyWiki5) là dự án JavaScript trên GitHub. Theo mô tả gốc: A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
TiddlyWiki/TiddlyWiki5 so với các dự án Frontend khác thế nào?
TiddlyWiki/TiddlyWiki5 được TopGit xếp vào nhóm Frontend, với 8.6k sao GitHub và viết bằng JavaScript. Xem trang chủ đề Frontend trên TopGit để so sánh với các dự án tương tự theo số sao và mức độ hoạt động.
Vì sao TiddlyWiki/TiddlyWiki5 được xếp vào nhóm Frontend?
TopGit xếp TiddlyWiki/TiddlyWiki5 vào nhóm Frontend dựa trên GitHub topics và mô tả của repo (gắn thẻ: "hacktoberfest", "html", "javascript"). Việc phân loại dựa trên metadata thật của repo, không phải đoán theo cảm tính biên tập.
Đọc đầy đủ README ở tab phía trên.
Chưa chắc TiddlyWiki5 có hợp với bạn?
Để ChatGPT, Claude hoặc Perplexity tìm hiểu giúp — bấm bên dưới và xem AI nói gì về TiddlyWiki5.