[tw] Re: [TW5] How to link to the sidebar? [Resolved]

2016-01-13 Thread Tobias Beer
Hi Hegart,

May I ask: How did you manage to change the title of this issue?

Best wishes,

Tobias. 

-- 
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/ba730080-18f9-4f65-9ff9-23c11ce0e435%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Checkbox for removing tags?

2016-01-13 Thread Casey Allan
<$list filter="[!has[draft.of]tag[task]!tag[active]!tag[done]sort[created]]"
>
<$checkbox tag="active">

<$link to={{!!title}}><$view field="title"/>




! In Progress...
<$list filter="[!has[draft.of]tag[task]tag[active]sort[created]]">

<$button class="tc-btn-invisible">

<$action-listops $tags="done -active"/>


<$link to={{!!title}}><$view field="title"/>



! Completed Tasks


<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done">
~~<$link to={{!!title}}><$view field="title"/>~~



 
I can't get the correction with the button to work, though, Tobias - it 
doesn't list the tasks at all under the In Progress... header. All I get is 
one lone checkbox. 
 
 
 

On Tuesday, January 12, 2016 at 7:19:32 PM UTC, Tobias Beer wrote:

> Hi Matabele,
>  
>
>> Shouldn't close the  with />
>>
>
> Not quite. It was the little *+ *before the done tag
> which essentially removed *all *previous tags while adding the tag done. 
> ;-)
>
> Best wishes,
>
> Tobias.
>

-- 
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/406e0c7a-ad42-416f-b8fa-44dea374477e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Twixie - Solve the saving problem - New release 0.5.26

2016-01-13 Thread Spangenhelm
Hi, Antergos is just an installer for a classic Arch Linux distro so it 
must not be the problem, i will follow your advices and come back to you if 
needed.
Thanks

-- 
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/2d1e1864-6be0-481e-b1e9-e45514b32c01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] ActionListopsWidget questions

2016-01-13 Thread Tobias Beer
Hi Matabele,
 

> If anyone can come up with a filter operator to achieve this -- then this 
> filter could be employed with the widget.
>

I don't think this is a filter operator, but rather an extension to the 
EditTextWidget whereas the current selection is bound to a state. would we 
have the convention that states are tiddlers (which we don't, 
unfortunately), then we could have stuffed that state into some field of 
the same state tiddler. But since we don't we have the problem of what to 
do, if the state was a field or index of some tiddler. Possibly the 
EditTextWidget could have a selection attribute that would qualify a state 
tiddler where the selection is stored. However, encoding that selection so 
that whatever code knows to pick it back up would need a bit of fiddling, 
but possibly be similar to the PopupMechanism.

Best wishes,

Tobias.

-- 
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/331827d1-afcc-4421-9368-b2e97e123da6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: [tw] Re: [TW5] ActionListopsWidget questions

2016-01-13 Thread infurnoape


I found http://www.javascriptkit.com/javatutors/copytoclipboard.shtml but it is 
going to be another couple months before I pick it apart. I'm thinking of a 
widget to return selected as the marked param. Something like <>.
Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5

 Original message 
From: Matabele  
Date: 01/12/2016  8:18 PM  (GMT-07:00) 
To: TiddlyWiki  
Subject: [tw] Re: [TW5] ActionListopsWidget questions 


Hi Andrew
My initial reaction: I don't think the ActionListops widget is suitable. Its 
primary purpose was to:-- take the contents of a target field/index-- 
manipulate the contents-- and save the modified contents back to the same 
target 
It can also take its input from one target, and save the modified contents to 
another target. 
But I can't see how to identify only the selected text as input -- this needs 
some way of (dynamically) saving any selected text to a target field, from 
which the ActionListops widget can take its input. 
If anyone can come up with a filter operator to achieve this -- then this 
filter could be employed with the widget.
regards
On Wednesday, 13 January 2016 01:41:31 UTC+2, Andrew  wrote:

Is there already any funtionality for passing selected text in the text field 
in edit mode as the marker to the operator of the ActionListopsWidget? Please 
forgive me if I am using wrong terminology. New marvelous toys bring new 
learning curves. I'm working on a format toolbar and this new widget sounds 
like it may be able to do what I was trying to do with monkey hacked widgets.


Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5



