... 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...
7836
green_greasy
May 26, 2012 9:38 am
Hi, I would like to work with someone to come up with a definitive, sustainable install for WikidPad under linux. Some sort of transform package to take...
7837
Christian
ychriz04
May 26, 2012 1:41 pm
... Good! ... Perhaps there are no todos for *today*?! ... Not yet. But I'll have a look at the extension to check if it's possible to implement that in a...
7838
Christian
ychriz04
May 26, 2012 1:50 pm
... Graham: I don't know almost anything about rpm yet but that could be a good chance to learn. ;-) Up to now WikidPad is running here under 64-bit Fedora...
7839
prof_115
May 26, 2012 10:44 pm
A work-around that has been very successful for me... codeweavers crossover It looks and acts just like my win version... I realize you're probably looking...
7840
Christian Ziemski
ychriz04
May 27, 2012 6:47 am
... That seems to be possible. It may be in the next version. But don't hold your breath... Christian...
7841
bhilip02
May 27, 2012 4:31 pm
BACKGROUND [WikiPad-2.3beta04] I created a Wiki "MySONARWiki" and put it in a folder called MySONARWiki. There are two MySONARWiki files [,wiki & .wiki.lock]...
7842
dsp_418
May 27, 2012 6:53 pm
... Thank you Christian! I'll not hold my breath, but it sounds good :)...
7843
bhilip02
May 28, 2012 7:16 am
I figured it out. I used the "Create New Page" plugin. I don't know why it took me so much longer to come up with the solution than it did on my first use; but...
7844
Michael Butscher
michael_buts...
May 29, 2012 11:07 am
... For Windows this is unfortunately not supported at the moment because the HTML is created by a simple renderer which doesn't understand CSS. For Linux...
7845
Michael Butscher
michael_buts...
May 29, 2012 11:56 am
... If you defined the attribute e.g. as [swipefile:] then try [:search:"attr:^swipefile$"] If attribute was defined [tag:swipefile] or similar then ...
7846
docsulo
doctorsulo
May 29, 2012 5:31 pm
... Thanks Michael. I do have an attribute defined as [swipefile:]. I tried to use [:search:"attr:^swipefile$"] but when I switch to HTML mode nothing is...
7847
Michael Butscher
michael_buts...
May 29, 2012 7:25 pm
... Which version of WikidPad do you use? What do you see if you "Search Wiki" (in menu "Wiki") and enter attr:^swipefile$ as search text with search mode...
7848
prof_115
May 30, 2012 3:08 am
Michael, Thanks for the info. Perhaps a simple option could be added that simply skips the creation of those items? In any case, the application is really...
7849
docsulo
doctorsulo
May 30, 2012 6:19 pm
... Michael, I'm using version 2.1. When I "Search Wiki" and enter attr:^swipefile$ I get results. All instances of [swipefile:] seem to come up in the search...
7850
Michael Butscher
michael_buts...
May 30, 2012 8:56 pm
... This is too old. You can either switch to a newer version (the latest 2.2rc will do) or (if there aren't too many different attributes to process) create...
7851
docsulo
doctorsulo
May 30, 2012 10:27 pm
... I upgraded to 2.2rc4 and it works perfectly. Thanks so much. This feature makes my life SO much easier. I appreciate all your work! -Chris...
7852
Michael Butscher
michael_buts...
May 31, 2012 1:10 pm
... The default way to create pages is to create first a link to a non-existing page (e.g. "ToDo") which is underlined and black and then follow the link to...
7853
William Phillips
bhilip02
May 31, 2012 9:48 pm
Michael, thanks. That's what I will do and must be what I did the first day and then couldn't remember. Thanks again. Bill ________________________________ ...
7854
frodoix
Jun 2, 2012 8:11 am
When pressing Ctrl-1 to Ctrl-6 WikidPad searches for a block of code to execute. For example, pressing Ctrl-1 will execute the script defined by a <% 1: [code]...
7855
bjorn_f_johansson
bjorn_f_joha...
Jun 11, 2012 9:11 am
Hi, it seems like the hash links fail if there is a hash in the link text: 2012-06-11#accepted# review# due# 11# july#...
7856
Michael Butscher
michael_buts...
Jun 12, 2012 9:42 pm
... Thank you. I will add a modified variant of your code to the next version. Michael...
7857
Michael Butscher
michael_buts...
Jun 12, 2012 9:42 pm
... This is not supported directly but you can create plugins which can use nearly arbitrary character combinations. A sample plugin is in WikidPad...
7858
Michael Butscher
michael_buts...
Jun 12, 2012 9:42 pm
... Possible solutions are to modify your link by doubling the last hash character: 2012-06-11#accepted# review# due# 11# july#...