Wiki update - new features planned
I'm using my pocket wiki daily to keep all kinds of information, especially for work. Not only is it easy to type a quick note, it's even easier to find information when I need it in a hurry.
I created a syntax that works for me, but may not work for everyone. I found several syntaxes in use, and even better, others had written parsers that could be compiled into .NET libraries.
I have found the following parsers and have written "wrappers" that can be plugged into my wiki program:
1. Markdown.NET - seems to be one of the more popular syntaxes. Picowiki.com uses Markdown, source code available here:
ASP.NET Resources - Announcing Markdown.NET
2. Wikiplex -
WikiPlex – a Regex Wiki Engine
3. Creole - attempts to use the best of all syntaxes -
WikiCreole: Home
I have Markdown plugged in and working (local and internet linking works) and will upload to the main post, along with the other parsers.
To that end, some of the project goals for the pocket wiki will be:
1. Create a more visual-appealing GUI (maybe something like how notepad on the iPod works)
2. Support multiple syntax parsers via plug-in
3. Create a plug-in for my homegrown syntax, plus the "blade Wiki" syntax that PPPC Wiki uses (I had already ported this to ASP, so it should be easy)
If anyone is interested in helping, either with a design or coding, or has suggestions - please let me know.