Hi foks,
An update (version 1.09) has been released. It fixed a major bug. The
category tree could be broken if the user modifies a page and renaming
it on the same time without saving first.
Changes:
- Fixed a major bug when renaming pages, it could mess-up the category
index.
- Add a verbose option.
- Add some keyboard shortcuts. (More will be added)
- Add feature to copy text to the clipboard by just selecting text in
the html viewer.
--------------------------------------------------
How to fix it, if this happened to you:
1. open the sqlite wiki database:
$> sqlite3 wiki.sl3
sqlite> delete from categorylist;
sqlite> .exit
All the pages are removed from the category tree.
2.Now save all your pages once againg.
Regards,
Kees