[tw] Re: NoteStorm 2 for getting newbies hooked on TiddlyWiki

2016-07-18 Thread David Gifford
Thanks Josiah. I just got home from a trip and saw this. 

Dave

On Sunday, July 17, 2016 at 8:13:34 AM UTC-5, Josiah wrote:
>
> Its there at http://notestorm.giffmex.org/ for me ...
>
> On Sunday, 17 July 2016 14:44:10 UTC+2, Bob Wareham wrote:
>>
>> http://www.giffmex.org/NoteStorm.html 
>> 
>>  
>> Not found no link would have had a go but no link on youtube or this site
>>
>> On Tuesday, 21 August 2012 22:05:52 UTC+1, David Gifford wrote:
>>>
>>> Hi all
>>>
>>> Created a new version of NoteStorm http://www.giffmex.org/NoteStorm.html 
>>> that I am finding very fast for note-taking. There is a (hokey, I admit) 
>>> video tutorial in it, as well.
>>>
>>> I would love your feedback on it.
>>>
>>> Blessings 
>>>
>>> Dave Gifford
>>>
>>

-- 
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/0711a608-3d53-471f-bcce-449f2ef81a2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] use reveal for showing/hiding a button depending on if tiddler with a specific name does exist?

2016-07-18 Thread Eric Shulman
On Monday, July 18, 2016 at 4:11:14 PM UTC-7, c pa wrote:
>
> Yes. the shortcut macro call method does not allow you to pass evaluated 
> parameters. You need to use the long form macro call method
> <> does not work
> <$macrocall $name="Make_Something" thing={{$:/isms/tmp/NewISMSElement!!
> name_base}} /> will work
>

I just tested the following directly on www.TiddlyWiki.com:

\define thismacro(arg)
arg="$arg$"
\end

<$edit-text tiddler="temp" field="stuff"/>
<>

and it works just fine to use the transclusion in the macro syntax.

You can even use *named* arguments if you want, like this:

\define thismacro(arg1,arg2)
arg1="$arg1$"
arg2="$arg2$"
\end

<$edit-text tiddler="temp" field="stuff"/>
<$edit-text tiddler="temp" field="otherstuff"/>
<>

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/d089322e-f3ff-449a-aca8-5c2e24514e28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] use reveal for showing/hiding a button depending on if tiddler with a specific name does exist?

2016-07-18 Thread 'c pa' via TiddlyWiki
Hans,

Yes. the shortcut macro call method does not allow you to pass evaluated 
parameters. You need to use the long form macro call method

<> does not work

<$macrocall $name="Make_Something" thing={{$:/isms/tmp/NewISMSElement!!
name_base}} /> will work

-- 
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/b88451cf-ad9e-4791-bea2-00fdc16c168d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Exporter and Open by Tag

2016-07-18 Thread Jan

Hallo,
I just have build an Exporttool for the Sidebar which is able to export 
by user-name and to export the current story.
And because it may also be helpful to export a certain tag, I 
implemented a function to open tiddlers by tag in the story.


The only issue is that the inputfields are a little slow to react. I do 
not know yet how to change this, help and comments are appreciated.


