--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
clone from
```
ssh://h...@repolocationbogus.com
```
Lorum ipsum
clone from
```
ssh://h...@repolocationbogus.com
```
Lorum ipsum
clone from`ssh://h...@repolocationbogus.comLorum ipsum
I noticed in your example you have the two newlines before the first set of backticks. Is that correctly required? The docs here:
Anyway, suppose I want to have double-slashes in the body of a paragraph, and I don't want the paragraph formatted as block text (i.e. no font differences) e.g.:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus augue urna, scelerisque vel pulvinar eget, tincidunt vitae tellus. Etiam at hendrerit lacus. Vivamus pulvinar porta lacinia. Apple //e Proin a lorem bibendum, egestas ipsum ut, accumsan quam. Vivamus sagittis laoreet ex in ullamcorper. Phasellus rhoncus orci condimentum orci aliquet, quis consectetur mauris vehicula. Sed nec eleifend felis.
(Text made red for emphasis but would be black in my tiddler). Any way to do this?
<$text text="Apple //e" />You can use the <$text> widget, like this:<$text text="Apple //e" />
<$text text="""Apple "Pear" //Peach""" />Hi Eric,You can use the <$text> widget, like this:<$text text="Apple //e" />
Eventually, a simple wikitext shorthand will still be welcome...
#1473 New wikitext syntax for representing literal texthttps://github.com/Jermolene/TiddlyWiki5/issues/1473
<$text>
This block of content is
to be treated as plain text
even if it contains wiki formatting syntax
Note: unlike a code block, current CSS styles, block mode, and word-wrap are still applied
</$text>What if we just extend the existing <$text> widget so it could be used to enclose content, as an alternative to using the text="..." param.
The trouble is that we'd need different parsing behaviour with the text widget. That breaks the layering; currently, the parser layer doesn't know about individual widgets.
So, custom wikitext markup would be the only way to go, right?
Best wishes,— tb
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/aab20d69-fee3-408a-ba7f-02a6210cebe0%40googlegroups.com.
yes; we've actually already got one; triple double quotes yields a text widget
"""
test//``''foo <bar baz
"""
I think you can use 4 single quotes between the slashes /''''/ which renders as //
Hi Metabele,I think you can use 4 single quotes between the slashes /''''/ which renders as //As said on Github, to me, the idea is to not at all mess about with the text that you just want as-is.
It might be long, it might be from somewhere else, it might update, it might have tons of code, whichever.
You want it look like regular text, not like a code-block, not like a codeline, just text.Best wishes,— tb
Not sure what you mean, if I do...
"""
test//``''foo <bar baz
"""
I get scrambled eggs.Best wishes,— tb
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/47d7a2ed-20a1-4c05-b3de-d0d73186cbdb%40googlegroups.com.