-- 

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/dae451f1-1367-4333-81c1-d280856a1e31%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

-- 
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/drxhtsxkmvhnarvbmy8fg7r9.1452660002206%40email.android.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-13 Thread cmari
Hi Robert,
Do you have the most recent version of dGSD? When I pasted your code in to 
a blank tiddler (removing all tags) in the empty file 
at http://thinkcreatesolve.biz/dGSD-empty.html
the sliders appeared on consecutive lines (not next to one another as in 
your screenshot). 

I do have a vague memory of running into this problem myself, and an 
equally vague memory that I may have dealt with it in a stylesheet. But I 
don't have easy access to my old dGSD-based TW anymore, so I'm not much use 
to you - sorry.
cmari

On Wednesday, January 13, 2016 at 11:27:17 AM UTC-8, Robert Edwards wrote:
>
> No one?
>
> Here's what I'm trying to fix:
>
>
>
> 
> I would prefer those two sliders to be on consecutive lines
>
> Thanks!
>
> On Friday, January 8, 2016 at 4:59:02 PM UTC-5, Robert Edwards wrote:
>>
>> Thanks -- that's something I tried but it did not work. Sorry for not 
>> mentioning it in the original post! 
>>
>> On Friday, January 8, 2016 at 4:29:55 PM UTC-5, Mat wrote:
>>>
>>> Perhaps just a html linebreak tag? Is it  or  or some such?
>>>
>>> <:-)
>>>
>>> On Friday, January 8, 2016 at 10:24:21 PM UTC+1, Robert Edwards wrote:

 I've searched but cannot find an answer to a little annoyance.  I'm 
 using David Szego's dGSD and would like to have some lists hidden in 
 sliders -- e.g. in a Projects dashboard have dormant and completed project 
 lists collapsed.

 {{col{
 <>>> startTag:Project 
 tags:'Someday/Maybe && !Complete' 
 view:Project 
 mode:global
 group:Area
 gView:bold
 newButtonTags:'Project Someday/Maybe'
 >>

 
 <>>> startTag:Project 
 tags:'Complete' 
 view:Project mode:global
 dontShowEmpty:yes
 group:Area
 gView:bold
 >>
 

 
 <>>> startTag:Project 
 tags:'Dormant && !Complete' 
 view:Project mode:global
 group:Area
 gView:bold
 dontShowEmpty:yes
 >>
 
 }}}

 What I find is that when the sliders are collapsed, the buttons are 
 rendered on the same line. I would like to have them on separate lines. 
 When the first button is expanded the second button appears below, on a 
 separate line, but I have not yet stumbled on the syntax to force a line 
 break between the two collapsed slider buttons. 

 Help greatly appreciated!

>>>

-- 
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/b626ac87-7ab7-4cc4-b926-a101c47019da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How combine string with evaluated value for a parameter value?

2016-01-13 Thread Felix Küppers
Hi Xavier.

I agree, strange indeed. Maybe raise an issue at the TW GitHub repo?

-Felix

On 01/12/2016 05:31 PM, Xavier Cazin wrote:
> Hi everyone,
>
> Loved the trick, but it exhibits a parsing glitch when you try to put
> the variable values in bold
> ​ using single quotes​
> . Try < ​$'​
> ' in a TW $(version)$. Good bye $1$. Hope to see you again $1$."
> "foo">> for instance.
>
> X.
>
> -- Xavier Cazin
>
> On Tue, Jan 12, 2016 at 5:18 PM, Tobias Beer  > wrote:
>
> Hi Felix,
>
> Ha! Nice @Tobias, didn't think of this. Now we almost got the
> equivalent to "printf"
> (https://en.wikipedia.org/wiki/Printf_format_string) :D 
>
>  
>
> |\define concat(text,1,2,3,4,5,6,7,8,9,10) $text$
>  
> || < $(version)$. Good bye $1$. Hope to see you again $1$." "foo">>|
>
>
> I added the above here:
>
> Ad-Hoc Macro @ tb5 
>
> Thanks again. That's some nifty-cool stuff.
>
> Best wishes,
>
> Tobias.
> -- 
> 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/b7fffef4-505a-4b64-9b3b-7e79bd51bae7%40googlegroups.com
> 
> .
>
>
> For more options, visit https://groups.google.com/d/optout.
>
>
> -- 
> 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/CADeSwYPqqHwmi%2BJsen9zvcuEVb1XO76AYZL3EHWRiDbFU7fiVg%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.

-- 
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/BLU436-SMTP21786B5494509C76F8C3CD0CECB0%40phx.gbl.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-13 Thread Robert Edwards


No one?

Here's what I'm trying to fix:



I would prefer those two sliders to be on consecutive lines

Thanks!

On Friday, January 8, 2016 at 4:59:02 PM UTC-5, Robert Edwards wrote:
>
> Thanks -- that's something I tried but it did not work. Sorry for not 
> mentioning it in the original post! 
>
> On Friday, January 8, 2016 at 4:29:55 PM UTC-5, Mat wrote:
>>
>> Perhaps just a html linebreak tag? Is it  or  or some such?
>>
>> <:-)
>>
>> On Friday, January 8, 2016 at 10:24:21 PM UTC+1, Robert Edwards wrote:
>>>
>>> I've searched but cannot find an answer to a little annoyance.  I'm 
>>> using David Szego's dGSD and would like to have some lists hidden in 
>>> sliders -- e.g. in a Projects dashboard have dormant and completed project 
>>> lists collapsed.
>>>
>>> {{col{
>>> <>> startTag:Project 
>>> tags:'Someday/Maybe && !Complete' 
>>> view:Project 
>>> mode:global
>>> group:Area
>>> gView:bold
>>> newButtonTags:'Project Someday/Maybe'
>>> >>
>>>
>>> 
>>> <>> startTag:Project 
>>> tags:'Complete' 
>>> view:Project mode:global
>>> dontShowEmpty:yes
>>> group:Area
>>> gView:bold
>>> >>
>>> 
>>>
>>> 
>>> <>> startTag:Project 
>>> tags:'Dormant && !Complete' 
>>> view:Project mode:global
>>> group:Area
>>> gView:bold
>>> dontShowEmpty:yes
>>> >>
>>> 
>>> }}}
>>>
>>> What I find is that when the sliders are collapsed, the buttons are 
>>> rendered on the same line. I would like to have them on separate lines. 
>>> When the first button is expanded the second button appears below, on a 
>>> separate line, but I have not yet stumbled on the syntax to force a line 
>>> break between the two collapsed slider buttons. 
>>>
>>> Help greatly appreciated!
>>>
>>

-- 
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/79859d7f-83c8-421d-8e00-cf2065add8b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How combine string with evaluated value for a parameter value?

2016-01-13 Thread Felix Küppers

>
> Ad-Hoc Macro @ tb5 
>

+1

-- 
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/BLU437-SMTP27392924A4BC435082876ACECB0%40phx.gbl.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-13 Thread Eric Shulman
On Wednesday, January 13, 2016 at 11:27:17 AM UTC-8, Robert Edwards wrote:
>
> I would prefer those two sliders to be on consecutive lines
>
 
Try this:
@@display:block;<>display:block;<>@@

i.e., use CSS to wrap each slider in it's own DIV:

enjoy,
-e

-- 
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/ff3c9fe9-a22c-4ec6-a2fe-4604f71ff8d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Cycle a Tag with the new ActionListops widget

2016-01-13 Thread Matabele
Hi

Cycling a tag appears to be a common requirement. I have explored various 
methods, and settled on this as the simplest and most versatile solution.

1. Copy the attached global macro across to your wiki
2. In each tiddler you wish to cycle a tag
   (a) Insert the button macro <>
   (b) Create the 'list' field, and enter the list of tags you wish to 
cycle through for that tiddler
3. Click away!

regards

-- 
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/64a248a9-edfb-4c7c-9a3c-b1a86e33e7b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cycle Tag Macro.tid
Description: Binary data


[tw] Re: [TW5] Writing to Two Separate Fields with Checkbox Input

2016-01-13 Thread Matabele
Hi Scott

If you examine the logic:
-- '+[prefix[$:/]]' keeps items prefixed with '$:/" (and discards all other 
items)
-- and '+[!prefix[$:/]]' keeps items not prefixed with '$:/" (and discards 
the system tags)

regards

On Thursday, 14 January 2016 08:12:52 UTC+2, Scott Simmons (Secret-HQ) wrote
>
>
> (I'm assuming that's a typo in your previous example and should be *-*
> prefix[$:/] rather than *+*.)
>
>

-- 
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/4c9dff0e-74b7-4a37-9ce7-af2ce65dfe37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Advice request. 1 doc for everything vs several specialized docs

2016-01-13 Thread Guayo Mena
Hi! I'm loving TiddlyWiki and I'm using it more and more every day.

I'm a freelancer web developer, so I'm using it to store notes about 
programming tips, documentation on projects and details on clients. So my 
fil is growing quickly.
I already have lots of tags.

Although I've read that TiddlyWiki files can grow up to gigabyte sizes and 
still work properly, I wanted to know from experienced users if it would be 
better to have different documents for everything as opposed to developing 
a complex tag hierarchy. (ie. One doc for clients, projects and 
documentation VS a separate doc for each one of those things)

What do you think? I would like to read some opinions.

Thanks!!

-- 
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/315d393f-fd99-4ac1-b22e-f140097a08a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Advise request. 1 doc for everything vs several specialized docs

2016-01-13 Thread Jon
 p.s.
The shortcut to a file appearing as "A" in the subtitle would be entered 
something like this:

[[A|file:///C:/Users/Me/Documents/FilePath/FileName.html]]


On Thursday, 14 January 2016 07:05:29 UTC, Jon wrote:
>
> Hi Guayo,
>
> I use TW5 with Firefox and I find having separate wikis for distinct 
> themes works better eg. work, personal, study etc.
>
> I then enter a shortcut to the other wikis in the page subtitle (in 
> Control Panel) so clicking on the shortcut for another wiki will open it in 
> another tab in the browser.
>
> Then its very easy to go from one wiki to the next.
>
> Hope that helps
> Jon
>
> On Thursday, 14 January 2016 06:37:41 UTC, Guayo Mena wrote:
>>
>> Hi! I'm loving TiddlyWiki and I'm using it more and more every day.
>>
>> I'm a freelancer web developer, so I'm using it to store notes about 
>> programming tips, documentation on projects, some tasks  and details on 
>> clients and meetings. As you can imagine, my file is growing quickly.
>> I already have lots of tags.
>>
>> Although I've read that TiddlyWiki files can grow up to gigabyte sizes 
>> and still work properly, I wanted to know from experienced users if it 
>> would be better to have different documents for everything as opposed to 
>> developing a complex tag hierarchy. (ie. One doc for clients, projects and 
>> documentation VS a separate doc for each one of those things)
>>
>> What do you think? I would like to read some opinions.
>>
>> Thanks!!
>>
>

-- 
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/119168aa-63ad-44ef-b8bc-2bd4da418ad1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Writing to Two Separate Fields with Checkbox Input

2016-01-13 Thread Matabele
Hi Scott

This isn't a special meaning -- only that the $tags= and $subfilter= 
attributes of the widget are set up to operate on the existing content of 
the target field (as additional filter runs.)

So:
<$action-listops $field="my-field" $subfilter="+[additional[filter run]]"/>

Is equivalent to:
<$action-listops $field="my-field" $filter="[list[!!my-field]] 
+[additional[filter run]]"/>

regards


On Thursday, 14 January 2016 08:48:18 UTC+2, Scott Simmons (Secret-HQ) 
wrote:
>
> Ohh!
>
> I was unaware of the special meaning *+* has in <$action-listops>.
>
> Even cooler!  :D
>

-- 
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/e8151e8e-03c1-47da-896f-fb31f497e39a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Writing to Two Separate Fields with Checkbox Input

2016-01-13 Thread Scott Simmons (Secret-HQ)
Ohh!

I was unaware of the special meaning *+* has in <$action-listops>.

Even cooler!  :D

-- 
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/590fe5f1-6c53-4d92-9c24-a367056284d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Writing to Two Separate Fields with Checkbox Input

2016-01-13 Thread Scott Simmons (Secret-HQ)
*VERY *cool.  I had no idea you could pass filter expressions (like 
[prefix[$:/]]) in there!

(I'm assuming that's a typo in your previous example and should be *-*
prefix[$:/] rather than *+*.)

Thanks for the explanation  As with most things Tiddly, it's opened the 
door to a bunch of *new* potential solutions to workflow issues.  ;)

-- 
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/d808f1ce-0dc5-4ef4-80f1-34a81424c91d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Cycle a Tag with the new ActionListops widget

2016-01-13 Thread Alex Hough
It would make a good example of listOps on TiddlyWiki.com


Alex

On Thursday, 14 January 2016, Matabele  wrote:

> Hi
>
> Cycling a tag appears to be a common requirement. I have explored various
> methods, and settled on this as the simplest and most versatile solution.
>
> 1. Copy the attached global macro across to your wiki
> 2. In each tiddler you wish to cycle a tag
>(a) Insert the button macro <>
>(b) Create the 'list' field, and enter the list of tags you wish to
> cycle through for that tiddler
> 3. Click away!
>
> regards
>
> --
> 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/64a248a9-edfb-4c7c-9a3c-b1a86e33e7b9%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CALc1hYfw9-_pebLwKf9T8TkAAQ-Ye0g3w-daf4OR1p%3DYrNr_oA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Cycle a Tag with the new ActionListops widget

2016-01-13 Thread Matabele
Hi Alex

Not sure where and how to add this, as it depends on both the macro, macro 
call, and the contents of the 'list' field. Difficult to describe within 
the constraints of widget examples. 

Would be easier if this macro were included as a demonstration macro on 
tw5.com -- then described in terms of a macro (that uses the ActionListops 
widget.)

We'll see how other users get on with this, and if the macro needs changing 
before I submit anything to tw5.com. I'm also busy developing a cycle[] 
filter operator, which promises to offer more versatility.

regards

On Thursday, 14 January 2016 08:12:40 UTC+2, AlexHough wrote:
>
> It would make a good example of listOps on TiddlyWiki.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/1109967a-66c6-4923-ab19-de7341142661%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Passing a Transcluded Field Value to a Filter

2016-01-13 Thread Scott Simmons (Secret-HQ)
Following up on answers to an earlier question of mine 
, I've torn 
up and reinvented my daily to-do lists again — and run into a puzzling *new*
 problem.

In a nutshell:  I'm creating individual tiddlers for tasks I have to do for 
various clients/customers/my wife.  I use a macro (<>) to print 
out the running list of items on a per-client basis (e.g., <>).  I use a button and faux checklist to check off items from 
these lists, tagging the tiddlers "√ done" and setting fields for 
completion date and completion time.

In my daily journal tiddler, I use calls to another macro (<>) to 
record what I accomplished today.  Each journal tiddler has a field named today 
that contains that day's date in -0MM-0DD format (e.g., 2016-01-14). 
 The <> macro uses <$list> to check for tasks whose completion 
date is equal to the today field of the current tiddler.

Or, at least, that's how it's *supposed* to work.

Here's what the <> macro definition looks like:

\define donelist(client on:{{!!today}})
!$client$

<$list filter="[!has[draft.of]tag[$client$]tag[tasks]tag[√ 
done]task_completiondate[$on$]sort[task_completiontime]sort[task_completiondate]]"
>

<>


\end

You'll notice I've set it up to accept an optional secondary parameter, on, 
because I sometimes want to call a list of things completed on a different 
date.  If I push the current date through in the macro call (e.g., <>), my list generates perfectly — but if I leave off 
that parameter (<>)  and count on the today field to 
provide that value for the macro, the list fails to including anything. 
 The string from today is captured, and I can print it out via the macro — 
but it seems to be failing in the filter.

$client$ works O.K. in the filter string, as do other parameters I pass 
into <$list> filters elsewhere. but maybe TiddlyWiki isn't parsing 
{{!!today}} in the filter definition?  Can anyone confirm whether I'm 
barking up the right tree — and maybe suggest an alternative?

-- 
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/1c1a518b-14b8-4117-a71d-f4fc8f5d4837%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Advise request. 1 doc for everything vs several specialized docs

2016-01-13 Thread Jon
Hi Guayo,

I use TW5 with Firefox and I find having separate wikis for distinct themes 
works better eg. work, personal, study etc.

