Feather Wiki
Lightweight personal wiki running on a single HTML file of 0.06M
🎈 BALLOON | FU-SEN 📖 Feather Wiki - use 🎈 Neocities. Themes, Tips, etc.
🎈 Feather Wiki | ふうせん🎈 FU-SEN - 🗾 日本語情報
Feather Wiki Offical Sites
- Feather Wiki
- Alamantus/FeatherWiki | Cordberg - Source
- Alamantus/FeatherWiki | GitHub - Source (mirror)
Normally when you report a Feather Wiki, we recommend that you use issues from the Cordberg repository.
Download
You can choose to download in your editor:
- Dove - WYSIWYG Editor and Markdown Editor
- Finch - WYSIWYG Editor
- Chickadee - Markdown Editor
Tiddlyhost
Tiddlyhost is a free hosting service for TiddlyWiki, you can also choose Feather Wiki.
Select Create site.
After entering each item and select Show advanced settings.
Select Feather Wiki in the “TiddlyWiki version” section.
Upgrade
releases | Codeberg Alamantus/FeatherWiki
When using the .html file directly:
- Dove - WYSIWYG Editor and Markdown Editor
- Finch - WYSIWYG Editor
- Chickadee - Markdown Editor
or When using Tiddlyhost (with server save function):
- Tern - WYSIWYG Editor and Markdown Editor
- Swallow - WYSIWYG Editor
- Bluethroat - Markdown Editor
Tips
Add favicon.ico
Normally, putting favicon.ico directly under domain will work. But Tiddlyhost can’t do that.
Add this to your “Custom JS”. https://example.net.eu.org/favicon.ico
is the favicon.ico
to display.
document.head.appendChild(window.html`<link rel="icon" href="https://example.net.eu.org/favicon.ico">`);
Use Font Awesome
Add this at the beginning of “Custom CSS”. 6.1.2
is the version.:
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
Links that do not open a new window
Feather Wiki responds to <a href="
strings with target="_blank" rel="noopener noreferrer
. therefore
<a href='https://example.net.eu.org/'>Link</a>
or
<a href=https://example.net.eu.org/>Link</a>