Cheers 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/578D5A87.1090707%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.
[
{
"created": "20160718192223477",
"creator": "JR",
"text": "\\define openalltagged()\n<$button 
class=\"openalltagged\">\nopen <>\n<$list filter=<> 
variable=\"tid\">\n<$action-navigate 
$to=<>/>\n\n\n\\end\n\\define tagexport() 
\n[tag[$(tagone)$]search[$(tagtwo)$]]\n\\end\n<$set name=\"tagone\" 
value={{$:/macros/Exporter/Tags!!tagone}}>\n<$set name=\"var-user-filter\" 
value=<> >\n\nTag:<$edit-text 
tag=\"input\" tiddler=\"$:/macros/Exporter/Tags\" field=\"tagone\" default=\"\" 
placeholder=\"Tag\"/>\nContains the string:<$edit-text tag=\"input\" tiddler=\"$:/macros/Exporter/Tags\" 
field=\"tagtwo\" default=\"\" placeholder=\"may be left 
empty...\"/>\n\n<$set name=\"tagtwo\" 
value={{$:/macros/Exporter/Tags!!tagtwo}}>\n<$set name=\"tagone\" 
value={{$:/macros/Exporter/Tags!!tagone}}>\n<>\n<$list 
filter=<> ><$link><>\n",
"modified": "20160718223526559",
"modifier": "JR",
"tagone": "",
"tags": "task Inventar done",
"tagtwo": "",
"title": "$:/macros/Exporter/Tags"
},
{
"created": "20160712233059161",
"creator": "JR",
"text": "Export all Tiddlers in the Story <$macrocall 
$name=\"exportButton\" exportFilter=\"[list[$:/StoryList]]\" 
lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n\n{{$:/core/ui/SideBar/Open}}\n\n{{$:/macros/Exporter/Tags}}",
"caption": "Export  the story",
"modified": "20160718220638282",
"modifier": "JR",
"storytag": "Inventar",
"tags": "task Inventar $:/tags/Macro $:/macros/Exporter urgent",
"title": "$:/macros/Exporter/Story"
},
{
"created": "20160702002458026",
"creator": "JR",
"text": "<>\n\n",
"caption": "{{$:/core/images/export-button}}",
"limit": "10",
"modified": "20160718223034342",
"modifier": "JR",
"tags": "task Inventar $:/tags/SideBar exporter done",
"title": "$:/macros/Exporter"
},
{
"created": "20160712183816193",
"creator": "JR",
"text": "\\define userexport() 
\n[modifier[$(exportuser)$]!is[system]!sort[modified]limit[$(exportnum)$]]\n\\end\n<$set
 name=\"exportnum\" value={{$:/macros/Exporter/User!!limit}}>\n<$set 
name=\"exportuser\" value={{$:/status/UserName}}>\n<$set 
name=\"var-user-filter\" value=<> >\n\nExport the newest 
{{$:/macros/Exporter/User!!limit}} Tiddlers by {{$:/status/UserName}}  
<$macrocall $name=\"exportButton\" exportFilter=<> 
lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n\n<$edit-text tag=\"input\" 
tiddler=\"$:/macros/Exporter/User\" field=\"limit\" 
default=\"Wieviele?\"/>\n<$set name=\"exportnum\" 
value={{$:/macros/Exporter/User!!limit}}>\n<$edit-text 
tiddler=\"$:/status/UserName\" tag=\"input\" type=\"text\"/>\n<$set 
name=\"exportnum\" value={{$:/macros/Exporter/User!!limit}}>\n<$set 
name=\"exportuser\" value={{$:/status/UserName}}>\n<$list 
filter=<> ><$link><>\n",
"caption": "Export by Username",
"limit": "13",
"modified": "20160718221504786",
"modifier": "JR",
"tags": "task Inventar $:/tags/Macro $:/macros/Exporter done",
"title": "$:/macros/Exporter/User"
}
]

Re: [tw] [TW5] very strange styles of text area in 5.1.12

2016-07-18 Thread sini-Kit
Hi Jeremy! I use IE 11.494.10586.0 
editor toolbar works good in IE, but I write // !! '' __ manual by habit :)