I then enter a shortcut to the other wikis in the page subtitle (in Control 
Panel) so clicking on the shortcut for another wiki will open it in another 
tab in the browser.

Then its very easy to go from one wiki to the next.

Hope that helps
Jon

On Thursday, 14 January 2016 06:37:41 UTC, Guayo Mena wrote:
>
> Hi! I'm loving TiddlyWiki and I'm using it more and more every day.
>
> I'm a freelancer web developer, so I'm using it to store notes about 
> programming tips, documentation on projects, some tasks  and details on 
> clients and meetings. As you can imagine, my file is growing quickly.
> I already have lots of tags.
>
> Although I've read that TiddlyWiki files can grow up to gigabyte sizes and 
> still work properly, I wanted to know from experienced users if it would be 
> better to have different documents for everything as opposed to developing 
> a complex tag hierarchy. (ie. One doc for clients, projects and 
> documentation VS a separate doc for each one of those things)
>
> What do you think? I would like to read some opinions.
>
> Thanks!!
>

-- 
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/5e0c5f41-4544-43c5-805a-91d56b5880a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] New Plugin: tobibeer/external (tiddlers in iframes)

2016-01-13 Thread Hegart Dmishiv
Good one Tobias, the plugin machine is in top condition! There is some 
irony with this one though. ;-)

(Explanation for those not on G+, see TobiBeer's previous post about 
iframes, here - https://goo.gl/6HgTMR)

On Thursday, 14 January 2016 05:30:34 UTC+13, Tobias Beer wrote:
>
> Hi everyone,
>
> With respect to Wilmer González' post 
>  I 
> created a new plugin
> to *render tiddlers from an external wiki using iframes*.
>
> Hence, find version 0.5.2 
>  of 
> tobibeer/external  here:
>
> http://tobibeer.github.io/tw5-plugins/#external
>
> Note that it — in particular its external-tiddler  
> macro — depends on 
> both:
>
>- tobibeer/setvars 
>- tobibeer/split 
>
> So these need to be installed (first).
>
> Best wishes,
>
> Tobias.
>

-- 
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/6bec634e-1393-4fb8-bfb9-9bb60ca4e09f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to link to the sidebar? [Resolved]

2016-01-13 Thread Hegart Dmishiv
Hi Tobias, I read these newsgroups in the browser, at groups.google.com, 
rather than in my email client, so I edit my posts there. When editing, 
there is an option to "Edit subject", which I just do on the OP. What I 
can't work out though, and maybe you can help me with this, is why I can 
click on the "Mark as complete" checkbox in a thread I haven't created (or 
haven't even contributed to), but not in my own created threads. In their 
web UI, Google Groups marks completed disucssions with a green symbol in 
the list. I can't seem to mark my own as completed, so that's why I've been 
renaming my ones as [Resolved] instead, when appropriate.

On Wednesday, 13 January 2016 23:55:54 UTC+13, Tobias Beer wrote:
>
> Hi Hegart,
>
> May I ask: How did you manage to change the title of this issue?
>
> Best wishes,
>
> Tobias. 
>

-- 
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/dc80796b-d2ed-42df-b14a-414011189782%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-13 Thread Robert Edwards
@cmari -- as far as I can recall, yes. It's on my work PC and I'm at home 
now but will verify.

@Eric -- thanks! I'll give that a try!


On Wednesday, January 13, 2016 at 3:56:34 PM UTC-5, Eric Shulman wrote:
>
> On Wednesday, January 13, 2016 at 11:27:17 AM UTC-8, Robert Edwards wrote:
>>
>> I would prefer those two sliders to be on consecutive lines
>>
>  
> Try this:
> @@display:block;<>display:block;<>@@
>
> i.e., use CSS to wrap each slider in it's own DIV:
>
> enjoy,
> -e
>

-- 
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/767b0a5e-d6fa-4de5-bad1-4d0ae3dac945%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] edit-text widget with popup

2016-01-13 Thread Alex Hough
a possible use case would be to edit an image in situ. I've tried the code
with a png drawn in TW, but it gets opened as data no the image

I drew a picture and used it to create a thumbnail using the thumbnail
macro. It would be nice to update a image without opening it and for that
image to propagate though to the thumbnail.



