背景
- Wiki.js的特色自然是其執行node.js的網站架構,目前還有Nuclino、TiddlyWiki等其他的系統也是使用javascript的網頁程式,前者是個公司經營的協作系統、後者適合個人筆記系統,沒有資料庫系統程式支援搜尋引擎。
- 整體筆記系統可以參考[[2022-10-08-about_note_sw]]1、[[2023-01-04-wikijs]]也有wiki.js安裝、使用的介紹。
TiddlyWiki安裝執行
system installation
- 安裝與啟動,詳參 Jermolene /TiddlyWiki5
- 需要tiddlywiki執行檔
- 開啟(
--init server
)專屬資料目錄(mynewwiki)
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.2.5". 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
language
- 中文之設定,詳參bramchen:修改
./MyWiki/tiddlywiki.info
,加入
"languages": [
"zh-Hant"
]
- 注意如果後面還有設定,在”
]
“後要加上”,
”
啟動
- 指定項目
- 使用者帳密
- host IP
- port number
- 資料庫名稱
tiddlywiki mynewwiki --listen username=ku*ng password=sino***2 host=125.229.149.182 port=8080
心得評論
其他人的意見
使用時機
- 因為還是有簡單的帳密管理,不是很公開的資訊,適合在此發布。
- 適合短篇的內容。因為(還)沒有toc,篇幅太長切換不容易。
- 沒有註腳功能
- 會對熱門、特殊的名詞,會自動產生placehoder,呈現出暗藍色。(似乎提醒使用者有空還是得一一建起來),但是不像foam有個頁面專門講這些匯集在一起,這樣就不會找不到了。
-
https://sinotec2.github.io/FAQ/2022/10/08/about_note_sw.html “ 數位筆記系統使用心得” ↩