Skip to content

extension for symbolic links? #36

@HenrikBechmann

Description

@HenrikBechmann

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

![my awesome picture](Pictures:mypicture.jpg)

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions