Hi Siniy-Kit

> Hi! I open empty Tiddlywiki and create new tiddler '1111'  with text <div> My 
> div</div>
> then I create new tiddler with text  <$view tiddler="1111" field="text" 
> format="htmlwikified"/>  and see this result
> 
> <p><div> My div</div></p>   
> 
> How to remove <p></p> 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={{1111}} mode="inline">
<$text text=<<output>>/>
</$wikify>

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 [email protected] 
> <mailto:[email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/6da5195b-2358-42c8-82d9-5e16e7234e87%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/6da5195b-2358-42c8-82d9-5e16e7234e87%40googlegroups.com?utm_medium=email&utm_source=footer>.

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

Reply via email to