Feather Wiki Version 1.7.1
Feather Wiki » Devlog
This was originally published on Codeberg at https://codeberg.org/Alamantus/FeatherWiki/releases/tag/1.7.0 and https://codeberg.org/Alamantus/FeatherWiki/releases/tag/1.7.1 back at the end of October 2023 and I forgot to update it here. Oops!
This update includes a whole 1.5 kilobytes of extra features aimed at making using Feather Wiki a little bit easier thanks to the feedback and requests of a bunch of cool people:
- The Recent tab now displays the most recently created/edited pages instead of the last visited pages during the current session (#122)
- Text areas (i.e. the Markdown editor and the HTML view) can now use Tab to indent (#117)
- The Markdown editor now has a Preview function (#133, thanks @jcoder!)
- A new
<nowiki>
HTML tag has been added to prevent Feather Wiki from parsing content (#110) - Provide the raw Feather Wiki CSS (Plumage) and JavaScript (Skeleton) for special use cases (#113)
- Added some extra explanation text to hopefully make certain actions more clear
It also fixes some bugs that were reported:
- Fix "Lose changes?" warning not going away after clicking cancel (#126)
- Prevent Markdown from parsing inside of HTML tags (#128)
- Fix parsing of pre-url-encoded links (#131)
- Fix multiple external links not getting set correctly
- #134: Recents tab does not populate on load
- #135: Markdown preview causes slowdown while typing
- #136: Custom JS does not appear in Wiki Settings
Lastly, some internal behaviors were changed:
md.js
changed the order of its parsing so code, then links, then HTML gets processed before the rest- Internally the
window.pell
editor got renamed towindow.ed
to save a few bytes - Deleting an image from the Wiki Settings page now just replaces the internal image hash with
deleted
so it can be spotted more easily from the editor - Automatic external links can now be thwarted simply with an extra space after the
href
and before the closing angle brace, i.e.<a href="<a href="<a href="https://feather.wiki">https://feather.wiki</a>"><a href="https://feather.wiki</a>">https://feather.wiki</a></a>">target="_blank" is added</a>
versus<a href="<a href="<a href="https://feather.wiki">https://feather.wiki</a>"><a href="https://feather.wiki</a>">https://feather.wiki</a></a>" >target="_blank" is not added</a>
- Add the
FW.ready()
function that can be used in all custom JS instead of the old extension overhead!- The extension tutorial has been updated to reflect the change.
Files
Version 1.7.1 55 kB
Mar 18, 2024
Get Feather Wiki
Download NowName your own price
Feather Wiki
A lightweight tool for simple, self-contained wikis
Status | Released |
Category | Tool |
Author | Alamantus GameDev |
Tags | database, documentation, lightweight, notebook, notes, publishing, tiddlywiki, website, wiki, writing |
More posts
- Feather Wiki Version 1.8.0, "Skylark"May 31, 2024
- Feather Wiki Hotfix Version 1.6.2Jun 21, 2023
- Feather Wiki Version 1.6.1Jun 17, 2023
- Feather Wiki Version 1.6Feb 28, 2023
- Feather Wiki Version 1.5Dec 04, 2022
Leave a comment
Log in with itch.io to leave a comment.