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 
> 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 achieve?
>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
> jer...@jermolene.com
> https://jermolene.com
>
> On 24 Dec 2020, at 10:52, Thomas Stone  wrote:
>
> 
>
> 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 the #a_test bookmark and tiddler at the top of the 
> story river. You can close the [[a_test]] tiddler, and link #2 can re-open 
> it, but link #1 doesn't work because the the browser address already shows 
> the #a_test bookmark.
>
>
> -- 
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/2538d53d-3755-4a53-a20f-bc10b55afc5dn%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/b52029ae-2f95-4fff-a21b-41daa79f3cb6n%40googlegroups.com.


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 achieve?

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 24 Dec 2020, at 10:52, Thomas Stone  wrote:
> 
> 
> 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 the #a_test bookmark and tiddler at the top of the 
> story river. You can close the [[a_test]] tiddler, and link #2 can re-open 
> it, but link #1 doesn't work because the the browser address already shows 
> the #a_test bookmark.
> 
> 
> -- 
> 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/2538d53d-3755-4a53-a20f-bc10b55afc5dn%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/959A8B11-BF09-4349-86DD-7F70E881CA8D%40gmail.com.


[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 the #a_test bookmark and tiddler at the top of the 
story river. You can close the [[a_test]] tiddler, and link #2 can re-open 
it, but link #1 doesn't work because the the browser address already shows 
the #a_test bookmark.


-- 
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/2538d53d-3755-4a53-a20f-bc10b55afc5dn%40googlegroups.com.