best wishes

Alex

On 12 January 2016 at 18:21, Tobias Beer  wrote:

> Hi Matabele,
>
>> The application I had in mind is for entering data, beginning with a
>> blank form. I prefer pop-up type edit-text boxes, as I have several
>> different sections of the form into which to enter data...
>>
>
> Be so kind as to post an example at some point,
> for us to have a look at how your overall editing process works.
>
> Best wishes,
>
> Tobias.
>
> --
> 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/c467c512-546b-4393-8005-f1aa1e431d5b%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CALc1hYd_P2Mxs%3DTfgWn94Zcx5O1Qua-%3DY4mzDrjP4yXpuSz4Ww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [EOL-TS] Message from TiddlySpace

2016-01-13 Thread Scott Simmons (Secret-HQ)
Where does Tiddly*Spot* fit into the current/future ecosystem of 
TiddlyDevelopment, TiddlyHosting, and TiddlySharing?

-- 
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/516ef558-b0f7-4617-8305-f73ce5a49b23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] how do I make use the Tight Theme?

2016-01-13 Thread Smandoli
I upgraded to TW 5.1.10.  Now how do I use the Tight Theme?  It seems 
non-existent once on my local drive.  

(Humbling.)

-- 
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/167246f5-1235-4ff8-9f66-0d676abc1cb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Checkbox for removing tags?

2016-01-13 Thread Matabele
Hi Casey

An alternative approach which might suit your usage case:
-- each click of the button will choose the next tag in the list from the 
'list' field of the currentTiddler
-- place the list of tags you wish to cycle through in the 'list' field

<$button>
<$action-listops $tags="[list[]first[]] -[list[]last[]]" 
$subfilter="+[putlast[]]"/>
Tag

list: todo active done

The button code may be written in the form of a global macro (<> 
macro tiddler attached).

The list field is required for every task tiddler:
-- the state of the tag for each task is recorded by way of the order of 
the tags in this field
-- place the list (starting order) in the template for a new task

regards

On Tuesday, 12 January 2016 13:17:16 UTC+2, Casey Allan wrote:
>
> I've got tags adding with no issue...but I want the "In Progress" tag to 
> be removed once I tick the box to complete it... I'm just not sure how to 
> delete a tag.
>  
> ! Outstanding tasks
> <$list filter="[!has[draft.of]tag[task]!tag[In 
> Progress]!tag[done]sort[created]]">
> <$checkbox tag="In Progress"> <$link to={{!!title}}><$view 
> field="title"/>
> 
> ! In Progress...
> <$list filter="[!has[draft.of]tag[task]tag[In Progress]sort[created]]">
> <$checkbox tag="done"> <$link to={{!!title}}><$view 
> field="title"/>
> 
> ! Completed tasks
> <$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
> <$checkbox tag="done"> ~~<$link to={{!!title}}><$view 
> field="title"/>~~
> 
>
> Any help is very much appreciated.
>  
> Cheers,
> -C
>

-- 
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/d35f01f6-8f58-430d-b026-273db762f717%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cycle Tag Macro.tid
Description: Binary data


[tw] Re: link to external (local) tiddlers

2016-01-13 Thread Wilmer González
Hi Tobias,

i'll surely give it a try and then feedback, thanks in advance!

El miércoles, 13 de enero de 2016, 12:01:27 (UTC-4:30), Tobias Beer 
escribió:
>
> Hi Wilmer,
>
> As just announced here 
> 
> ,
> I created a new plugin called tobibeer/external 
> 
> that should do these things for you:
>
> http://tobibeer.github.io/tw5-plugins/#external
>
> Best wishes,
>
> Tobias.
>
>

-- 
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/70ba48e7-43f0-4443-8aee-c82dc7596676%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to link to the sidebar? [Resolved]

2016-01-13 Thread Tobias Beer
Hi Hegart,
 

> When editing, there is an option to "Edit subject".
>

Ah, there it is. Never found that one before. Thanks, that helps.
As for ticking things of as completed, I have no clue why you can't do so 
yourself.
Seems to be the first thing that comes to mind
that the one asking the question says it's answered and not everyone else.

Best wishes,

