| 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 == |
| | 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 | |