... Are you sure you replaced all old files when updating your installation? It seems that at least "lib/pwiki/StringOps.py" wasn't updated. Michael...
For a while, I was working on this: http://tech.groups.yahoo.com/group/wikidpad-outlook/messages Using Redemption to sync WikidPad->Outlook. However, I've...
Hello. Is there a reason why the keywords are not hidden in the "preview" mode? They have to be shown in the edit mode of course. But it seems to me a little...
... Isn't it enough to put this definition into your own WikiSyntax.py in "user_extensions"? Using above regular expression, the "Outlook:" in the following...
Hi Michael, Great catch ! Maybe the following will be OK (check for non-space)? = re.compile(ur'(?:(?:wiki|https?|ftp|rel)://|mailto:|Outlook:\S|file://?)\ ' ...
... That's a nice review and the comments are worth reading as well! ... Don't make it - or any other page to root (at least not as a beginner)! ScratchPad...
Hello, Thank you for the fantastic application! I love it. I am trying to get the folding to work with the ToggleFold script and not having much luck. Here's...
Hi, I'm q new user of this excellent standalone wiki and I'm impressed by its quality. I would like to customize a little the preview, and tried to modify the ...
Hi Vincent, it works if you use the "class" identifier. E.g. <div class=Hd2> header to see </div> and in our css file .Hd2{} instead of Hd2{} and of course it...
Hi, I'm still using old stable 1.6 because I worry an upgrade might mess my pages. I was wondering if there's a way to reorder the links (to other wiki pages)...
... Not a single update I did with WikidPad destroyed my data. But a backup doesn't hurt... ... El: You may try this: Add the following script on a test page...
Thanks michael for this complement of information. Could you precise me the role of the wikipreview.css in regard to the wikistyle.css (I could not find in the...
Hi ... I don't really know for what use the wikistyle.css is. wikipreview.css is used to control the style of the preview of your wiki pages. ... ok, you just...
... If nobody argues against it, I will include it. If someone wants to test if it conflicts with his/her wiki, just run a wiki-wide search for "Outlook:\S"....
... and ... (editor.GetCurrentPos ... 1, ... Yes. Here is what my home page looks like: ++ z Wiki Homepage +++ General * PersonalNotes * TechnicalNotes *...
... Hi, Thanks Michael, I've tried with my own class and that run. Thanks. Nevertheless, for the default heading (+, ++, +++) I've tried as you proposed to add...
Odd request I know...Is it possible to change the background color on the line numbers? On my installation of WikidPad it comes up as a very dark grey...
Hi ... OK, but it should work with the _preview_ inside wikidpad. (without the dot, e.g. h1 {color: #3399ff; }) I don't know if it also works for the export....
I am very new to this wiki styled notepad and so far I like it a lot. Thanks to all the developers in putting all your time and effort. I am having a hard...
... it. ... record ... stuff. ... we ... users ... solution ... the ... also ... normally ... engine ... least ... Maybe mysql? We'd love to have full...
... That clarifies completely the picture. In fact you export you wiki or sub-tree where ever you want (taking into account the attached ressources location...
First of all: incredible program! Question: EVAL allows to calculate simple expressions like "5+4" or even "round(5.4)". Is it possible to evaluate math...
mzucker007 wrote: [...] ... In the menu "Folding" activate "Show folding", it should work then. You don't even need the script because the menu item "Toggle...