Great tool! I'm running your 4/26/09 version with WikidPad 2.0 beta 03. It works pretty well, but seems to get confused if there are similar different subtags...
... I found and fixed a regression introduced in version 2009-04-26 and fixed the (older) problem you reported above. But I couldn't reproduce any messed up...
Perfect! Works beautifully now! I think I was seeing messed up links when using a date format of "yyyymmdd", which I don't think is supported. It didn't seem...
Hi, in previous version of WP yopu could enclose a file url with brackets. This is useful because then you can hack to allow spaces within filenames. I tried...
... The problem is that I don't know which behavior is better. On the one hand there may be URLs containing a closing bracket (as 2.0 assumes now), but on the...
I find that sometimes the To Do "pages" stop updating. This just happened with the 5/5/09 version, and I've seen it happen with earlier versions. This is in...
As my wiki's are getting bigger, I'd like to be able to make some pages "invisible" / archived especially from the Tree View. From an user perspective, perhaps...
... Hmmm, I don't have an idea yet. Most of my tests I'm doing with WikidPad 1.9rc and I haven't ever had the above error here. That's the command in the...
As far as I know all Wikidpad files are in one directory and entries in registry (Windows), if any, are not that important. * Is there a simple way to extract...
I had the problem again today, although I can't reproduce at will. Today I had changed all To Do's from todo.build00X... to todo.phase3... in an external...
... I'll try to reproduce it too. ... That reminds me of an effect I had with 2.0: On March, 04th there was a discussion here with the title "[WikidPad...
When I run Wikidpad, by doubleclicking a .wiki file or from the program icon, an instance of Internet Explorer opens too! IE tries to show the URL... ...
... In options dialog, page "HTML preview/export", option "preview renderer" is probably set to "Mozilla". If so, set it to "IE" or "internal" or install the...
Thank you - changing the preview render to internal does indeed stop the behavior. I think that I had changed in the past to try and use the <strike> tag to...
When I set the auto-wrap checked, wikidpad doesn't know where to wrap the long sentences I typed in. It wraps the sentences not expected, which results awful...
Hi, I tried the export function after switching to wikidPad 2.0beta03 on ubuntu 8.10, python 2.5.2. The export works, but it takes about 30s with 100% CPU to...
I sync daily files between 2 computers. On one of them, I edit my wiki files, on the other, I just open my wiki files to look at them (no editing). The problem...
Hi, because of the amount of spam in the current Trac wiki, I request everyone now to switch to the new Trac-wiki at http://trac.wikidpad2.webfactional.com/ To...
... Michael, the new Trac wiki is almost empty yet. Do you plan to migrate the old content to the new wiki on the server side? Or do we have to do that...
I extracted the source code of all (90) pages of the old Trac wiki now. So it should be relatively easy to build up the new one. I'll try it... Christian...
... In theory this should not happen. Which version of WikidPad do you use? Does this always happen or only sometimes? If you can reproduce the behavior, what...
... I have added it to my todo list, but the automatic word-wrapping is currently built into the editor component (Scintilla) used by WikidPad. Furthermore I...
... The verbatim closing bracket shouldn't be allowed to be part of a filename, IMHO. [rel://file.txt] should be valid again, like in 1.9. In the rare cases it...
There need be no rules for work-breaking in Chinese or Japanese. You can insert a line break (\n) if you wish between any characters. There are no spaces in...
... A Todo instance holds a reference to a DocPagePresenter (the one given as parameter in constructor of Todo-class) in its member variable "wikidpad". The...
Similar to [global.camelCaseWordsEnabled: false] and [camelCaseWordsEnabled: false], could you plz add another switch to enable or disable wiki-wide or global...
... Yes. ... Not completely understood. The *same* object? ... Yes, but the line 542 in question is part of openedWikiWord(), near the beginning. So the...
... A DocPagePresenter instance is the wx.Panel in one of the tabs. Each tab has of course its own instance. All instances of wxPython classes (and of derived...