Re: [tw5] Wikify Difference

2020-12-24 Thread Thomas Stone
I was just trying to understand some of the differences between Wikified HTML and Transcluded content. Thank you for explaining. On Thursday, December 24, 2020 at 4:23:13 AM UTC-8 jeremy...@gmail.com wrote: > Hi Thomas > > The wikify widget doesn't support dynamic content because it produces a

Re: [tw5] Wikify Difference

2020-12-24 Thread Jeremy Ruston
Hi Thomas The wikify widget doesn't support dynamic content because it produces a static snapshot of the rendering. In fact, internal links always include the `#` but you wouldn't normally see it because a JavaScript event handler intercepts clicking on the link. What are you trying to

[tw5] Wikify Difference

2020-12-24 Thread Thomas Stone
I was wondering why the WikifyWidget's HTML output of an internal link includes a # link. ``` \define test_link()[[a_test]] <$wikify name=str_text_out text=<> output="html"> 1) <> 2) <> ``` Both outputs look same, but clicking on link #1 opens the [[a_test]] navigates the browser to