wikidPad Portable was developed as a Wiki-like application for storing your thoughts, ideas, todo lists and contacts.
What makes wikidPad Portable different from other notepad applications is the ease with which you can cross-link your information. Links in a wiki are created by typing in WikiWords.
A WikiWord is any mixed case word typed into the editor. TodoList or JohnDoe are example WikiWords. The term wiki means "quick" in Hawaiian, and wikis are all about quickly linking your information together. Wikis are not a new concept, in fact there are many web based wiki servers available.
What's New in This Release: [ read full changelog ]
· Option to make timestamp stored in file signature block more coarse to prevent false dirty recognition of wiki files moved between different file systems (with different time granularity). See [OptionsDialog#*Time coarsening*]
· Made maintenance function "recover wiki" more convenient, now with file dialogs instead of simple text fields
· In dialog "Show job count" added info "done jobs" (since opening of dialog) to reduce irritation due to not decreasing job count
· Printing functionality transferred to plugin "PrintDefault.py"
· For error logging during initialization different log file name "WikidPad_Init_Error.log" is used (allows to distinguish files in portable installation)
· Vi improvements (thanks to Ross)
· Small fix for searching in editor.
· Make repeat (".") more vim-like
· Add basic support for mouse in ":" commands.
· Fix bug when using o or t whilst in visual mode.
· Add initial support for Vi Plugins.
· Fix some small bugs.
· Add option to skip to next/previous heading in previe...