is there a way to get wikidpad to link to files RELATIVE to the wiki locations itself? eg file://C:\work\email works file://email/ does not work, even if the...
Hi Guys, Im using the latest(released about 1-2 weeks back) wikiPadCompact with Japanese writing.... I just notice another problem with it ... today i happened...
Retract this ... the windows IME was and is going nuts on me, its changing the the state randomly on certian keystrokes... there by switching the keyboard to...
hi guys, My keyboard died rather in a rather chernobyl-like fashion yesterday$B!J(Bnever seen anylike it b4 and was a computer tech) I shutdown but not...
... The global configuration file for WikidPadCompact is really kept after an uninstall. It is named "WikidPad.config" and lies in the installation directory...
Hi Michael, That fixes the config and start wikikpad but ... ahh.. steps 7 and 8 corrupt the config file again... but i have recovered the wiki from a zip file...
... I tried the wiki database you sent and it worked for me, after changing the font to "MS Gothic", I could even see the Japanese characters (I installed...
Hi, i've been messing around with wikidpad and trying to get some GTD happening. Im using the automated todo list, though because I have hundreds of todo's to...
Hi, I use Wikidpad for my daily notes and recently I've been testing ConnectedText. I found very interesting feature that might be included in WikidPad: a ...
Hi, version 1.4.5 unicode beta of WikidPadCompact is available as source or with windows installer. This is a beta version, but mainly because of the rewritten...
... Well, I had to think a bit about your idea. The main problem would be to develop rules how to convert a text like "Monday 9:00, 1h" into a date ...
... or ... wow I will finally use wikipadcompact instead of wikipad.. I can write in japanese, english and french on the same page!!!!! Thank you. It's so...
I will be out of the office starting 16.09.2005 and will not return until 27.09.2005. On summer vacation, no network connection :) Back at office 28.9.2005. ...
jouni.miettunen@...
Sep 17, 2005 2:01 pm
900
... looking for ... use ... text... ... If you want a wiki in japanese there are a lot of them, especially freestyle wiki http://fswiki.poi.jp/wiki.cgi which I...
... And you can use Japanese characters in non-CamelCase wiki words, e.g. " [$B%F%9%H(B]" can be used as a wiki word now (just wanted to mention this again...
Sick.. i can wiki word japanese now... nice job man... Only there is still a problem with the japanese Html text export... if it try to export the file as a...
Hi, an update for the version 1.4.5 unicode beta of WikidPadCompact is available. You have to install the 1.4.5 unicode beta before installing the update (in...
... Thank you for the bug report. There was a bug when handling unindented numeric lists like e.g. 1. First 2. Second which caused the whole export to stop....
thanks dude, patch works perfectly... i think ill hold of on the zauras conversion of a bit.. i have to much on my plate currently... i will just use it as...
... Maybe it should be configurable in the same way the original wikidpad wiki-markup regexes are (stored in the extension)? This would allow each user tweak...
Hi guys,Micheal hmmm... i have feeling your going to start hating me..... Ok i have a new bug... if i wikifi japanese words and export them to a set of HTML...
... Surely not, because if I do not remove the bugs, many users will hate me! So I appreciate good error reports (even with testing material) for bug hunting. ...
Hi, the second update for the version 1.4.5 unicode beta of WikidPadCompact is available. You have to install the 1.4.5 unicode beta before installing the...
Hi Micheal, and ppl... ahh.. scary the numbers are the same... i am u using an english installation of XP with asian lang support(ie not menus and applications...
... Thank you. These are the normal codepages for most Western European languages. That explains the problems of the old version here. It seems that python can...
can someone give me an example of how to format a date in python? Something like: editor.AddText(lib.now()) except I want to control how to format the...
... Somewhere at the beginning of the code you must write: from time import strftime The line above can then be rewritten as e.g.: editor.AddText(strftime("%a...