[tw] Re: [TW5] Any way to stop transcluded tiddlers {{!!title}} from matching the parent title?

2017-02-15 Thread Eric Shulman
On Wednesday, February 15, 2017 at 9:25:53 PM UTC-8, Jeff Vance wrote:
>
> I'm very confused on how to manage the currentTiddler and {{!!title}} 
> entries in a tiddler when it becomes transcluded.  I get that this is a 
> powerful feature that allows a template tiddler to take on the title of 
> whatever tiddler it is transcluded into.  But what about situations when I 
> specifically don't want this?  Is there a way to force it to use the 
> original title?
>

Try this little trick:

At the beginning of each weekly tiddler, put
<$tiddler tiddler=<>
and at the end, put


When the weekly tiddler is viewed directly, <> will NOT have a 
value, so the <$tiddler> widget will have no effect, and the weekly tiddler 
will display as usual.  However, when viewed in a tabset (i.e., as part of 
the Yearly "roundup" of tiddlers), the <> value WILL be defined 
and the <$tiddler> widget will set the < value to match the 
<> value, instead of having <> unchanged (i.e., 
referencing the tiddler in which the tab set is contained).

Note, instead of modifying each and every weekly tiddler to put in this 
"wrapper", you could use a template tiddler to automatically add the 
<$tiddler>... widget to each weekly tiddler shown in the tabset, 
without editing any of those tiddlers directly.

Start by creating a tiddler (e.g., "YearlyTabsTemplate"), containing:
<$tiddler tiddler=<><$transclude mode="block"/>

Then, in your <> macro, specify the "template:" parameter to be used 
to render the tabs, like this:
<>

That should do it.  Let me know how it goes.

enjoy,
-e
Eric Shulman
TiddlyTools: Small Tools for Big Ideas(tm)
InsideTiddlyWiki: The Missing Manuals

-- 
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/510c0b51-6d41-47b8-ba03-3d4196f843c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Any way to stop transcluded tiddlers {{!!title}} from matching the parent title?

2017-02-15 Thread Jeff Vance
I'm very confused on how to manage the currentTiddler and {{!!title}} 
entries in a tiddler when it becomes transcluded.  I get that this is a 
powerful feature that allows a template tiddler to take on the title of 
whatever tiddler it is transcluded into.  But what about situations when I 
specifically don't want this?  Is there a way to force it to use the 
original title?

For example: In my current case, I have many weekly tiddlers that use macro 
to generate a table of journal entries for a week. It uses the title of 
that tiddler to get the week number, then it finds all the journal entries 
for that week. Now, I suddenly had this idea that I can collect all the 
weeks into a Yearly tiddler, using Tabs for each week. However, 
transcluding all the "week" tiddlers into the new tiddler containing the 
tabs prevents the macro from working since it tries to use the new title 
for the "week" parameter.  The only thing I can think of at the moment is 
to rewrite the macro to not use the title field and instead use another 
field that can contain the week number.  But that seems like a pain since I 
would have to update all the current weeks to contain the new field.

-- 
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/0442b502-e9a3-4d3b-88ef-ddd81bec1d7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do you substitute a tiddler title into a macro parameter?

2017-02-15 Thread Jeff Vance
Ah, Perfect!  Thank you!  Works exactly as I wanted.  I'll definitely keep 
this in mind if I ever need to do something like this again.

-- 
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/2a5a1f8a-df4e-4463-a69b-cda2fdb66ca7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Nesting Variables

2017-02-15 Thread Jan

Hi
I want to insert the values some fields of the tiddler currently in 
focus into a macro...

Can I use a construction like this to nest variables.

<$set name=foc value={{$:/HistoryList!!current-tiddler}}>
<$vars seminar={{$(foc)$}}!!Seminar}} clipname={{$(foc)$}}!!clip}} 
thema={{$(foc)$}}!!thema}}>


>>


So far it does not work... what do I have to change?

Thanks
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 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/58A515D4.9000308%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Saving on Sharepoint Online

2017-02-15 Thread 'Thomas Windisch' via TiddlyWiki
I have a TW (*5.1.13*) hosted in a Document Library on SharePoint Online.

