mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
19 lines
440 B
Text
19 lines
440 B
Text
template(name="editor")
|
|
a(title="{{_ 'convert-to-markdown'}}")
|
|
| 📝
|
|
a(title="{{_ 'copy-text-to-clipboard'}}")
|
|
| 📋
|
|
span.copied-tooltip {{_ 'copied'}}
|
|
textarea.editor(
|
|
dir="auto"
|
|
class="{{class}}"
|
|
id=id
|
|
autofocus=autofocus
|
|
placeholder="{{_ 'comment-placeholder'}}")
|
|
+Template.contentBlock
|
|
|
|
template(name="viewer")
|
|
.viewer(dir="auto")
|
|
+mentions
|
|
+markdown
|
|
{{> UI.contentBlock }}
|