Re: [tw5] Re: How to print the permaview

2020-12-12 Thread Saq Imtiaz
Hi Jan,

Happy to hear it helped. I have to say, I was expecting you to post a QR 
code rather than a link ;)

Cheers,
Saq

-- 
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/2b5507e3-44d5-453d-a984-d3bd96ddb21cn%40googlegroups.com.


Re: [tw5] Re: How to print the permaview

2020-12-12 Thread Jan

Hi Saq, hi Tones!
Saq your solution works great!
Sorry for not answering earlier...I could not get it to work at first 
because the join-opperator needed a newer version.

Having updated I can report success.
It is a button to call a modal with a QR code linking to the current 
Tiddler ... and after clicking the blue button to the entire story.


http://szen.io/tools/#%24%3A%2Fplugins%2FJJ%2FQR%2FShowlinkModal:%24%3A%2Fplugins%2FJJ%2FQR%2FShowlinkButton%20%24%3A%2Fplugins%2FJJ%2FQR%2FShowlinkModal

I still have to translate it so that it is easy to use for everyone.

Yours Jan



Am 10.12.2020 um 00:56 schrieb Saq Imtiaz:
Assuming you want to generate this from the tiddlers open in the story 
you can try this filter:


[list[$:/StoryList]first[]encodeuricomponent[]] 
[{$:/StoryList!!list}encodeuricomponent[]] 
+[join[:]addprefix[#]addprefix{$:/info/url/full}]


The resultant URL should result in navigation to the first tiddler in 
the story as I assume you want the order in the story at that time. 
You can change that by modifying the first run in the above filter 
expression.



--
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/dadd5a01-e46c-4e93-baac-4ff4227cd4b4n%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/5FD4E9D7.3010507%40googlemail.com.


[tw5] Re: How to print the permaview

2020-12-09 Thread Saq Imtiaz
Assuming you want to generate this from the tiddlers open in the story you 
can try this filter:

[list[$:/StoryList]first[]encodeuricomponent[]] 
[{$:/StoryList!!list}encodeuricomponent[]] 
+[join[:]addprefix[#]addprefix{$:/info/url/full}]

The resultant URL should result in navigation to the first tiddler in the 
story as I assume you want the order in the story at that time. You can 
change that by modifying the first run in the above filter expression.


-- 
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/dadd5a01-e46c-4e93-baac-4ff4227cd4b4n%40googlegroups.com.


[tw5] Re: How to print the permaview

2020-12-09 Thread TW Tones
Jan,

The perm view is in fact a URL that opens every thing in the story river. 
So inside $:/StoryList the list field contains the list of tiddlers open in 
the story. and the currentTiddler

here is a permalink
https://tiddlywiki.com/#Working%20with%20TiddlyWiki:%5B%5BWorking%20with%20TiddlyWiki%5D%5D%20HelloThere%20Languages%20Performance

So tiddlers are address#currentTiddler:tiddler1 tiddler2 [[tiddler three]]
assuming %5B%5B is [[ %5D%5D is ]]

Then it needs the url format, then feed this text into the QR generator

Regards
Tones

On Thursday, 10 December 2020 at 02:57:49 UTC+11 Jan wrote:

> Hi,
> I would like to generate a qr-code which links to an entire story opened 
> inmy TW. I have difficulites to get the correct permaview into a field 
> to use it in the qr-macro.
> Does anyone know the spell?
>
> Best wishes and thanks for your help: Jan
>
>
>

-- 
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/8b7cedce-d285-4dda-a1b6-e61eb4f21ab8n%40googlegroups.com.