[I had to rename the file to *.aspx as SP does not serve html files as web 
pages but l like regular files to download]

The interesting thing is that I just realized that it saves itself!

I use FreeBSD 11 and Firefox 51.0.1 without any plug-ins. 

When I press 'Save' after I made a change it tells me affirmatively that it 
did so and the next time I open it in Firefox (or on another device) the 
change is still there.

I know that SharePoint supports plugins and allows JS to manipulate Lists 
but it is not a local file nevertheless; it somehow seems wrong.

Does anyone have a clue why I can now save the wiki online where a while 
ago I would have needed to download it and uploaded it again?

Tom

-- 
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/452a2dfc-bf93-4058-940a-d38b69fcb7fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Presenting the Clipboard Plugin (public BETA)

2017-02-15 Thread Thomas Elmiger
Hi all,

Inspired by Josiah and David in a recent thread 
 
I built another plugin for the TW editor: Clipboard

Feel free to
a) *make a backup first*
b) get the plugin from 
http://tid.li/tw5/plugins.html#%24%3A%2FControlPanel:%5B%5BGet%20More%20Plugins%5D%5D%20%24%3A%2FControlPanel
c) give it a try and send some feedback :)

In the settings you are able to …

Show/Hide Clipboard Fields

   - Show clipboard
  - text field
  - title clipboard
   
Editor Toolbar: Activate Buttons for the Clipboard

   - fold/unfold
   - clipboard preview popup
   - insert text
   - insert title as link
   - insert title as transclusion

Editor Title: Show Copy-Button

   - Show copy-title button



Have fun, but remember: this is a beta => no warranties!
Thomas

-- 
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/864e5fc7-b789-42c8-a7c0-c4fb343baba8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: (TW5) Live preview of WikiText?

2017-02-15 Thread PMario
On Wednesday, February 15, 2017 at 9:04:17 PM UTC+1, Captain Packers wrote:
>
> I don't see a preview pane. Is it not available when running node.js 
> tiddlywiki?
>

It is available. go to tiddlywiki.com - edit HelloThere and click the 
"last" toolbar button
-m

-- 
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/0162a6a1-8054-449b-b6e9-70a1f38f8522%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Different actions to different tiddlers with one click/button possible?

2017-02-15 Thread PMario
Hi, 

On Wednesday, February 15, 2017 at 5:20:08 PM UTC+1, The Bo wrote:
>
> I try to build some sort of "TOC-toggle" where I want to remove not used 
> TOC-Tiddlers temporarily so that they won't be displayed in the TOC.
> The TOC is structured like this:
>
> 01
>   010
>011
>   0110
>   01100
>   0
>   0111
> 02
> ...
>

Interesting. .. So you don't want the "selective-expandable" but the full 
TOC. ... But clicking a button you'll want to disable different levels. ... 
eg: 

tree -L 2 will show

01
  010
  011
02

tree -L 3 will show

01
   010
   011
  0110
  0111
02

right. .. but you want to have only one command eg: going from -L 1 
directly to -L 4. right?

-mario


-- 
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/4ff30dcc-870d-4512-8c44-aeb8406bb824%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How to open Tiddler from command line (I am running TiddlyWiki on Node.JS)

2017-02-15 Thread Matt Groth
Hi Jeremy,

You're right, the regular http.request was the way to go. After I lot of 
fiddling, I managed to get update tiddlers with normal HTTP requests!

When I send a request, I see this terminal output:
'syncer-server: Dispatching 'save' task: $:/StoryList

FileSystem: Saved file /Users/Matt/TiddlyMusic/tiddlers/$__StoryList.tid'

While the .tid file is updated instantly, my TiddlyWiki in Chrome does not. 
Rather, the TiddlyWiki in my browser does not change until I interact with 
it in some way, such as opening or closing a tiddler. Then, I see the above 
terminal output again and the changes from my HTTP request appear. 

