Skip to content

How does the "`" disappear from the output? #6253

Discussion options

You must be logged in to vote

I figured it out. It is the "format" attribute of the ViewWidget.

getValueAsPlainWikified() does the job in this case.

For example, create two tiddlers and set the content of the first to

`<` `p` `>`  Hi `<` `/` `p` `>`

and the content of the second to

{{A Strange Paragraph||$:/core/templates/raw-static-tiddler}} // getValueAsPlainWikified() //

---

{{A Strange Paragraph||$:/core/templates/plain-text-tiddler}}

---

{{A Strange Paragraph||$:/core/templates/html-tiddler}}

---

{{A Strange Paragraph||$:/core/templates/canonical-uri-external-raw}}

---

{{A Strange Paragraph||$:/core/templates/css-tiddler}}

---

{{A Strange Paragraph||$:/core/templates/javascript-tiddler}}

---

{{A Stra…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@nilslindemann
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by nilslindemann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants