I've written a markup parser in the past (http://symplewiki.org, based on creole), and found it handy for users to be able to use symbolic links in place of references:
{{Pictures:mypicture.jpg | my awesome picture}}
in kramed I presume this would be

and for a link:
[[Documents:mydoc.xls | my spreadsheet]]
in kramed:
[my spreadsheet](Documents:mydoc.xls)
...whereby there is an internal (database) lookup and expansion of 'Pictures:' -> /uploads/images/ and 'Documents:'-> /uploads/documents/ (or whatever).
Is such a custom extension possible in kramed? it looks like it...
I've written a markup parser in the past (http://symplewiki.org, based on creole), and found it handy for users to be able to use symbolic links in place of references:
in kramed I presume this would be
and for a link:
in kramed:
...whereby there is an internal (database) lookup and expansion of 'Pictures:' ->
/uploads/images/and 'Documents:'->/uploads/documents/(or whatever).Is such a custom extension possible in kramed? it looks like it...