Changes between Version 28 and Version 29 of ListOfUserScripts
- Timestamp:
- 05/01/11 11:07:59 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ListOfUserScripts
v28 v29 3 3 == How to install == 4 4 Here we will collect hints how to install plugins: 5 * Put the source (the example.py-file) into "user_extensions/SomeName.py" and restart WikidPad. 5 6 * WikidPadGlobals 6 * Put the source (the example.py-file) into "user_extensions/SomeName.py" and restart WikidPad.7 7 8 8 == Indexes == … … 11 11 * Dynamic search results: search results and surrounding text inserted in Preview using [:dynsearch: keywords...] 12 12 * http://www.fsavard.com/flow/wikidpad-dynamic-search-results/ 13 14 == Functionality ==15 * DateFormat : a sample date format used to automatically log my entries.16 * ToggleFold: Toggle folding with the keyboard17 13 18 14 == Dynamically Generated Todos/properties == … … 34 30 35 31 == Plugins == 32 * DateFormat : a sample date format used to automatically log my entries. 33 * ToggleFold: Toggle folding with the keyboard 36 34 * BloggerExtension: The Blogger extends the Wikidpad personal wiki to allow creating a simple daily blog entry. 37 35 * UrlifyFile: Select a path, press CTRL-U and it will turn into a clickable URL. … … 62 60 * ReversedHeadings: Plugin reverses size of headings so + is smallest 63 61 * NextAndPreviousHeading: Moves cursor to next or previous heading 64 65 62 * [wiki:MathJaxPlugin]: Full Latex rendering via MathJax 66 63 67 64 === Plugins for WikidPad Developers === … … 81 78 == Scripts and Plugins Wishlist == 82 79 * Implement '''CREOLE''' http://www.wikicreole.org/ [http://en.wikipedia.org/wiki/Creole_(markup) http://en.wikipedia.org/wiki/Creole_(markup)] 83 * plugin to insert math formulas in Latex or MathML? <- '''NOTE''': made possible by integration with MimeTeX84 80 * Scripts for updating online public wikis from your wikidpad. 85 81 * Scripts for VisualizingTheWiki - view/browse the graph of your wiki - was thinking about something like ConnectedText's Navigator : http://www.connectedtext.com/screenshots2.html 86 82 * Versioned Wiki (Mercurial?) 87 83 * plug-in for inkscape [http://www.inkscape.org] so you can swiftly create some drawings while making your notes 88 89 * Alow pasting of pictures into WikidPad (on paste action - picture in clipboard should be saved under random name in 'storage' folder, and then link to it should be inserted at current cursor location) [ this is very useful for screenshot pastes ] <- '''NOTE''': made (somewhat) possible in latest 1.9 Beta versions... 84 * Allow pasting of pictures into WikidPad (on paste action - picture in clipboard should be saved under random name in 'storage' folder, and then link to it should be inserted at current cursor location) [ this is very useful for screenshot pastes ] <- '''NOTE''': made (somewhat) possible in latest 1.9 Beta versions... 90 85 * Do not autolink WikiWords (i.e. option to use [forced links] only) <- '''NOTE''': Made possible by setting 'camelCaseWordsEnabled: false' attribute... 91 86
