[tw] Re: Link to tidier from modal?

2017-09-08 Thread magev958
I have tried different ways of adding the tiddler to be opened to 
the $:/StoryList and closing the modal but to no avail. Anyone know if it 
would be possible to make a macro to achieve this?

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5f301d4f-4fc4-4600-92af-fefc88e5711a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Link to tidier from modal?

2017-08-31 Thread @TiddlyTweeter
Is the question of how to open a tiddler FROM a modal or IN a modal? Modals 
are forefront until you explicitly close them. Even when you initiate a new 
Tiddler its gonna be BEHIND the modal until you explicitly close it. They 
have CSS z-indexes that make them take over the foreground. That is my 
understanding. 

Josiah

On Thursday, 31 August 2017 16:18:13 UTC+2, magev958 wrote:
>
> Vacation is over and it´s time to give it a new go. I´ll try and explain 
> in more detail what I want to do. I have a template that insert a button in 
> all parent tiddler. The template list all tiddler with the field "parent" 
> containing the content of the parent-tiddlers field "caption " and opens a 
> modal with the list of all descendents.
> I´d like to be able to click and open the tiddler in the storyline, but so 
> far I´ve only manage to open the tiddler inside the modal.
>
> minimal test case here:
> http://magnus.playground.tiddlyspot.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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9d9b8610-b315-40f6-961f-242ffad8d44c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Link to tidier from modal?

2017-08-31 Thread magev958
Vacation is over and it´s time to give it a new go. I´ll try and explain in 
more detail what I want to do. I have a template that insert a button in 
all parent tiddler. The template list all tiddler with the field "parent" 
containing the content of the parent-tiddlers field "caption " and opens a 
modal with the list of all descendents.
I´d like to be able to click and open the tiddler in the storyline, but so 
far I´ve only manage to open the tiddler inside the modal.

minimal test case here:
http://magnus.playground.tiddlyspot.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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/667ace15-80b0-4e98-883e-9cf27bc70d9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Link to tidier from modal?

2017-08-19 Thread magev958
Thanks for Your respond, but I'm not sure how to use the answer. I have 
this code in a template-tiddler:

\define modalLink(tiddlerName,message)
<$button message="tm-navigate" 
param="$tiddlerName$" 
class="tc-btn-invisible tc-tiddlylink
">
$message$
  <$action-sendmessage $message='tm-close-tiddler'/><$link 
to={{!!title}}><$view field="caption"/>

\end


<$list filter="[genus{!!caption}!has[draft.of]sort[caption]] 
-[rank[genus]]">
<$macrocall $name="modalLink"
tiddlerName=<>
/>




-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/45d9cba7-bf64-452e-aba3-ce95c8f684e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Link to tidier from modal?

2017-08-02 Thread Jeebus K
You may need to hide or close the modal frame.

On Tuesday, August 1, 2017 at 2:36:47 PM UTC-4, magev958 wrote:
>
> Is it possible to open links to tiddler from a modal? Can't seem to get it 
> to work
>
> /Magnus
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8368870c-cc48-4b9c-bafa-2e4d461e43aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.