Tobias. 

-- 
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/0676c3f3-6e4c-48a8-83e4-0ee876a03bba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: link to external (local) tiddlers

2016-01-13 Thread Jeremy Ruston
Hi Wilmer

You may also want to look at the support for External Tiddlers added in 5.1.10; 
the functionality is precisely as you describe, albeit it takes some careful 
configuration to get things working.

Best wishes

Jeremy

Sent from my iPad

> On 13 Jan 2016, at 21:57, Wilmer González  wrote:
> 
> Hi Tobias,
> 
> i'll surely give it a try and then feedback, thanks in advance!
> 
> El miércoles, 13 de enero de 2016, 12:01:27 (UTC-4:30), Tobias Beer escribió:
>> 
>> Hi Wilmer,
>> 
>> As just announced here,
>> I created a new plugin called tobibeer/external
>> that should do these things for you:
>> 
>> http://tobibeer.github.io/tw5-plugins/#external
>> 
>> Best wishes,
>> 
>> Tobias.
>> 
> 
> -- 
> 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/70ba48e7-43f0-4443-8aee-c82dc7596676%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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/195F81A1-413E-46AD-A921-F63150C9D810%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: how do I make use the Tight Theme?

2016-01-13 Thread Wilmer González
Hi!

It seems like the empty.html doesn't contain the theme yet, but you can:

1. go to $:/ControPanel (at tiddlywiki.com) or 
http://tiddlywiki.com/#%24%3A%2FControlPanel 
2. Select the 'Appearance' section.
2.1. Select the 'Theme' section inside of it.
3. Drag Tightly packed theme 
 to your wiki 
in the browser.
4. Try to apply the theme now.

it works for me, good luck!

El miércoles, 13 de enero de 2016, 23:18:14 (UTC-4:30), Smandoli escribió:
>
> I upgraded to TW 5.1.10.  Now how do I use the Tight Theme?  It seems 
> non-existent once on my local drive.  
>
> (Humbling.)
>

-- 
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/37f4dbf7-70b0-4aa9-b47c-5c8c1f34a18a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Experience with PlantUML and TW5

2016-01-13 Thread Richard Evans
Hi,

I'm experimenting with PlantUML, there is a plugin for TiddlyWiki 
(https://github.com/anibalch/tiddlywiki-plantuml). The instructions appear 
to be for TiddlyWiki Classic. As I have limited experience with TiddlyWiki 
and no experience with using plugins. I want to establish exactly what to 
do.

Does anybody have any experience with using PlantUML with TW5? 

Alternatively, can anybody advise me how to add the plugin to TW5?

Thanks  Ric Evans

-- 
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/2a92a133-36c6-4ed0-9b86-edf1535d953c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: link to external (local) tiddlers

2016-01-13 Thread Tobias Beer
Hi Wilmer,

As just announced here 

,
I created a new plugin plugin called tobibeer/external 

that should do these things for you.

Best wishes,

Tobias.

-- 
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/113b1fa1-784e-4490-8643-e36f3f7bc6f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] New Plugin: tobibeer/external (tiddlers in iframes)

2016-01-13 Thread Tobias Beer
Hi everyone,

With respect to Wilmer González' post 
 I 
created a new plugin
to *render tiddlers from an external wiki using iframes*.

Hence, find version 0.5.1 
 of 
tobibeer/external  here:

http://tobibeer.github.io/tw5-plugins/#external

Note that it — in articular its external-tiddler  
macro — depends on 
both:

   - tobibeer/setvars 
   - tobibeer/split 

So these need to be installed (first).

Best wishes,

Tobias.

-- 
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/208f71b6-8633-4a04-b966-772bf2f1de16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Checkbox for removing tags?

2016-01-13 Thread Tobias Beer
Hi Casey,
 

> I can't get the correction with the button to work, though, Tobias - it 
> doesn't list the tasks at all under the In Progress... header. All I get is 
> one lone checkbox. 
>

I feared this might happen. ;-)

It's because I was so so sneaky as to change the tag from *In Progress* to 
*active*. 
So, you can either search and replace it back or...

Best wishes,

Tobias.

-- 
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/feceadc5-4bf1-4a14-9df3-cf2fd164b777%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.