Changes between Version 28 and Version 29 of ListOfUserScripts

Show
Ignore:
Timestamp:
05/01/11 11:07:59 (2 years ago)
Author:
aelilea (IP: 140.105.47.84)
Comment:

add MathJax plugin to list, remove old wishlist entry for Latex support

Legend:

Unmodified
Added
Removed
Modified
  • ListOfUserScripts

    v28 v29  
    33== How to install == 
    44Here we will collect hints how to install plugins: 
     5 * Put the source (the example.py-file) into "user_extensions/SomeName.py" and restart WikidPad. 
    56 * WikidPadGlobals 
    6  * Put the source (the example.py-file) into "user_extensions/SomeName.py" and restart WikidPad. 
    77 
    88== Indexes == 
     
    1111 * Dynamic search results: search results and surrounding text inserted in Preview using [:dynsearch: keywords...] 
    1212   * 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 keyboard 
    1713 
    1814== Dynamically Generated Todos/properties == 
     
    3430 
    3531== Plugins == 
     32 * DateFormat : a sample date format used to automatically log my entries. 
     33 * ToggleFold: Toggle folding with the keyboard 
    3634 * BloggerExtension: The Blogger extends the Wikidpad personal wiki to allow creating a simple daily blog entry. 
    3735 * UrlifyFile: Select a path, press CTRL-U and it will turn into a clickable URL. 
     
    6260 * ReversedHeadings: Plugin reverses size of headings so + is smallest 
    6361 * NextAndPreviousHeading: Moves cursor to next or previous heading 
    64  
    65  
     62 * [wiki:MathJaxPlugin]: Full Latex rendering via MathJax 
    6663 
    6764=== Plugins for WikidPad Developers === 
     
    8178== Scripts and Plugins Wishlist == 
    8279 * 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 MimeTeX 
    8480 * Scripts for updating online public wikis from your wikidpad. 
    8581 * Scripts for VisualizingTheWiki - view/browse the graph of your wiki - was thinking about something like ConnectedText's Navigator : http://www.connectedtext.com/screenshots2.html 
    8682 * Versioned Wiki (Mercurial?) 
    8783 * 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... 
    9085 * Do not autolink WikiWords (i.e. option to use [forced links] only) <- '''NOTE''': Made possible by setting 'camelCaseWordsEnabled: false' attribute... 
    9186