I have update my tiddlywiki shop demo with my modification of framed.js  
http://heeg.ru/test/heeg_4_1.html  ( http://heeg.ru/heeg4.1.zip ) and plan 
to make YouTube lesson about new toolbar and {{ [[ <<  and how to make your 
own design in TW5 using CSS and color palettes  :) 

 

понедельник, 18 июля 2016 г., 17:19:16 UTC+3 пользователь Jeremy Ruston 
написал:

> Hi sini-Kit
>
> > I try to understand why 5.1.12 works slower in edit mode than older 
> versions. 
> > In doom tree I see this style of the text area
> > I think think that old variant is better.
>
> The reason for the copied styles is that with the new editor, the textarea 
> element is embedded in an iframe. This is done so that it has independent 
> focus handling from the rest of the page, but it has the side-effect that 
> styles are not inherited, hence the copying.
>
> Originally, the code just copied the styles when the textarea was created, 
> but I received feedback that it was confusing that the background colour of 
> textareas thus didn’t change dynamically during a palette change, so I 
> changed things to re-copy the computed styles on every refresh cycle.
>
> I guess there are several things to investigate:
>
> * Whether you’d get acceptable performance with the original behaviour of 
> only copying the styles during widget creation
> * Whether the style copying itself can be made more efficient. It may be 
> that there is a particular style property that is very slow to assign, for 
> example.
>
> What version of IE are you using? Do the editor toolbar buttons work as 
> expected?
>
> Best wishes
>
> Jeremy
>
> I have removed this line from framed.js
>  // Copy all styles
>  $tw.utils.copyStyles(this.dummyTextArea,this.domNode); 
>
>
> and now IE woks fast :)
>
> textarea style becomes 
>
> 
>
>
>
> -- 
> 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/e3d5d04c-86dd-4dac-ab4e-c57669e18d8e%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/cee8ca15-fcbd-472e-b03a-8bba4b0981b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] More twederation from the meetup

2016-07-18 Thread 'Mark S.' via TiddlyWiki
I'm commenting here since I'm not sure that posts will show up on 
Twederation at the moment.

Either the "add new" function, or the "fetching from google" function 
appears to not be applying/using the new "role" field (twServer). So 
twCards may be spreading with incorrect info. How does one fix a TWcard 
(for everyone, not just one's own card). If you fix a card, will the 
corrected card be disseminated ?

Mark


On Saturday, July 16, 2016 at 7:04:48 AM UTC-7, Jed Carty wrote:
>
> There have been some changes to the twederation plugins that break a lot 
> of what currently exists. There are updated plugins on 
> http://twederation.tiddlyspot.com, so if you have an existing wiki you 
> can use those plugins. The starting edition isn't updated so you shouldn't 
> use that yet. I should update that either late tonight when I get home or 
> tomorrow morning sometime. But until you do that update things are broken. 
> Also there are changes to twCards and posts that will break existing 
> things. The changes should be listed on a post on 
> twederation.tiddlyspot.com  so you can do the modifications manually if 
> you want.
>

-- 
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/31f20520-ff85-43dd-a5fe-ebdcc5ac70d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: What do you recommend for changing image orientation or rotating an image by 90 degrees?

2016-07-18 Thread Jeremy Ruston
The issue here sounds like the problem that some cameras encode portrait images 
as landscape bitmaps along with a metadata command to rotate the image by 90 
degrees on rendering. Unfortunately, some browsers don't understand the "rotate 
90 degrees" command. Generally, it has to be fixed by opening and resaving the 
image in an image editor.

Best wishes

Jeremy

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

> On 18 Jul 2016, at 16:26, j  wrote:
> 
> Oh ok, I was thinking there was a way to do it in TiddlyWiki for some reason. 
>  But I can certainly rotate the image with an image editor first.
> 
>> On Sunday, July 17, 2016 at 7:23:31 PM UTC-6, j wrote:
>> I have an application where I am importing images into a 5.1.12 version of 
>> TiddlyWiki.  But all of the images come in in landscape mode and some should 
>> in portrait or vertical mode and I haven't been able to figure out how to 
>> rotate them.
> 
> -- 
> 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/de02b554-77a7-4175-8d43-cfe732b013b2%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/8309E5FC-0889-426F-8C4A-DFE12F2E6EB2%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What do you recommend for changing image orientation or rotating an image by 90 degrees?

2016-07-18 Thread j
Oh ok, I was thinking there was a way to do it in TiddlyWiki for some 
reason.  But I can certainly rotate the image with an image editor first.

On Sunday, July 17, 2016 at 7:23:31 PM UTC-6, j wrote:
>
> I have an application where I am importing images into a 5.1.12 version of 
> TiddlyWiki.  But all of the images come in in landscape mode and some 
> should in portrait or vertical mode and I haven't been able to figure out 
> how to rotate them.
>

-- 
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/de02b554-77a7-4175-8d43-cfe732b013b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tags quandary - how do I merge tag that have different case

2016-07-18 Thread reaktorblue
You may also want to check out the Search and Replace Tag wizard from Tobi 
Beer - http://tobibeer.github.io/tb5/#Search%20And%20Replace%20Tag

-- 
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/f0468e3b-d6ed-4f41-a5f8-99fffa782097%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What is the maximum file size for TW5 at acceptable performance

2016-07-18 Thread 'Mark S.' via TiddlyWiki
One of the biggest differences is when you input. There apparently is some 
sort of re-iterative loop going that can't be turned off. It makes typing 
really slow on big files and/or slower (tablet) machines. There was 
supposed to be a fix that would let you dial down the effect, but I set it 
low and high and it didn't make any difference. 
Mark

On Sunday, July 17, 2016 at 5:28:56 PM UTC-7, Fatso Tutor wrote:
>
> Hi Guys,
>
> This question has been asked before but on old versions of TW - as far as 
> I can search. I would like to know the latest wisdom on this question.
>
> Many 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/2ac5dfae-0862-44b2-9291-6040a1ccdd53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] very strange styles of text area in 5.1.12

2016-07-18 Thread Jeremy Ruston
Hi sini-Kit

> I try to understand why 5.1.12 works slower in edit mode than older versions. 
> In doom tree I see this style of the text area
> I think think that old variant is better.

The reason for the copied styles is that with the new editor, the textarea 
element is embedded in an iframe. This is done so that it has independent focus 
handling from the rest of the page, but it has the side-effect that styles are 
not inherited, hence the copying.

Originally, the code just copied the styles when the textarea was created, but 
I received feedback that it was confusing that the background colour of 
textareas thus didn’t change dynamically during a palette change, so I changed 
things to re-copy the computed styles on every refresh cycle.

I guess there are several things to investigate:

* Whether you’d get acceptable performance with the original behaviour of only 
copying the styles during widget creation
* Whether the style copying itself can be made more efficient. It may be that 
there is a particular style property that is very slow to assign, for example.

What version of IE are you using? Do the editor toolbar buttons work as 
expected?

Best wishes

Jeremy

> I have removed this line from framed.js
>  // Copy all styles
>  $tw.utils.copyStyles(this.dummyTextArea,this.domNode);
> 
> 
> and now IE woks fast :)
> 
> textarea style becomes
> 
>  placeholder="Введите текст заметки">
> 
> 
> 
> -- 
> 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/e3d5d04c-86dd-4dac-ab4e-c57669e18d8e%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/CD49D9BA-7859-48E8-91CB-14891BB41DC2%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What is the maximum file size for TW5 at acceptable performance

