Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension for symbolic links? #36

Open
HenrikBechmann opened this issue Feb 8, 2016 · 0 comments
Open

extension for symbolic links? #36

HenrikBechmann opened this issue Feb 8, 2016 · 0 comments

Comments

@HenrikBechmann
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant