Re: [tw5] How to remove from <$view tiddler="1111" field="text" format="htmlwikified"/> ?

2020-01-05 Thread Jeremy Ruston
Hi Siniy-Kit

> Hi! I open empty Tiddlywiki and create new tiddler ''  with text  My 
> div
> then I create new tiddler with text  <$view tiddler="" field="text" 
> format="htmlwikified"/>  and see this result
> 
>  My div   
> 
> How to remove  from this result?

The view widget “htmlwikified” format parses the target text in block mode 
which means that it generates paragraph tags, and recognise headings and tables 
and other block level formatting.

To work around it, you’d need to use the wikify widget along with the “mode” 
attribute. For example:

<$wikify name="output" text={{}} mode="inline">
<$text text=<>/>


Best wishes

Jeremy.


> 
> -- 
> 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+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/6da5195b-2358-42c8-82d9-5e16e7234e87%40googlegroups.com
>  
> .

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/03D08C11-F2F4-47F6-B217-B88725C7DCA6%40gmail.com.


[tw5] How to remove from <$view tiddler="1111" field="text" format="htmlwikified"/> ?

2020-01-03 Thread Siniy-Kit
Hi! I open empty Tiddlywiki and create new tiddler ''  with text  
My div
then I create new tiddler with text  <$view tiddler="" field="text" 
format="htmlwikified"/>  and see this result

 My div   

How to remove  from this result?

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6da5195b-2358-42c8-82d9-5e16e7234e87%40googlegroups.com.