Posted in

TiddlyWiki:Notion 或 Obsidian 的开源替代方案_AI阅读总结 — 包阅AI

包阅导读总结

1. 关键词:TiddlyWiki、开源、笔记软件、个性化、功能强大

2. 总结:本文介绍了开源软件 TiddlyWiki,它类似于 Obsidian 或 Notion,是一个非线性个人网络笔记本,虽无明确的起始引导,但可高度定制。文中还详细说明了其创建、编辑和使用模板等操作,强调其功能强大,适合特定需求用户。

3. 主要内容:

– TiddlyWiki 介绍

– 是一个“非线性个人网络笔记本”,开源社区的典范项目

– 类似 Obsidian 或 Notion 的笔记或信息整理系统

– 2004 年推出

– 特点

– 无明确“起始点”,因不为特定任务定制,选项众多令人困惑

– 社区注重适应不同用例,高度可定制

– 使用方法

– 下载安装

– 创建空白 wiki

– 认识 tiddler(内容容器),包括字段、标签等

– 可创建特定类型 tiddler 及模板

– 可使用 widgets 扩展功能

– 评价

– 功能超出 Notion 和 Obsidian

– 适合特定需求用户,可尝试使用

思维导图:

文章地址:https://thenewstack.io/tiddlywiki-an-open-source-alternative-to-notion-or-obsidian/

文章来源:thenewstack.io

作者:David Eastman

发布时间:2024/8/16 13:57

语言:英文

总字数:1078字

预计阅读时间:5分钟

评分:87分

标签:TiddlyWiki,开源,笔记,个人网络笔记系统,JavaScript


以下为原文内容

本内容来源于用户推荐转载,旨在分享知识与观点,如有侵权请联系删除 联系邮箱 media@ilingban.com

In most cases I come across new software, use it, and then write about it. This post is a little different, because I have known about this software for a rather long time, I know the creator (the inimitable Jeremy Ruston), and I’ve even worked with him.

TiddlyWiki is a “non-linear personal web notebook,” as well as an exemplar project in the open source community. It can be a note-taking or information-ordering system in a similar vein to Obsidian or Notion, although TiddlyWiki was launched back in 2004. It can also be thought of as producing a wiki with interactive components.

However, as I discovered to my cost, TiddlyWiki has never had a strong “start here,” because it is not tailored to one specific task. Obsidian, by comparison, has the advantage of a clear vision of what it does. TiddlyWiki bewilders you with options at first because it hasn’t been designed to be sold. The community focus is on adapting it to different use cases.

So I’m going to take the advice in this explainer and use TiddlyDesktop while mentioning that there are plenty of other arrangements. It is, after all, just HTML and JavaScript. Let’s get started…

By going to the GitHub release we can select the right version. For my old Mac, I’ll be using the mac64 version.

If you unzip this you will see an app in the folder, and you will need to do the standard security dance before running this:

When you run the app, you are confronted with this:

It looks a little austere with the lack of friendly installation options. We want to start with a new blank wiki.

Choose a folder, and a filename ending in .html, and you should now have a new “GettingStarted” page looking back at you.

Now, first of all a TiddlyWiki is a list of tiddlers. Yes, I know. This list, on the left side in this setup, is also referred to as the “Story River.” So we are looking at the “GettingStarted” tiddler.

The column on the right, or sidebar, is a general control panel for this TiddlyWiki project, which is called “My TiddlyWiki” right now because I haven’t altered it, but the current tiddler seems to be offering us the chance to alter that. To create our first tiddler, I’ll use the plus symbol in the sidebar, above the search box.

You may well see TiddlyWiki projects where the look and feel is not as above. But again, this is because TiddlyWiki isn’t in any way opinionated software — it is very customizable and will quickly do a Homer Simpson and slink backwards into the hedge to get out of your way. Kind of.

A tiddler is effectively a contents container. You can see the expected context controls in the top right corner (which have very slow responding tooltips). The sidebar includes a search for any tiddlers in your wiki. If you click the “retain story ordering,” you’ll get the open tiddlers as you start. If you make changes you might see a red circle, where currently there is a tick in the sidebar — this is the save button.

In TiddlyWiki,everything is a tiddler, even things that aren’t wiki content. And tiddlers are made up of fields. Each field is a key value pair. So the obvious fields are “title” and “text.” Tiddlers can have tags, and have the usual internal modification data as if they were files. And you can add your own fields. So the fields provide the metadata for the tiddler.

For display of rich text, TiddlyWiki uses wikitext, which sadly isn’t exactly markdown but close enough.

OK, so when I hit the create tiddler button in the sidebar, I get a nice editing screen:

So I was easily able to make my first tiddler, with a tag. The process was much like using Obsidian, including writing internal or external links. For later images, I’ll split the text display so that you can see what wikitext would display.

Note that tags are not just stray metadata. Tags (like “tutorial” above) set up a bidirectional searchable relationship. So my tiddler “The NewStack.io on TiddlyWiki is tagged by “tutorial,” and “tutorial” is tagging that tiddler. And guess what? The tag is also a tiddler. Did I mention that everything is a tiddler? Clicking on the yellow pill shows us the one member of “tutorial”:

I can create a specific type of tiddler, modified for a specific task. You can see here that I can make a journal tiddler from the available options in the sidebar tools menu:

Which if you think of it as a diary entry, looks like the new tiddler earlier on, but adjusted for a diary-like entry. Here is the top bit:

Of course, you might already think that it would be useful if you could create template tiddlers — and you can. However, we need to press things along to show what work you need to do, so you can appreciate if you would find this type of control useful.

We can use widgets,which are effectively extensions of HTML. And these can control various variables and the underlying mechanics. Below I can define a simple button.

Easy enough. What if I want to create a Contact tiddler template? We can also create a widget that will trigger an action that responds to a button to create a new tiddler for us:

Note that I’ve defined the usual title and text fields, but added some contact specific fields, and the “Contact” tag. So what happens if I press the New Contact button? My new contact tiddler appears below the button tiddler in my story river:

So that created a new tiddler, with a tag and two fields entered for me.

I think you can see that this is a bit beyond the remit for products like Notion and Obsidian. I was able to start metaprogramming remarkably quickly. Again, this will either appeal to you, or you have already started reading a different article.

Once you use TiddlyWiki for yourself and approach the community with issues, you will be in the zone where the project is at its strongest. So if it does appeal to you, give it a try and see why this open source project is still going strong after 20 years.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don’t miss an episode. Subscribe to our YouTubechannel to stream all our podcasts, interviews, demos, and more.

GroupCreated with Sketch.