Not too far ago, I invested several days into "mastering" and tuning TiddlyWiki. It was an interesting experience. I loved it on the whole and felt very enthusiastic about using it store all my knowledge. It's super flexible and use of tags, filters and macros make it unique. However, it's a bit complicated for mass adoption. Also, the extended use of its powerful features may make your computer tangibly slow.
That's why I found "Obsidian", that's what I'm using today to store my knowledge.
Git might be a bit more popular than TiddlyWiki. We know about 274 links to it since March 2021 and only 191 links to TiddlyWiki. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
There is also https://tiddlywiki.com/ that you can save anywhere. - Source: Hacker News / 13 days ago
- 100% handcrafted human code (TM) Here's the primary trick that makes this possible: https://news.ycombinator.com/item?id=43179649 [2] Notetime - https://news.ycombinator.com/item?id=43434152 [4] TiddlyWiki - https://tiddlywiki.com/. - Source: Hacker News / about 1 month ago
Is this similar to TiddlyWiki https://tiddlywiki.com/ ? - Source: Hacker News / 2 months ago
Imagine having a personal wiki that fits in a single HTML file — no databases, no servers, just a self-contained knowledge base you can store in Dropbox, email to yourself, or even host on a static file server. Sounds familiar? Inspired by the legendary TiddlyWiki, I set out to create a minimalist wiki that’s lightweight and works even without JavaScript. - Source: dev.to / 2 months ago
Tiddlywiki https://tiddlywiki.com/ is good at cross-linking notes and publishing to the web. Consider writing plain HTML and calling it a digital garden, so you aren't locked into the chronological feed blog mindset. Maybe Obsidian Publish? https://obsidian.md/publish#:~:text=Explore%20Publish%20sites%20by%20the%20Obsidian%20community. - Source: Hacker News / 4 months ago
This ecosystem is fueled by repositories hosting powerful languages, functions, and versatile tools—from backend frameworks like Django and Ruby on Rails to containerization with Docker and distributed version control via Git. Moreover, indie hackers can also utilize open source design tools (e.g. GIMP, Inkscape) and analytics platforms such as Matomo. - Source: dev.to / 9 days ago
When a bug disrupts a production environment, reverting to a known working state can minimize user impact and provide a stable baseline for investigation. Version control systems like Git or GitHub enable precise rollbacks, preserving the ability to analyze faulty code. A 2022 JetBrains survey found that 92% of developers use Git, with 65% citing rollbacks as a key benefit for debugging. - Source: dev.to / 16 days ago
Git to clone repositories and manage your project. - Source: dev.to / about 1 month ago
You can download and install Git from the official website: https://git-scm.com. - Source: dev.to / about 1 month ago
One of the rather tedious tasks of a developer is to generate changelogs. I cannot imagine that anybody enjoys going through the project history and try to reverse engineer what has happened since the last release. But the good news is that with a bit of discipline it is quite straightforward to generate those changelogs from your version control history. The examples in this blog post will use git, but I guess... - Source: dev.to / about 1 month ago
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
Zim Wiki - Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images.
Mercurial SCM - Mercurial is a free, distributed source control management tool.
DokuWiki - DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
VS Code - Build and debug modern web and cloud applications, by Microsoft