Hi Everyone, I put a fair amount of code in my wiki and this generates quite a bit of false wikiwording of bracketed items that may be there. It's not possible...
7807
prof_115
May 13, 2012 10:09 pm
Would <<pre ... Be what you are looking for? JonD...
7808
Ross
xkjq@ymail.com
May 13, 2012 10:20 pm
Hi, There is no attribute that does this at the moment. However you could put the code in a pre block which is a block in which all formating is ignored. e.g. ...
7809
elibrarian22
May 16, 2012 6:52 pm
I'm trying to import a file to Wikidpad, formatted as multipage textfile. I can't get it to work, but get an error message: "Error while importing....
7810
Michael Butscher
michael_buts...
May 16, 2012 8:48 pm
... Thank you for the bug report. The first line of the multi-page text file should begin with "Multipage text format" followed by a number. If the number is 0...
7811
elibrarian22
May 16, 2012 9:13 pm
... Hi - The number is 0 (zero) - I chose the older (and a little simpler) format for my import. Regards, Kim...
7812
docsulo
doctorsulo
May 17, 2012 6:13 pm
I'm trying to do the following... I have pages [Page A] [Page B] [Page C]. Each page has an attribute/keyword as follows example: [person: name] I'd like to...
7813
Michael Butscher
michael_buts...
May 17, 2012 8:32 pm
... [...] ... Please download and install the new patch release 2.1_01. It should fix the issue. Michael...
7814
Ross
xkjq@ymail.com
May 17, 2012 9:45 pm
I've attached a simple plugin that allows you to insert a list of all pages with a particular attribute. It would need some more work to make it update...
7815
Eduardo Mauro
edmauro2
May 17, 2012 9:47 pm
Try ConnectedText. It will do what you want automatically. And much more....
7816
docsulo
doctorsulo
May 17, 2012 10:17 pm
Ross, Thank you! -Christopher ... <snip>...
7817
helgem2
May 18, 2012 4:42 pm
Hi all! I posted a new plugin to http://trac.wikidpad2.webfactional.com/wiki/CopyPageName. Below you find a copy. Grüße - HelgeM # -*- coding: utf-8 -*- #...
7818
elibrarian22
May 19, 2012 9:36 am
... It works :o) I don't get to ses any import table dialog (even if I ticks of the "Always show import table", but my file gets imported, as it should. ...
7819
Michael Butscher
michael_buts...
May 19, 2012 1:50 pm
... The code which handles version 0 imports is rather old and doesn't provide the import table. If this would be important to you (or someone else reading...
7820
Michael Butscher
michael_buts...
May 19, 2012 2:32 pm
Hi, version 2.2rc04 of WikidPad is available as source or with Windows installer (source is identical to revision 347 of the "stable-2.2" branch of the...
7821
Michael Butscher
michael_buts...
May 19, 2012 2:32 pm
Hi, version 2.3beta04 of WikidPad is available as source or with Windows installer (source is identical to revision 347 of the "mbutscher/work" branch of the...
7822
elibrarian22
May 19, 2012 5:13 pm
... OK, not important, just wondered and thought I would mention it. Regards, Kim...
7823
aelilea
May 20, 2012 12:01 am
The MathJax plugin 1.4 is now available - printing finally works! Requires the new WikidPad 2.3b04 and MathJax 2.0. ...
7824
Ross
xkjq@ymail.com
May 20, 2012 12:47 am
Hi all, I've started putting together some documentation for the ViEmulation in wikidpad. Please note its still in early stages and is by no means complete...
7825
mr.mister_09
May 22, 2012 10:31 pm
I've previously used MP TiddlyWiki as my information management system of choice, but I've been wanting to give Wikidpad a try for awhile now, and I'm really...
7826
mr.mister_09
May 22, 2012 11:03 pm
I was rereading what I posted, and I just wanted to clarify that I do realize you can created hierarchical tags using L1.L2.L3.tag notation. What I'm hoping to...
7827
lancehe@...
lancehe...
May 23, 2012 9:14 pm
I am migrating my tasks/GTD system to WikidPad, using ToDoExtension (http://www.ziemski.net/wikidpad/todo_extension.html). I am tagging projects in the format:...
7828
dsp_418
May 24, 2012 4:24 am
I'm trying to figure out how todo-extension works. The other extension I've installed so far work fine, but I'm probably doing something wrong with...
7829
Christian
ychriz04
May 24, 2012 6:57 am
Which version of Wikidpad do you use? The binary or the source version of WikidPad? On Windows7? Do you have the current version of the todo extension...
7830
Christian
ychriz04
May 24, 2012 7:39 am
... Lance: WikidPad (and the ToDoExtension) are collecting *existing* todos. How should they know about a project without any todos? There is no special...
7831
lancehe@...
lancehe...
May 24, 2012 12:19 pm
Thank you so much for your idea and thorough answer, Christian! That's exactly what I wanted: the simplest possible implementation that does the trick. Thanks!...
7832
dsp_418
May 25, 2012 7:34 am
Thank you for checking in Christian. I probably did something wrong before because after having copied the python again, now it works fine. The pop up alert...
7833
bjorn_f_johansson
bjorn_f_joha...
May 25, 2012 5:20 pm
Hi, I would like to hack into how selected text is converted to wikiwords. Where in the code should I start to look? /bjorn...
7834
Michael Butscher
michael_buts...
May 25, 2012 8:53 pm
... If you mean to remove all forbidden characters in selection to create a wiki word this is currently located in "extensions/KeyBindings.py", function ...
7835
bjorn_f_johansson
bjorn_f_joha...
May 26, 2012 9:03 am
Hi, thanks for your quick reply! I changed the code in a couple of places in order to make the dialog suggest the first line of the selection as wikiword. This...