a store of scripts for customizing or adding functionality to WikidPad :

Indexes

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


Scripts and Plugins Wishlist


Attachments