View Single Post
  #1 (permalink)  
Old 09-04-2008, 10:08 PM
digitaldon37 digitaldon37 is offline
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default Another Pocket Wiki

Pocket Wiki is a note taking application that uses wiki markup syntax to format text into HTML.

It uses custom DLL's to implement markup.

Currently supported are:

* Slash markup (one that I wrote: uses "/" to signify a mark-up command) - see http://wikislash.codeplex.com/ for latest
* Markdown.NET - as used on Picowiki.com and other sites
* Wikiplex - as used on the Codeplex site
* Creole - another markup standard

Currently planned support:

* bLADE markup (used by bLADE wiki and Tony Steward's PPPC Wiki)
* Doku wiki markup

Required B4PPC libraries are:
1. Webbrowser
2. FormLib
3. StringsEx
4. Hardware

bugs/to investigate
1. webbrowser library doesn't always load new page (have to refresh)
2. Fonts are scaling up in VGA - almost too big. Ideally fonts should be smaller than they are rendering now but bigger than they did under the 6.50 compiler

History
12-24-09 upload - version .30 includes Markdown.NET and wrapper
12-29-09 upload - version .32 includes SlashWiki.NET and wrapper
12-30-09 upload - version .50 includes latest changes to UI and SlashWiki.NET library
12-31-09 upload - version .60 adds "style sheets".
Attached Images
File Type: jpg pocket_wiki.JPG (13.2 KB, 67 views)
Attached Files
File Type: zip pocket_wiki.zip (73.5 KB, 70 views)

Last edited by digitaldon37 : 12-31-2009 at 08:26 PM.
Reply With Quote