However, changes to $:/StoryList do not sync at all, so I am still unable 
to automate the opening and closing of tiddlers. I have my $:/StoryList.tid 
text file open, and the 'list' property is changed in that file to exactly 
what I want. Also, the above terminal output occurs. However, when I do 
anything to my opened TiddlyWiki, whether it involves opening and closing 
tiddlers or not, the currently opened tiddlers in my browser simply 
overwrite whatever was in $_StoryList.tid previously.

How can I command TiddlyWiki in my browser to load changes to tiddler 
values, including $_StoryList.tid?

Thanks,
Matt

On Tuesday, February 14, 2017 at 9:43:08 AM UTC-5, Jeremy Ruston wrote:
>
> Hi Matt
>
> On 14 Feb 2017, at 13:32, Matt Groth  wrote:
>
> The http.get request can also be seen in my network manager. Do you know 
> why the http.post might not be working, given that http.get does work?
>
>
> I’m not familiar with the http-post library that you’re using; perhaps 
> it’s doing something funky. I’d be inclined to just use the http module 
> unadorned.
>
> Best wishes
>
> Jeremy
>

-- 
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/739b0f8c-39e5-4482-88f2-2a2b0cf9a168%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Numeric position info in $list widget and other filters (working implementation)

2017-02-15 Thread Mat
Jeremy or Evan - any follow up on this?  I keep hitting cases where it 
would be useful. I believe a solution would also function as a kind of 
array, which should appeal to coders coming here.

Tobias' workaround IS an optoin but it's a bit contrived to explicitly add 
and deduct stuff for each item. Just generally, I reason that the items 
have a natural position in the provided filter output that one probably 
could take advantage of - alternatively; I assume the list widget runs 
through that number of iterations so some kind of counter could maybe 
follow along for each iteration... 

<:-)


Jeremy Ruston wrote:
>
> Hi Evan
>
> Jeremy, would it be possible to get an *unoptimized* version of the list 
> widget as a basis for customization?  As it is, it looks like the 
> optimization adds a lot of code complexity and it's a little hard to know 
> what to strip out without a strong understanding of TW's codebase.
>
>
> I'll try to do it if I have a chance. To be honest, it may be easier to go 
> the other way: to take a generic widget and gradually add the list 
> functionality in bits and pieces.
>
>

-- 
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/12ea46f5-ac47-426b-9be7-d14da7ab9a24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: (TW5) Live preview of WikiText?

2017-02-15 Thread Captain Packers
I don't see a preview pane. Is it not available when running node.js 
tiddlywiki?

On Thursday, January 2, 2014 at 5:17:50 AM UTC-5, Jeremy Ruston wrote:
>
> Hi Leo
>
> It sounds like you found the preview pane (it's not the same as the 
> codemirror plugin, btw), but that the problem is that it can get out of 
> vertical sync with the edit pane. That's certainly an issue, and one for 
> which there is no easy fix - it's one of many small ways in which 
> TiddlyWiki is encouraging you to break your writing up into smallish 
> chunks, and use transclusion to recombine the bits into a longer narrative.
>
> You may find Ton Gerner's guide for creating a fluid layout useful: wider 
> tiddlers do reduce the problem somewhat,
>
> Best wishes
>
> Jeremy
>
>
>
>
>
> On Thu, Jan 2, 2014 at 10:09 AM, Stephan Hradek  > wrote:
>
>> You did see the big button labeled "Show Preview" in TW5's Edit Mode, did 
>> you?
>>
>> -- 
>> 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 post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.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/0d995e5d-1ba5-489d-8843-dc456d86c81f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Share all tiddlers that have a common tag

2017-02-15 Thread Jed Carty
I made tools to do exactly this as part of twederation, but depending on 
how you want to share them you can just use the export as json option under 
advanced search.

-- 
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/424ac3f8-a3bf-4106-ba38-0ad41e0a0591%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do you substitute a tiddler title into a macro parameter?

