Search the web
Sign In
New User? Sign Up
wikidPad
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4102 - 4149 of 5648   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4102
I export to HTML frequently, and I would like to have a default location I could set so that every time I export, it automatically goes to the same location....
c_schemmel
Online Now Send Email
Apr 2, 2008
4:46 am
4103
Hi, I switch from Window XP to Ubuntu 7.1. I guess I made a wise choice. However, when I want to install WikidPad on Ubuntu, I can not find it in any...
chin.gary
Offline Send Email
Apr 2, 2008
5:28 am
4104
Hi, I use wikidpad on my PC(winxp) and on an eeepc(eeexubuntu). I have follow http://wikidpad.python-hosting.com/wiki/InstallLinux to install wikidpad on my...
pypardo
Offline Send Email
Apr 2, 2008
7:53 am
4105
Hey there! I'm just trialling Wikidpad for my information need - I'm running the latest beta on a 10.4.11 Mac OS X Powerbook. I've got it working now, but...
khelbiros
Offline Send Email
Apr 2, 2008
10:15 am
4108
Hello! Now as we switched to daylight saving time I realized that wikiPad still uses the normal time with the function "Insert date" (CTRL-ALT-D). So my PC...
Schild, Helge
schihe2000
Offline Send Email
Apr 3, 2008
2:36 pm
4109
If you rename a page that starts with a minus sign - e.g. rename [- Test] to [Test] using rename/ctrl-alt-r the name changes but the automatic relinking does...
mackiekd
Offline Send Email
Apr 3, 2008
10:48 pm
4110
Forgot to mention this is 1.8rc13 on Vista - binary distribution...
mackiekd
Offline Send Email
Apr 3, 2008
10:50 pm
4111
Is there anyone who can help me how to perform boolean "AND" search? "Anded regex" in Search Wiki Window (<ctrl><alt><F>) does not work (unfortunately I got no...
dieterst5
Offline Send Email
Apr 4, 2008
7:38 pm
4112
Since the search doesn't pick up certain "special" characters, is there a way to find everything that has two tags? Our wiki has info for a series of stories....
L.J. Wolfe
ljwolfe
Offline Send Email
Apr 5, 2008
5:46 pm
4113
... (Same problem like mine.) Please try: * <ctrl><alt>F * fill in "barbers and Townsville" * select "anded regex" * and search According to Wikidpad helpfile...
dieterst5
Offline Send Email
Apr 6, 2008
1:52 pm
4116
... The problem with this is that it will also bring up everyone who has, say, "his brother's a barber" or "her sister lives in Townsville" in addition to...
L.J. Wolfe
ljwolfe
Offline Send Email
Apr 7, 2008
8:50 pm
4126
Hi guys Is the group still active?.. there is spam on it now at the moment I have a performance issue with wikidpad.. I have a massive wiki with possibly...
Ashley
cup_o_smuck
Offline Send Email
Apr 14, 2008
9:43 am
4127
... <snip> Not sure if this is what you're looking for, but try going to "Tree" on the Options menu and de-selecting "Tree auto-follow". If you haven't already...
L.J. Wolfe
ljwolfe
Offline Send Email
Apr 14, 2008
1:57 pm
4128
Is there a list of key names (symbols) that can be defined in KeyBindings.py? I'm trying to define Control-Semicolon and Control-Quote to toggle folding key...
poojanwagh
Offline Send Email
Apr 16, 2008
11:07 am
4131
Lorena, Well that didnt work but i was playing around with the settings and noticed that the "remember expanded tree nodes" when set to "always" NEVER forgets...
Ashley
cup_o_smuck
Offline Send Email
Apr 17, 2008
12:44 pm
4132
I'm trying to create a page with all wikiwords, as an Index. I did not succeed as words = wikidPad.getMainControl().wikiData.getAllWords() seems not to be...
beltrajm
Offline Send Email
Apr 17, 2008
4:36 pm
4133
... In WikidPad version 1.9 this does it: <% for word in sorted(pwiki.getWikiData().getAllDefinedWikiPageNames()): editor.AddText(word+"\n") %> Christian...
Christian Ziemski
ychriz04
Offline Send Email
Apr 17, 2008
6:13 pm
4134
... Thanks Christian, it works very well. Where did you get the "getAllDefinedWikiPageNames()"?. I couldn't find in the API documentation....
beltrajm
Offline Send Email
Apr 17, 2008
9:28 pm
4135
... For anyone that may be interested, this the complete code I've added into WikiPadHook.py if wikiWord == "WikiIndex": words = ...
beltrajm
Offline Send Email
Apr 17, 2008
9:43 pm
4136
Hi all, I'm searching a way to do following operation: * automatically export a set of page I currently use -p option to add page to open (and to export), but ...
pypardo
Offline Send Email
Apr 18, 2008
1:41 pm
4137
After making some tests, it seems that adding [export=none] or [export=yes] to a node select if this node will be exported (or not) Sorry for my previous...
pypardo
Offline Send Email
Apr 18, 2008
2:09 pm
4138
Unfortunately, all of the indentation got eaten so it's hard to figure out the code. Can you save it in the files section? Thanks, grant390...
grant390
Offline Send Email
Apr 18, 2008
11:15 pm
4139
... The API documentation is really outdated and additionally the api.txt (2005) differs from ApiDocs.wiki (2006). So I searched the source code for...
Christian Ziemski
ychriz04
Offline Send Email
Apr 19, 2008
6:02 am
4140
... The indentation is not gone, it's simply invisible ... Solution: -) If you are receiving the message by mail: Have a look at the source code of the mail -)...
Christian Ziemski
ychriz04
Offline Send Email
Apr 19, 2008
6:11 am
4141
... I like that idea! For easier testing/developing I changed the code so that it can be evaluated inline on a wiki page (by pressing Ctrl-E). Of course you...
Christian Ziemski
ychriz04
Offline Send Email
Apr 19, 2008
6:43 am
4145
[This message replaces the buggy one from Sat Apr 19, 2008 6:44 pm] I added another feature: Now there is an alphabet index generated and shown at top and...
Christian Ziemski
ychriz04
Offline Send Email
Apr 20, 2008
6:04 am
4146
... interesting ... Search the source code looks as a good idea. I didn't think about......
beltrajm
Offline Send Email
Apr 20, 2008
9:21 pm
4147
... I like the idea of the "top index"....
beltrajm
Offline Send Email
Apr 20, 2008
9:22 pm
4148
Hi I've made a wiki with version 1.8.13 and it was working fine (for those who can remember, an old persistent problem with html headers configuration, but...
Vkthor
vkthorix
Offline Send Email
Apr 21, 2008
5:05 pm
4149
Hi Mike Hi Vincent Sorry for the delay. I tried it one month ago :-) but still had no results :-( The internal preview browser had no change at all. ... I've...
Vkthor
vkthorix
Offline Send Email
Apr 21, 2008
9:12 pm
Messages 4102 - 4149 of 5648   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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