Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Simple Wiki - wiki markup parsing


Go to End


2 Posts   1548 Views

Avatar
jaredkipe

Community Member, 16 Posts

26 April 2011 at 4:26am

I assume my install is working, but there is some basic markup I need to support for our wiki.

[[free link]] Correctly searches/creates a link to that page title.
[[free link|another link]] Doesn't parse at all, it should link to the same one as the first example, but display "another link" as anchor text.

Using the image insert button you are prompted for a url and it generates markup like
[[Image:http://file.jpg|Image Name]] but this parses to just file.jpg and doesn't make an actual <img> tag in the generated $Content.

Where should I start looking to add this functionality to this module?

Avatar
Marcus

Administrator, 89 Posts

2 May 2011 at 4:01pm

Just wanted to check if you got my reply via github?