2017-02-15 Thread Jed Carty
This is a string concatenation problem. I wrote some stuff about this 
(http://inmysocks.tiddlyspot.com/#Concatenating%20text%20to%20make%20dynamic%20URLs
 
 and 
http://inmysocks.tiddlyspot.com/#Concatenating%20Strings%20-%20What%20Breaks)

The quick answer is you do this:

\define weeklyView()
<$macrocall $name="tabs"
  tabsList="[title{!!title}addsuffix[_Summary]][tag{!!title}sort[created]]"
  state="$:/state/daily_tab"
  default="$(currentTiddler)$_Summary"
  class="tc-vertical"
/>

\end

-- 
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/5246dcf1-0871-455b-9e2f-93c1fa33597e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How do you substitute a tiddler title into a macro parameter?

2017-02-15 Thread Jeff Vance
I'm having trouble substituting the title of a tiddler into an argument to 
the tabs macro.  What am I doing wrong?  This is in a macro I'm defining to 
take the title of the current tiddler, create tabs for all tiddler tagged 
by this one, then include an additional tiddler that has a "_Summary" 
suffix.  I want the summary tab selected by default.  It seems that the 
"default" argument is not working.


\define weeklyView()
<$macrocall $name="tabs"
  tabsList="[title{!!title}addsuffix[_Summary]][tag{!!title}sort[created]]"
  state="$:/state/daily_tab"
  default="{{!!title}}_Summary"
  class="tc-vertical"
/>
\end




-- 
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/3d12119c-0b98-4e52-9c4c-57bcdef6bcc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How can I embed an image into the header of each tiddler? (to implement a hit-counter)

2017-02-15 Thread Gesundelehre
Can someone maybe help me doing this?

It would be great if also i could activate/deactivate this option - because 
i want to embed a hitcounter-image (statcounter) but only when I export all 
tiddlers to separate files via node.js
If i have the single html-file i only need one hitcounter-image to be 
loaded at startup to count how many people visit my tiddlywiki.

Thanks for any help
Greetings

-- 
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/148da658-4dc7-46f6-b6bd-989107c994d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Share all tiddlers that have a common tag

2017-02-15 Thread Diego Mesa
Hello,

I'd like to know how I can *share* all tiddlers that have a certain tag? 
For example, I went to a conference and took notes and generated many 
tiddlers with many tags, but they are all grouped by the tag with the 
conference name. I'd like to share these tiddlers with someone, but not my 
other private tiddlers. 

-- 
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/c327b7dd-7d02-447d-9f6d-29c8f8e995a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5-Node.js] How to Refresh Tiddler List

2017-02-15 Thread Captain Packers
I love using Node.js with TiddlyWIki. I especially like the fact that I can 
run the same wiki on several devices and save the tiddlers to a google 
drive folder that I can then use Google Drive sync to sync my desktop to 
Google Drive and various android folder sync apps to keep those devices in 
sync.(At some point I'd like to look into using rsync with Termux to do the 
file syncing, but I'm not there yet.)

One thing I've noticed is that a tiddler created on one device may not look 
like it is available on another, even if the tiddler file is present. 

I've found that if I restart my nodejs tiddlywiki server that it apparently 
performs some sort of a file list refresh or rebuild of my tiddlers and 
then the new tiddler is available for viewing and editing.

What I'm wondering is if there is any other way to refresh the local 
TiddlyWiki or force it to reread the tiddler folder so that new .tid files 
are added to its cache or file list that it builds, or is restarting the 
server the best way to accomplish this.

Thanks in advance for sharing your expertise.

-- 
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/7b52cd51-c0dc-4ee9-9081-ad658c601ed2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Different actions to different tiddlers with one click/button possible?

2017-02-15 Thread The Bo
Hey,

I try to build some sort of "TOC-toggle" where I want to remove not used 
TOC-Tiddlers temporarily so that they won't be displayed in the TOC.
The TOC is structured like this:

01
  010
   011
  0110
  01100
  0
  0111
02
...

I already found a way to bring back TOC-Tiddler with the following code:
<$button>
<$fieldmangler tiddler=<>>
<$set name="digit-pattern4" value="(^[0-9]{5}\s)">
<$list filter="[is[tag]!tag[#]has[toc_inactive]regexp:title
]">
<$action-setfield $field='tags' $value={{!!toc_inactive}}/>
<$action-deletefield toc_inactive/>

