Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hello folks,

i searched the forums, if there is already a post belonging to my issue, but i couldnt find any.

Is there a documentation for writing addons / custom tags? I created a shortcode to render markdown at server side. It can be used like this:
Code: Select all
<cms:do_shortcodes>
  [markdown]
    <cms:show a_textarea />
  [/markdown]
</cms:do_shortcodes>

What i want to achieve is using it like this:
Code: Select all
<cms:markdown a_textarea />

Could anybody give me advice, how to do this?

Thanks in advance,
jwolff
@jwolff, did you write that tag? If not, you may consider a cms:func replacement
2 posts Page 1 of 1