2016-07-18 Thread 'Stephen Kimmel' via TiddlyWiki
That depends on your computer. 

I use several ranging from a Amazon Kindle Fire tablet to desktop that is a 
few years old. Nothing larger than about 4 mb will work acceptably with the 
tablet whereas the desktop starts to show signs of bogging down with the 
Bible Tiddlywikis which are about 11 mb with about 35,000 tiddlers. Certain 
operations such filtered lists are unacceptably slow on my desktop. Even if 
testing a tiddler for whether it meets filter criteria only takes a 
fraction of a second, when it has to do it 31000 times for a single list 
and depending on what is being displayed such as a recent list several 
times that, it will become noticeable. On a slower computer, it will become 
unacceptable. As Jed said, complex tiddlers will also slow the process down.

My desktop has never succeeded in importing the entire Bible wiki into the 
newer version of TiddlyWiki. I suspect that has to do with how TiddlyWiki 
handles imports. My guess is that it attempts to read the entire wiki into 
a temporary tiddler and then converts the selected tiddlers. If that's true 
then the amount of free ram would be the limitation.

In any case, I find the practical upper limit is in the range of 30,000 - 
40,000 tiddlers and somewhere in the 12 mb range.

-- 
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/8c1759b7-da58-4173-9b7f-1c54f417f49e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tags quandary - how do I merge tag that have different case

2016-07-18 Thread Farayi Chambati
Much appreciated RichardWilliamSmith,

I will have a play in a sandbox and I will add it into production.

