a store of scripts for customizing or adding functionality to WikidPad :
Indexes
- CategoryIndex snippet
Functionality
- MakeWikiWord : replaces the selected word with its equivalent wrapped in brackets.
- DateFormat : a sample date format used to automatically log my entries.
- ChangeHeadingLevel: Scripts which will increase/decrease the level of the headings in the selection.
- ToggleFold: Toggle folding with the keyboard
Dynamically Generated Todos/properties
- Next Action : dynamically generated 'Next Actions' and 'Waiting For' pages using keywords todo and wait. see GettingThingsDone
- SortedTodos : uses the basic mechanism used in the above script to generate a dynamic list of todos, buts sorts them into user-defined categories
- SortedProperties: a little WikidPadHook? that will list a variety of properties
- LogTask: appends a new "track.log.YEAR.MONTH.DAY.WIKIPAGE: ()" under the "Log" header section.
- Christian Ziemski's Todo thingy, with lots of explanations and screenshots: http://www.ziemski.net/wikidpad/
Automatically Generated Sections
- SetupAutoSection : creates a area for generated content if it doesnt as yet exist on a page - then clears it and inserts the cursor within the section. can be used by all scripts that need to put a load of output somewhere on a wikipage.
Formatting
- IsWikiWord : how to determine if a string is a wikiword
Plugins
Installing a plugin: Put the source into "WikidPad/user_extensions/SomeName?.py" and restart WikidPad.
- UrlifyFile : Select a path, press CTRL-U and it will turn into a clickable URL.
- SubpageCreate: Press CTRL-ALT-S to insert a link to a subpage of the current page.
- InterWiki: Use InterWiki syntax in WikidPad
- CoDiFy: Put the selected text in HTML <code></code> tags.
- TagView: a plugin along with a few other functions for using the tag metaphor from within WikidPad
Plugins for WikidPad Developers
- ReloadMenuPlugins: Reloads all plugins. For debugging for plugin developers.
- ListPublicMembers: Lists all public members of WikidPad's objects wiki and editor
Scripts and Plugins Wishlist
- plugin to insert math formulas in Latex or MathML?
- Scripts for updating online public wikis from your wikidpad.
- Scripts for VisualizingTheWiki? - view/browse the graph of your wiki - was thinking about something like ConnectedText's Navigator : http://www.connectedtext.com/screenshots2.html
Attachments
- anchorify.py (1 kB) - Select any text, press Ctrl-Shift-Z and it will be surrounded with <a href=""></a> HTML tags. If the selection starts with "http", it is interpreted as URL, else as a word., added by Bobby Digital on Thu Aug 2 03:31:16 2007.
