Changes between Version 35 and Version 36 of ListOfUserScripts

Show
Ignore:
Timestamp:
05/15/11 22:54:13 (2 years ago)
Author:
aelilea (IP: 140.105.47.84)
Comment:

Rearranged entries. Could still do with some TLC, especially the scripts how-to and installation.

Legend:

Unmodified
Added
Removed
Modified
  • ListOfUserScripts

    v35 v36  
    11= Scripts and plugins for customizing or adding functionality to WikidPad = 
    22 
    3 == How to install == 
    4  * Put the source (the example.py-file) into "user_extensions/SomeName.py" and restart WikidPad. 
    5  * WikidPadGlobals 
     3[[BR]] 
     4= Plugins = 
    65 
    7 == Indexes == 
    8  * CategoryIndex snippet 
    9  * AbreviationPage snippet 
    10  * Dynamic search results: search results and surrounding text inserted in Preview using [:dynsearch: keywords...] 
    11    * http://www.fsavard.com/flow/wikidpad-dynamic-search-results/ 
     6 '''How to install:''' Put the source file into "user_extensions/PluginName.py" in the !WikidPad directory and restart WikidPad. 
    127 
    13 == Dynamically Generated Todos/properties == 
    14  * Next Action : dynamically generated 'Next Actions' and 'Waiting For' pages using keywords todo and wait. see GettingThingsDone 
    15  * SortedTodos : uses the basic mechanism used in the above script to generate a dynamic list of todos, buts sorts them into user-defined categories 
    16  * SortedProperties: a little WikidPadHook that will list a variety of properties 
    17  * LogTask: appends a new "track.log.YEAR.MONTH.DAY.WIKIPAGE: ()" under the "Log" header section. 
    18  * Christian Ziemski's Todo thingy, with lots of explanations and screenshots: http://www.ziemski.net/wikidpad/todo_extension.html 
    19  
    20 == Automatically Generated Sections == 
    21  * 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. 
    22  
    23 == Formatting == 
    24  * ChangeHeadingLevel: Scripts which will increase/decrease the level of the headings in the selection. 
    25  * IsWikiWord : how to determine if a string is a wikiword  
    26  * MakeWikiWord : replaces the selected word with its equivalent wrapped in brackets. 
    27  * UrlToLink : Converts urls dragged to the editor like !file://.../name.txt to [url |name] 
    28  
    29 == Plugins == 
    308 * DateFormat : a sample date format used to automatically log my entries. 
    319 * ToggleFold: Toggle folding with the keyboard 
     
    6745 * PageAstView: Views the abstract syntax tree (AST) of a page. Helpful for creating/modifying wiki syntax 
    6846 
     47 
     48[[BR]] 
     49= Scripts = 
     50 
     51 * WikidPadGlobals - the place to customize WikidPad, e.g. the keyboard, extensions or Wiki-syntax.  
     52 
     53== Indexes == 
     54 * CategoryIndex snippet 
     55 * AbreviationPage snippet 
     56 * Dynamic search results: search results and surrounding text inserted in Preview using [:dynsearch: keywords...] 
     57   * http://www.fsavard.com/flow/wikidpad-dynamic-search-results/ 
     58 
     59== Dynamically Generated Todos/properties == 
     60 * Next Action : dynamically generated 'Next Actions' and 'Waiting For' pages using keywords todo and wait. see GettingThingsDone 
     61 * SortedTodos : uses the basic mechanism used in the above script to generate a dynamic list of todos, buts sorts them into user-defined categories 
     62 * SortedProperties: a little WikidPadHook that will list a variety of properties 
     63 * LogTask: appends a new "track.log.YEAR.MONTH.DAY.WIKIPAGE: ()" under the "Log" header section. 
     64 * Christian Ziemski's Todo thingy, with lots of explanations and screenshots: http://www.ziemski.net/wikidpad/todo_extension.html 
     65 
     66== Automatically Generated Sections == 
     67 * 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. 
     68 
     69== Formatting == 
     70 * ChangeHeadingLevel: Scripts which will increase/decrease the level of the headings in the selection. 
     71 * IsWikiWord : how to determine if a string is a wikiword  
     72 * MakeWikiWord : replaces the selected word with its equivalent wrapped in brackets. 
     73 * UrlToLink : Converts urls dragged to the editor like !file://.../name.txt to [url |name] 
     74 
    6975== Miscellaneous == 
     76 
    7077 * OutlookLink: VBA macros for Outlook that generate <Outlook:...> style links to individual email messages. These can be pasted in WikidPad pages as clickable links. 
    7178