On Monday, July 18, 2016 at 8:52:16 PM UTC+12, Farayi Chambati wrote:
>
>
> I have a tag like "Movie" and "movie". How do I rename one or how I merge 
> these? My queries are now very complicated because of this. OR what do you 
> recommend?
>
>
>

-- 
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/f00761eb-be0c-4e1c-a0b5-d7006bb0b365%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tags quandary - how do I merge tag that have different case

2016-07-18 Thread RichardWilliamSmith
Hi Farayi,

I made this for you, it's a "tag re-tagger" - it can swap one tag for 
another (existing) tag over all tiddlers. let me know if it works. Please 
make a copy of your wiki before using it.

Copy the following into a tiddler - it doesn't matter what it's called;

!!!This removes one tag and adds another

Be careful. There is no undo.







remove





<$select tiddler=<> field="tagtoremove" default='notset'>

<$list filter='[all[tiddlers]tags[]]'>

> field="tagtoremove"><$view 
> field='title'/>









and add





<$select tiddler=<> field="tagtoadd" default='notset'>

<$list filter='[all[tiddlers]tags[]]'>

> field="tagtoadd"><$view 
> field='title'/>









<$set name="newTag" value={{!!tagtoadd}}>

<$set name="oldTag" value={{!!tagtoremove}}>

<$button>

<$list filter="[all[shadows+tiddlers]tag{!!tagtoremove}]">

<$fieldmangler>

<$action-sendmessage $message="tm-add-tag" $param=<>/>

<$action-sendmessage $message="tm-remove-tag" $param=<>/>





Click me!



















<$list filter="[all[shadows+tiddlers]tag{!!tagtoremove}]">

<$link>{{!!title}}











<$list filter="[all[shadows+tiddlers]tag{!!tagtoadd}]">

<$link>{{!!title}}














If you want to put this tool in the control panel, give it the tag 
$:/tags/ControlPanel and if you want it to disappear from the regular 
search results, give it a title that starts with $:/

Regards,
Richard

On Monday, July 18, 2016 at 6:52:16 PM UTC+10, Farayi Chambati wrote:
>
>
> I have a tag like "Movie" and "movie". How do I rename one or how I merge 
> these? My queries are now very complicated because of this. OR what do you 
> recommend?
>
>
>

-- 
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/bab3a196-3924-4e8e-9dfe-d6acf9ba7956%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Random Thoughts about the new version of TW.

2016-07-18 Thread Mat
Dragon Cotterill wrote:

Now one of the other thoughts I had was in the concept of data Tiddlers. I 
> know Mario wants to see all the data of any given Tiddler, but that's a 
> different matter. :) You should be able to have data WITHOUT the concept of 
> how it should be displayed, but use another Tiddler as the actual layout. 
> We have the ViewTemplate tiddler, but if you break that down to a smaller 
> level you can start to build up the Tiddlers to produce stronger concepts.
>

Unless I misunderstand what you're after; this is implemented in TW5 e.g by 
use of

{{||template}}

possibly also the TiddlerWidget  
(which, embarrassingly, I've not quite grasped yet)

 <:-)

-- 
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/fb01f394-b423-47b7-bdce-90a33f22b735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Random Thoughts about the new version of TW.

2016-07-18 Thread Mat
On Sunday, July 17, 2016 at 1:13:24 AM UTC+2, Dragon Cotterill wrote:
>
> [...] For example how do we handle the importing of Tiddlers with the same 
> Title?
> I feel that it is very disingenuous to force users to create shared 
> Tiddlers with different names. At the moment we are doing this by adding 
> the creators name to the end of the Tiddler's Title. This I feel is a big 
> mistake. The naming of the Tiddlers should NOT be enforced like this. The 
> creator should be free to name them however they want. But of course this 
> throws a spanner in the works when names clash.
>

While I do also think universally unique IDs are a good idea, I think there 
are some misunderstandings (hopefully not on my side, but it may be!)

First, just to be clear; the user isn't forced to do anything manually - 
the titeling is created in the fetching-of-the-tiddler process. Second, and 
again just to prevent misunderstandings; it is not "the creators name" that 
is added but the unique identifier used in TWederation, namely the URL for 
the wiki. Third, there is also an addition of a time stamp as part of the 
title. So the tiddle becomes named something like

