Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wikidPad

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1889
  • Category: Open Source
  • Founded: Feb 20, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 3885 - 3917 of 8186   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3885 Ernesto
ekiszkurno Send Email
Jan 1, 2008
10:38 pm
Hello everybody, I am new using the ToDo Extension and I have problems with the ToDo wiki page. I followed all the steps but the page doesn't refresh ...
3886 Christian Ziemski
ychriz04 Send Email
Jan 2, 2008
7:38 am
... Hi Ernesto. It's correct, the ToDo page doesn't refresh automatically. There is no technical way (yet). You have to reopen it manually. But I'm trying to...
3887 Michael Butscher
michael_buts... Send Email
Jan 2, 2008
1:01 pm
... WikidPad does not use pysqlite, it uses a library named "ctypes" (included in Python 2.5 and later) which allows to access the shared library of sqlite...
3888 Michael Butscher
michael_buts... Send Email
Jan 2, 2008
1:01 pm
... The problem here is the definition of "paragraph&quot;. For OpenOffice this is just the text between two newlines entered by the user. But for WikidPad a ...
3889 Michael Butscher
michael_buts... Send Email
Jan 3, 2008
2:45 pm
... It seems you are using your own "WikiSyntax.py" in "user_extensions" which needs updating/copying of some definitions from "extensions&#92;WikiSyntax.py",...
3890 Graham
gf_gollum Send Email
Jan 5, 2008
3:13 pm
I've got quite used to entering my notes / documentation into WikdPad now and it works well however style-wise the output is a little boring. I'd like to do...
3891 Graham
gf_gollum Send Email
Jan 5, 2008
3:28 pm
OK - I've just upgraded to beta 14 - and already I'm regretting it. Its locked up 2x already just toggling into preview mode (IE renderer). - I also tried...
3892 Graham
gf_gollum Send Email
Jan 5, 2008
3:28 pm
OK - I've just upgraded to beta 14 - and already I'm regretting it. Its locked up 2x already just toggling into preview mode (IE renderer). - I also tried...
3893 Michael Allison
mjallison42 Send Email
Jan 5, 2008
7:49 pm
Here is a note for anyone running Wikidpad on OS X. Make sure you have the latest wxPython installed. I was running an older version (2.8.4.0) and newer WP...
3894 Graham
gf_gollum Send Email
Jan 5, 2008
11:10 pm
... ... MUCH improved now I thre way my own syntax.py file in the user_extensions!! Sorry for the post. Regards Graham...
3895 Graham
gf_gollum Send Email
Jan 5, 2008
11:16 pm
When exporting a page (or pages) to a single (or many) HTML files, I have noticed that any linked image files are NOT copied to the HTML output folder... ie...
3896 Graham
gf_gollum Send Email
Jan 5, 2008
11:28 pm
... Am I missing sometheing? It doesn't look as if Wikidpad generates class's for headings, table elements etc. My knowledge of CSS is almost 0, can you just...
3897 Michael Butscher
michael_buts... Send Email
Jan 6, 2008
12:47 pm
... I have put a little demo plugin named "NotifyUpdate.py" in the files section of the Yahoo group which provides a function which is called each time after a...
3898 Massimiliano
mbelletti Send Email
Jan 6, 2008
11:02 pm
... Hi Michael, in OsX the lib is: libsqlite3.0.dylib in /usr/lib I have tried to take a look to SqliteThin3.py, I've found the isLinux func, so I've tried to...
3899 Graham
gf_gollum Send Email
Jan 7, 2008
11:53 pm
I've been trying to have dynamic headers and footers in WikiDpad, and I've failed because text used within an insertion is inserted as literal text - and...
3900 wikidPad@yahoogroups.... Send Email Jan 8, 2008
12:31 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wikidPad group. File :...
3901 Michael Butscher
michael_buts... Send Email
Jan 8, 2008
12:47 pm
... I think most things can be done in CSS without special CSS classes, e.g. H2 { background-color: #ff8888 } gives a reddish background for level 2 headings. ...
3902 Michael Butscher
michael_buts... Send Email
Jan 8, 2008
12:48 pm
... Could you place the following on an empty page: <% 1: import platform, sys from ctypes import CDLL editor.AppendText(repr(platform.uname()) + "\n") def...
3903 Graham
gf_gollum Send Email
Jan 8, 2008
1:03 pm
Thanks Michael - looks like it might be simpler than I thought. On a related note - looking at WikiSyntax.py - you are clearly a RegExp genius! With some...
3905 Massimiliano
mbelletti Send Email
Jan 8, 2008
8:35 pm
... That is the result in my macbook ('Darwin&#39;, 'macbook.local', '9.1.0&#39;, 'Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007;...
3906 Christian Ziemski
ychriz04 Send Email
Jan 8, 2008
9:09 pm
... Fascinating! Really! There is so much potential in WikidPad! Thank you for that demo plugin! Christian...
3907 Michael Butscher
michael_buts... Send Email
Jan 10, 2008
12:56 pm
... Well, let's call it weak design :-) I have put in on my todo list. Michael...
3908 Michael Butscher
michael_buts... Send Email
Jan 10, 2008
12:56 pm
... I could not reproduce this behavior. Could you post example pages here for which this happens? Michael...
3909 Graham
gf_gollum Send Email
Jan 10, 2008
6:39 pm
... Well I think it was my misunderstanding. I was using insertions in templates, and expecting the insertions to work on new page creation. Clearly that isn't...
3910 Ian Varley
drop_trio Send Email
Jan 12, 2008
8:26 pm
Yeah. I just did this - lost a page of notes I'd been keeping for years because I tried to insert a timestamp and press enter, and I guess I didn't press the...
3911 Christian Ziemski
ychriz04 Send Email
Jan 12, 2008
9:38 pm
... Ian: It doesn't help for your data loss, but at least in WikidPad 1.9 that dialog defaults to "no" for some time now. Christian...
3912 Michael Butscher
michael_buts... Send Email
Jan 14, 2008
1:19 pm
... For 1.8 it will in the next version, too. Michael...
3913 Michael Butscher
michael_buts... Send Email
Jan 14, 2008
1:19 pm
... Some things of bLADE can't be translated by changing WikiSyntax.py, e.g. ## indented ## numbered ## lists Michael...
3914 Michael Butscher
michael_buts... Send Email
Jan 14, 2008
1:19 pm
... Thank you, changes will be added to next 1.8rc and 1.9beta. Michael...
3917 Graham
gf_gollum Send Email
Jan 18, 2008
6:17 pm
I think this is possible, but I'm not sure how.... Say I've just created notes on a topic, and I'd like to include a url to this specific page (preferable...
Messages 3885 - 3917 of 8186   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help