<$set name="digit-pattern3" value="(^[0-9]{4}\s)">
<$list filter="[is[tag]!tag[#]has[toc_inactive]regexp:title
]">
<$action-setfield $field='tags' $value={{!!toc_inactive}}/>
<$action-deletefield toc_inactive/>

<$set name="digit-pattern2" value="(^[0-9]{3}\s)">
<$list filter="[is[tag]!tag[#]has[toc_inactive]regexp:title
]">
<$action-setfield $field='tags' $value={{!!toc_inactive}}/>
<$action-deletefield toc_inactive/>

<$set name="digit-pattern1" value="(^[0-9]{2}\s)">
<$list filter="[is[tag]!tag[#]has[toc_inactive]regexp:title
]">
<$action-setfield $field='tags' $value={{!!toc_inactive}}/>
<$action-deletefield toc_inactive/>








The Problem is, that I have to click four times. ;-)

Is there a simple way to do it in one click?

Regards
The Bo

-- 
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/e53c8476-aa78-429d-b868-1f7faf8399d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Dynamic mailto:

2017-02-15 Thread Stobot
Perfect! I didn't know about getindex - will have to read up on that. 

Thanks Jed

-- 
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/11ecd8c9-a761-4e83-9d11-d59125756046%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] A way to disable a checkbox ?

2017-02-15 Thread FrD
Hi Jed,

Thanks ! It seems indeed to be a very simple way to go.
I' ll use something like :


 Test

inside a reveal widget.

FrD


Le mercredi 15 février 2017 13:50:21 UTC+1, Jed Carty a écrit :
>
> I think that instead of modifying the widget you should use a reveal 
> widget to show a non-functional (or greyed out) html checkbox when you want 
> it to be disabled.
>

-- 
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/c301117d-38bf-48bd-b1f9-77941e0c8d84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] A way to disable a checkbox ?

2017-02-15 Thread Jed Carty
I think that instead of modifying the widget you should use a reveal widget 
to show a non-functional (or greyed out) html checkbox when you want it to 
be disabled.

-- 
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/0cbdd128-eab3-49fa-a472-1bf46950bea5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] A way to disable a checkbox ?

2017-02-15 Thread FrD
Hi all,

I'm playing with checkboxes for lists (as in travel lists, shopping lists, 
...). I'm using the checkbox widget.

And I'd like to be able to disable some checkboxes in a list when they are 
not relevant in a given context.

A way to disable a checkbox created by the checkbox widget does not seem to 
be provided.

Any hint on how to modify the widget ?

Thanks in advance.

FrD

-- 
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/8a292542-0666-4749-96fc-27d835033ab6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Multiple headings in tiddler

2017-02-15 Thread Boro Wik
Ohh thanks, I'm an idiot, sorry.

-- 
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/da657ba0-e00a-4cbf-bcdf-d211b7a05004%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Multiple headings in tiddler

2017-02-15 Thread PMario
Good catch Ton. .. I did copy the stuff and immediately formatted it :) ... 
my bad .. so everything worked out of the box ... for me 
Then I checked the dome if  is created ... 
have fun!
-m

-- 
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/4c2d8e18-9c97-405b-b82e-e65b45a5e153%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Multiple headings in tiddler

2017-02-15 Thread PMario
Hi Boro Wik,

Everything works perfectly fine. Copy you content to tiddlywiki.com, edit a 
tiddler and paste it there. 

If you need different formatting, you'll need to adjust the CSS for 
headings. 

see: Using StyleSheets 
-m

-- 
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/00e6a294-e667-4f27-9514-981311722f23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Multiple headings in tiddler

2017-02-15 Thread Ton Gerner
Hi,

You need an empty line after 'some text':

! Head1
!! Head2
some text

!!! Head 3

Cheers,

Ton

-- 
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/30ec6d3e-d44f-480c-b8ae-0aff998b5e9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Multiple headings in tiddler

2017-02-15 Thread Boro Wik
Can you tell me why Head3 is not working?
! Head1
!! Head2
some text
!!! Head 3


-- 
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/77cdcdc2-b5f0-434d-981a-4cf73f6813a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.