original title - URL - timestamp

(I might have the order wrong)

Now, it is in deed simple to *present* this name as only the original 
title. One way is the caption field as Eric mentions and another way might 
be my aliases  concept (it works but there 
are some minor tidbits I must straighten out.)

As I said though, unique hash key for each tiddler does seem sensible to 
me, but I have very limited experience in databases so I can't quite argue 
on the matter. In the pub discussion we had, at least Mario and I, there 
was however another point in this:

To use a tiddler ID as a way to track its origin. A kind of DNA as Mario 
put it. So that in (eg) an identifying character sequence, a few of the 
characters remain from the origin but other characters concern the current 
version of that tiddler. Mario will have to explain the details but it is a 
fascinating idea and it would perhaps enable us to create overviews of how 
tiddlers (e.g plugins) evolve. I think it would also be a way to "branch" 
and be able to automatically credit original authors better.


Tiddlers change. At present if a federated tiddler is changed, that change 
> is not propagated (or have misunderstood the workings of TWederation? 
> Mat?). If a parent tiddler is deleted, what becomes of the orphans? Yes, 
> there is still much to discuss on this.
>

You're right; no "propagation" since the whole idea centers around 
*fetching*, i.e copying a remote tiddler into your own TW but renaming the 
copy in the process. So there is no "propagation" unless you fetch *again*.

If a parent is deleted in your TW... well, then you have loose orphans just 
like if you have a tiddler tagged with some other tiddler title (or 
be-fielded with some other tiddler title) and delete that "parent". It is 
up to you what you do with the orphans, they're just normal tiddlers. We 
could easily create a batch-delete macro to delete a complete "discussion" 
(side note: "discussions" are just one use for TWederation. The general 
case is, I guess, simply "related tiddlers").

@Jed, @Jeremy - A serious problem if the ID is based on the title is; if I 
"fetch again"... but the tiddler has been renamed since last time... then 
what? There is no way to tell the renamed tiddler has anything to do with 
the old title. Or am I misunderstanding something?


<:-)

-- 
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/6eab4caa-dec9-49b2-8264-f0e0fd572570%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyWiki European Meetup 2016

2016-07-18 Thread Mat
Josiah wrote:
>
> there is no way I could follow for hours.
>

As an incentive for viewers to follow along carefully, it was decided to at 
(only) one point during the recordings disclose the un-official URL where 
we stored all the notes, the new widgets and the prototype for TW2000. I 
tried to protest against this but then Xavier and Jed threatened to "use 
the stamping tool on me" if I ever disclosed the URL, so I'm sorry.

Other than that I think it is 
only http://tiddlywiki.com/tiddlywiki-eu-meetup-2016/ that sums things up. 
The biggest news is that TWederation is now really in place and we're 
polishing on some UI matters and Jeremy is working on a thing so that one 
can instantaneously create tiddlyspots or possibly neocity TWs.

<:-)

-- 
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/f98d2e3e-43bb-4d53-a523-820df9579cba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyWiki European Meetup 2016

2016-07-18 Thread Alex Hough
I didn't make it :(

Yes, I'd like to read any reports / ideas / initiatives coming out of the
session

Alex

On 17 July 2016 at 20:14, Josiah  wrote:

