I would like to propose a little change to the Wiki Search feature. I try to use the mouse as less as I can, so I would like to after hitting CTRL+ALT+F (pop...
You can also just hit the tab key twice, then use the arrow keys to navigate up or down in the results list. The escape key closes the search screen. ...
The reason I left the focus in the search text field was so that you could quickly re-search. You can type a little, hit enter, type a little more, hit enter,...
Jason Horman
jason@...
Feb 1, 2005 6:29 pm
374
Ctrl-F is currently "incremental search" in the current document. You can actually change the keyboard shortcuts to whatever you want by modifying...
Jason Horman
jason@...
Feb 1, 2005 6:32 pm
375
Yes, that is correct. I should probably try to make extending those keywords easier as everyone seems to want to do it. ... -- -jason...
Jason Horman
jason@...
Feb 1, 2005 6:39 pm
376
I could add a keyboard shortcut ("Ctrl-Alt-N" or something) that would just add "QuickNote1" to the ScratchPad and then take you to that page immediately. ...
Jason Horman
jason@...
Feb 1, 2005 6:42 pm
377
I really like wikidpad, but I don't use it. There doesn't seem to be any way to import large groups of files....
... What sort of files do you have in mind? There might be ways to run a little script to turn plain-text files into a wiki (rename them to .wiki, handle any...
I have imported from palm into wikidPad but have not yet exported. My memos were not wiki-ready so there was a lot of editing and it was never automated. I...
I've been thinking about this and since exporting etc came up on another thread, I thought I would bring it up here. Whether to html, or to palm, it is between...
... me three... I at one stage planned to switch entirely to explicit naming (to avoid all the false WikiWords in inline bits of C++, but gave up due to the...
That's cool, but I haven't played with the scripts at all. One of the primary reasons I went to the WikiWay of doing things was the intuitive way it works,...
I've found a nice wiki for plam called acrowiki http://www.acrocat.com/AcroWiki/default.asp?lang=en. What I keep meaning to do, and can't find time for, it to...
Is anybody out there using wikidpad content on a PocketPC. Currently, I just synchronize my wiki's files and edit them as plain texts on the PPC - There must...
jaysen
jaysen@...
Feb 5, 2005 2:53 am
387
I know I can get a list of all pages in a category using the 'views' in the tree view. What I'd like to be able to do is have a Wiki page with an index of all...
IMO this would be a useful feature for all nodes - e.g. clicking on a todo category opens a "virtual" page with all the items under the node on that page. ...
You're right, not sure why though. Unfortunately Python is whitespace aware so maybe I lost something in the paste. I am attaching a file with a script to the...
Jason Horman
jason@...
Feb 8, 2005 2:02 pm
392
... page=GettingThingsDoneOnwikidPad> ... This is great! I have a question for those of you using WikiPad for GTD - are you only using a Desktop or Laptop and...
I'm not using a PDA, but I probably will soon. Haven't really thought about how I'll make WikiPad work with that... -Derek 303-543-1186 phone 303-808-6614 cell...
Derek Scruggs
derek@...
Feb 9, 2005 1:00 am
394
I've pretty much abandoned my real PDA is favour of the Hipster PDA :) On Tue, 8 Feb 2005 18:00:13 -0700, Derek Scruggs...
Fantastic - got it to work. Thank you for that. Now I would love to do the same for the todo's/keywords, as oppose to attributes/property/values, but I can't...
I use a little note taking application called NoteLens that stores notes in text files (plus an XML file for titles & categories).It can sync notes with ...
Yes, I would like to use notetab to do the same thing - haven't got round to it yet though, And I would still like the "[]" filenaming thing (see other...
You can, though it isn't quite as easy. Here is a start. <% todos=pwiki.wikiData.getTodos() editor.GotoLine(2) editor.AddText(str(todos)) %> That will print...
Jason Horman
jason@...
Feb 9, 2005 10:17 pm
400
Thanks, Jason - I got an error again though: Exception: invalid syntax (line 1) I'll play around with the white space, but I thought I might post back while...