> I'm just wondering if you write up (briefly) the outcome of that get
> together?
>
> From my point of view the sound was not so good. In any case there is no
> way I could follow for hours.
>
> I guess I'm interested in where it came out?
>
> J, x
>
> On Saturday, 16 July 2016 11:08:31 UTC+2, Jeremy Ruston wrote:
>>
>> Today's live stream is available at:
>>
>> https://plus.google.com/events/cfk7k5473fv0i4jfj89j3koo038
>>
>> If you'd like to join in and be part of the discussion:
>>
>>
>> https://hangouts.google.com/hangouts/_/hoaevent/AP36tYe0FAWmaYqqLwZSgSi5cv0PnxvbSyhlFSA5JUPAvq_xFpr4Ug
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> On Sat, Jul 16, 2016 at 8:50 AM, Jeremy Ruston 
>> wrote:
>>
>>> Hi Josiah
>>>
>>> Your voice is excellent. REALLY. You could do voiceovers for movies.
>>>
>>>
>>> Ahem, thank you!
>>>
>>> Unfortunately the sound overall is poor. As a filmmaker I can tell you
>>> you need a professional mike designed to attenuate itself to focal sound.
>>> Part of the problem looks like the room is too big for standard computer
>>> mikes to be able to attenuate speech from ambience. The best bet, lacking
>>> full technical support, may be to use any simple extension mike and get
>>> people to speak into it fairly closely.
>>>
>>>
>>> Yup, we don't have a decent microphone between us, but I plan to try
>>> using an ipad as a dedicated camera/microphone. We'll see how it goes.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>> Best wishes
>>> Josiah
>>>
>>>
>>> On Friday, 15 July 2016 16:38:14 UTC+2, Jeremy Ruston wrote:

 Hi Mark

 Yes indeed, I'm afraid we're just using the laptop mikes, which are not
 good! Will try to figure out something better

 Best wishes

 Jeremy

 --
 Jeremy Ruston


 On 15 Jul 2016, at 15:30, 'Mark S.' via TiddlyWiki <
 tiddl...@googlegroups.com> wrote:

 Maybe, a better room mike? Can be hard to pick out voices.

 - ook

 Mark

 On Friday, July 15, 2016 at 4:44:00 AM UTC-7, Jeremy Ruston wrote:
>
> The live stream is up and running:
>
> http://tiddlywiki.com/tiddlywiki-eu-meetup-2016/#LiveStream
>
> Best wishes
>
> Jeremy.
>
> On Wed, Jul 13, 2016 at 8:41 AM, Sylvain Naudin 
> wrote:
>
>> Hello !
>>
>> I'm affraid, I will not be with you :(
>> Hope I can follow you online !
>>
>> Cheers,
>> Sylvain
>>
>
>
>
> --
> 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@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/1f7f4e45-9929-45f8-a133-cc460ea5724d%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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@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/3dc46fb0-1bd6-4abb-8c90-780af8adc93c%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>
>>
>> --
>> 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/add4a8c9-db14-44ff-ad32-8eeb0d4123a8%40googlegroups.com
> 
> .
>
> For more options, visit 

[tw] Tags quandary - how do I merge tag that have different case

2016-07-18 Thread Farayi Chambati

I have a tag like "Movie" and "movie". How do I rename one or how I merge 
these? My queries are now very complicated because of this. OR what do you 
recommend?


-- 
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/f6c9f3d4-07c6-4c02-941d-3429326e5f86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What is the maximum file size for TW5 at acceptable performance

2016-07-18 Thread Farayi Chambati
That is good to know.


On Monday, July 18, 2016 at 7:47:31 PM UTC+12, Jed Carty wrote:
>
> aide from the initial load time I don't think that file size is a good 
> indicator of performance. The wikitext complexity seems to be what 
> determines performance. 

-- 
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/3b4d7405-a872-4766-bc26-d99eb283cc90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What is the maximum file size for TW5 at acceptable performance

2016-07-18 Thread Jed Carty
aide from the initial load time I don't think that file size is a good 
indicator of performance. The wikitext complexity seems to be what determines 
performance. 

-- 
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/a9cd66fb-89e7-416f-93c1-ba0272fce062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What do you recommend for changing image orientation or rotating an image by 90 degrees?

2016-07-18 Thread Dragon Cotterill


On Monday, 18 July 2016 02:23:31 UTC+1, j wrote:
>
> I have an application where I am importing images into a 5.1.12 version of 
> TiddlyWiki.  But all of the images come in in landscape mode and some 
> should in portrait or vertical mode and I haven't been able to figure out 
> how to rotate them.
>

I use ImageMagick for my image manipulations.

The Convert command will do it for you. See 
http://www.imagemagick.org/script/command-line-options.php#rotate
 

-- 
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/fbf8215e-35cd-46cf-988d-9496686ee7fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.