[tw] Re: Renaming tags (search and replace)

2017-11-29 Thread Leopold Bloom
I was able rename a bunch of tags today with your code (used the version 
from TW5 Magick). It was a trivial change - tag capitalisation. It would 
have been tedious to change each by hand. I thought the Tag Manager will be 
able to do this natively (v 5.1.14), but no luck and while searching for a 
solution, your post was the first hit. Thank you.

A question to others: Is this the best way to rename tags, any chance this 
feature coming to Tag Manager?

On Tuesday, 14 January 2014 22:20:41 UTC+5:30, Alberto Molina wrote:
>
> I have just created a tiddler that allows me to search and replace the 
> name of my tags. It works with two steps: 
>
>1. It shows the tiddlers with the old "to-be-replaced" tags. With a 
>checkbox, I can give them the new tags.
>2. It shows the tiddlers with the old AND new tags. With a checkbox, I 
>can remove the old tags.
>
> I guess it could be done with a single step, but I'm not a programmer so I 
> don't know how to do that. (I've tried and failed!)
> The title of the tiddler is "RenameTags". 
> The old name is written in a field called: "search".
> The new name is written in a field called: "replaceby".
>
> This is the content of the tiddler:
>
> |!Search tag: | {{!!search}} |
> |!Replace by: | {{!!replaceby}} |
>
> ---
>
> !First step
> !!//Apply the new tag to the following tiddlers//
> <$list filter=
> "[!has[draft.of]tag{!!search}!tag{!!replaceby}sort[created]]">
> <$checkbox tag={{RenameTags!!replaceby}}><$link to={{!!title}}><$view 
> field="title"/>
> 
>
> !Second step
> !!//Remove the old tag from the following tiddlers//
> <$list filter="[!has[draft.of]tag{!!search}tag{!!replaceby}sort[created]]"
> >
> <$checkbox tag={{RenameTags!!search}}> ~~<$link to={{!!title}}><$view 
> field="title"/>~~
> 
>
>
>
>
>

-- 
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/d505b62d-5d9e-4188-af8c-d4a948542878%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to get mytemplate title when we use {{||mytemplate}}?

2017-11-29 Thread Siniy-Kit
Hi! I make  tiddler with title  mytemplate and text <>, 
<>
then I make NewTiddler with text {{||mytemplate}}

the result is 
NewTiddler, NewTiddler 

but i want to get result
NewTiddler, mytemplate

how can I get template title not as currenttiddler?

-- 
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/3b70b19c-2838-4f73-97f1-ccc2e4924197%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Full Text Search Plugin 1.0.0

2017-11-29 Thread Rob Hoelz
Hi TiddlyWiki users,

A while back I announced the initial release of my full text search plugin 
- I'm pleased to announce that I've finished another round of work on it 
and am declaring the result 1.0.0!

This plugin provides a new search page that works off of a full text search 
index, which uses things like stemming (so that "tag", "tags", and 
"tagging" are treated the same) and stop words (so that words like "the", 
"an", etc are ignored).  Search results are ordered by how relevant each 
matching document is to the query, which you may find to be more accurate 
than the built-in search!

The new version includes a few improvements I've made as a developer - to 
the user, the big improvement is using Web Workers to build the index, 
resulting in a 10x speedup!  I also added an experimental feature called 
"query expansion", which allows you to tell the plugin to treat certain 
words as synonyms.  If this feature looks like it'll be useful in the 
future, I'll improve the code around it and add some user-friendly UI, as 
well as some usage documentation.

You can get the plugin here: 
https://hoelz.ro/files/fts.html#%24%3A%2Fplugins%2Fhoelzro%2Ffull-text-search

-Rob

-- 
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/4bf5faa4-9b01-491c-a9ad-9f33daced4d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-29 Thread TonyM
Ste,

The context is important. If the current tiddler is a link within other 
tiddlers, it will be listed under Info > Reference, you can also see what 
it is tagging, if it has a list or is in a list.

Regards
Tony


Just to derail slightly but... 
> When I read 'but using the info panel on relevant tiddlers you can find 
> everywhere it is mentioned.' my reaction was EH? YOU CAN... HMMM let's have 
> a look! 
>
> I think I'd ignored the info button completely. 
> 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/d82c2be4-fb6d-42b6-9ccd-e68ea97b0acd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Transclusion and Templates on Tiddler text-body?

2017-11-29 Thread 'Mark S.' via TiddlyWiki
If your template tiddler is like this:

<$list filter="[all[current]has[template]]">
<$transclude tiddler={{!!template}}/>


It will transclude the tiddler stored in the template field of any tiddler 
that has a 'template' field. 

--Mark

On Wednesday, November 29, 2017 at 2:18:57 PM UTC-8, Diego Mesa wrote:
>
> Hey Mario,
>
> That makes sense - I can conceptually see how to accomplish this by having 
> a header and footer "template" that only gets included in Research Journal 
> entries. 
>
> I was just wondering if something like this is possible via transclusion, 
> or templating. Something like a field: 
>
> template: Research Journal Template
>
> And ever tiddler that has that field will get "stylized" by that template 
> tiddler. 
>
> On Wednesday, November 29, 2017 at 4:08:21 PM UTC-6, PMario wrote:
>>
>> Hi Diego, 
>>
>> IMO you can split it into 3 parts. 
>>
>> title: header
>> tag: $:/tags/ViewTemplate
>> list-before: $:/core/ui/ViewTemplate/body
>>
>> Your stuff above the tiddler text. 
>> 
>>
>> and
>>
>> title: footer
>> tag: $:/tags/ViewTemplate
>> list-after: $:/core/ui/ViewTemplate/body
>>
>> 
>> Your stuff below the tiddler text. 
>>
>>
>> The problem is, that this is visible for every tiddler. 
>>
>> If you don't want that you can do this for the footer and the header.
>>
>> <$list filter="[all[current]tag[Journal]]">
>>
>> title: footer
>> tag: $:/tags/ViewTemplate
>> list-after: $:/core/ui/ViewTemplate/body
>>
>> 
>> Your stuff below the tiddler text. 
>>
>> 
>>
>>
>> Which will show the stuff only, if a tiddler is tagged "Journal"
>>
>>
>> have fun!
>> 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/803a072d-bef3-473e-8a78-3687d4cf02bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Transclusion and Templates on Tiddler text-body?

2017-11-29 Thread Diego Mesa
Hey Mario,

That makes sense - I can conceptually see how to accomplish this by having 
a header and footer "template" that only gets included in Research Journal 
entries. 

I was just wondering if something like this is possible via transclusion, 
or templating. Something like a field: 

template: Research Journal Template

And ever tiddler that has that field will get "stylized" by that template 
tiddler. 

On Wednesday, November 29, 2017 at 4:08:21 PM UTC-6, PMario wrote:
>
> Hi Diego, 
>
> IMO you can split it into 3 parts. 
>
> title: header
> tag: $:/tags/ViewTemplate
> list-before: $:/core/ui/ViewTemplate/body
>
> Your stuff above the tiddler text. 
> 
>
> and
>
> title: footer
> tag: $:/tags/ViewTemplate
> list-after: $:/core/ui/ViewTemplate/body
>
> 
> Your stuff below the tiddler text. 
>
>
> The problem is, that this is visible for every tiddler. 
>
> If you don't want that you can do this for the footer and the header.
>
> <$list filter="[all[current]tag[Journal]]">
>
> title: footer
> tag: $:/tags/ViewTemplate
> list-after: $:/core/ui/ViewTemplate/body
>
> 
> Your stuff below the tiddler text. 
>
> 
>
>
> Which will show the stuff only, if a tiddler is tagged "Journal"
>
>
> have fun!
> 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/e9a94f22-583f-4e9a-8b46-71b21cbad54e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Adding a new index to a JSON data tiddler

2017-11-29 Thread Rob Hoelz
Ah, exploiting the fact that the length of the array is the next index - 
nice trick!  Thanks, Joshua - that should work nicely.

On Wednesday, November 29, 2017 at 12:21:29 PM UTC-6, Joshua Fontany wrote:
>
> If the JSON tiddler is a flat array:
> [  ]
> not
> { ... }
> then zero-based numerals function fine for the index.
>
> Button to add the content of [[$:/temp/newIndex]] to the JSON tiddler 
> defined in {{$:/temp/newIndex!!parent}}:
>
> <$set name="i" filter="[{$:/temp/newIndex!!parent}indexes[]count[]]">
> <$button><$action-setfield $tiddler={{$:/temp/newIndex!!parent}} $index=<> 
> $value={{$:/temp/newIndex!!text}} />
> Add Index
> 
> 
>
> Tested on Tiddlywiki.com, works fine with both JSON tiddler types. If the 
> Json tiddler starts empty it will be started as an object {"0":"test"}, but 
> if it is aready setup as an array, a new index will just be appended: 
> ["test"] -> ["test,"test"]
>
> Best,
> Joshua Fontany
>

-- 
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/dc5ffd1c-52de-4325-be3b-bebd30ef8fac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Transclusion and Templates on Tiddler text-body?

2017-11-29 Thread PMario
Hi Diego, 

IMO you can split it into 3 parts. 

title: header
tag: $:/tags/ViewTemplate
list-before: $:/core/ui/ViewTemplate/body

Your stuff above the tiddler text. 


and

title: footer
tag: $:/tags/ViewTemplate
list-after: $:/core/ui/ViewTemplate/body


Your stuff below the tiddler text. 


The problem is, that this is visible for every tiddler. 

If you don't want that you can do this for the footer and the header.

<$list filter="[all[current]tag[Journal]]">

title: footer
tag: $:/tags/ViewTemplate
list-after: $:/core/ui/ViewTemplate/body


Your stuff below the tiddler text. 




Which will show the stuff only, if a tiddler is tagged "Journal"


have fun!
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/7dc90c8e-3042-4956-93d3-43b2499ab4d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-29 Thread PMario
On Wednesday, November 29, 2017 at 10:34:58 PM UTC+1, FrD wrote:
>
> I'm using your plugin on a PC  with windows 10, firefox 57. I've got some 
> TWs on Dropbox and others on the hard drive.
> Works like a charm !
> Thanks a lot !!!
>

You are welcome :)

So I'll fix some edge cases and request a review for the Mozilla AddOn 
site. 

-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/a2a01737-54df-465a-87b5-7f3dc5ecc28a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Transclusion and Templates on Tiddler text-body?

2017-11-29 Thread Diego Mesa
Hey Mario 

Yeah I knew that beforehand, but I just felt that there should be some 
other way around this. I might type bulleted lists, bold, italics, etc 
around 1000 words a day for a daily journal. I dont want to just stick that 
in a tiddler field. 

Im not sure my intention was made clear in the earlier post. I want to type 
text in the text field of a tiddler, and have it render using a template 
defined in another tiddler. Is something like that possible?

On Wednesday, November 29, 2017 at 3:39:51 PM UTC-6, PMario wrote:
>
> Hi, 
>
> This alone is a recursion already. It creates an infinite loop. 
>
> {{!!text}}
>
> You can use any other field name, except of text :)
>
> -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/eb08f34f-9354-4b4f-99ae-2c0a89560436%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Transclusion and Templates on Tiddler text-body?

2017-11-29 Thread PMario
Hi, 

This alone is a recursion already. It creates an infinite loop. 

{{!!text}}

You can use any other field name, except of text :)

-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/f1172d8c-2ef5-4e88-a844-091c2f2df9bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] File Save and Backup AddOn for FireFox 57++

2017-11-29 Thread FrD
Hi PMario,

I'm using your plugin on a PC  with windows 10, firefox 57. I've got some 
TWs on Dropbox and others on the hard drive.
Works like a charm !
Thanks a lot !!!

FrD

Le mercredi 22 novembre 2017 08:02:24 UTC+1, PMario a écrit :
>
> On Tuesday, November 21, 2017 at 11:06:00 PM UTC+1, Thomas Elmiger wrote:
>>
>> Thank you very much, Mario!
>>
>
> You are welcome!
>  
>
>> Runs without problems on my 
>> * Mac OSX 10.13 with FF Developer Edition Version 57.0b10
>> * Win 10 Pro with FF 57 (auto-updated by FF yesterday)
>>
>
> good
>  
>
>> It seems this is a great replacement for TiddlyFox, with added value 
>> using the backup feature! I did set it to 11 files like suggested and we'll 
>> see how far I get with that.
>>
>
> :) ... 11 files is just an example, that it would be difficult to 
> overwrite the last file within one day. ... I personally want to have not 
> more than 5 or 6 files. ... 
> Once we improved TWs support for the new savers, we will have the 
> possibility to create "out of order" backups. ... I want to have something 
> like "tagged backups" 
>
> eg: If I reach a certain milestone I tag it v0.1.0, v0.1.1. ... and so on. 
> So the backup rotation is just there, if I want to undo certain things. And 
> the tagged version won't be overwritten by the addon. ... 
>  
> When this feature is implemented, I would consider it "feature complete" 
> for my own usecases. I will try to register it in AddOn store, for 
> Mozilla's review. ... AddOns from the store are auto-updated, and we'll get 
> a better overview about the number of users, really using it. 
>
> Great instructions too with the video. 
>>
>
> Yea, I think, at the moment it needs a bit of explanation. ...
>
>
> *Don't forget to "star" the repo and like the videos :)*
> have fun!
> 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/a6f73cfa-7c89-4832-b3d1-9d931886a1dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-11-29 Thread PMario
Hi Ste, 

I did create slightly modified macros, which are attached at this comment 
.  
It's called the <>  macro, for "also known as" 

The description and story behind "alias" macros can be found here 
. 

have fun!
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/24ff282c-642f-42f2-a3a2-4f1129028e47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Ton Gerner
Hi Birthe & Diego,

@Birthe
Smart of you to pin it down to my Bluish palette. Thanks.

@Diego
Thanks for reporting.
As far as I can see, the colors do work for the Vanilla theme and several 
palettes but not my Bluish palette.

I started in the alpha phase of TW5 with a Bluish theme (at that moment 
there were no palettes yet).
Some time ago I thought I ought to split my Bluish theme in a 'Emphasized 
titles' theme and a Bluish palette.
There are some hardcoded colors in my Bluish palette that interfere.
Work to do.

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/4e81de72-a49b-4173-abb1-a5422e7350d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Diego Mesa
Hey Birthe,

That did indeed work for me as well. I just wanted to let Ton know that I 
was not able to use the two text fields he has in his plugin to change the 
button color and hover color. 

On Wednesday, November 29, 2017 at 2:58:51 PM UTC-6, Birthe C wrote:
>
> Hey Diego,
>
> Look at 
> http://tw5toolbar.tiddlyspot.com/#%24%3A%2Fplugins%2Ftongerner%2Flayout_adjustment
>  
> then,Other layout settings
>
> Color for displaying the 'active' state of some toggle buttons.
>
>
> We could do that. I think we tried to change more colours due to the 
> fields to do so, but $:/plugins/tongerner/layout_adjustment is common for 
> more plugins.
>
>
> I think it works for what it is supposed to, really.
>
>
>
> Birthe
>
>

-- 
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/33d9b0a0-4d88-417f-bb77-08b564517ca4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Birthe C
Hey Diego,

Look at 
http://tw5toolbar.tiddlyspot.com/#%24%3A%2Fplugins%2Ftongerner%2Flayout_adjustment
 
then,Other layout settings

Color for displaying the 'active' state of some toggle buttons.


We could do that. I think we tried to change more colours due to the fields 
to do so, but $:/plugins/tongerner/layout_adjustment is common for more 
plugins.


I think it works for what it is supposed to, really.



Birthe

-- 
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/bfcf2e7f-dadf-42ab-bcf1-9af115d08d24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Diego Mesa
Hey Ton,

I thought that might be the cause, which is why I tried it on browserling 
on your tiddlysplot site. Could you try there and let me know what you 
find? 

Also, as Birthe reported below, he could also not change the colors using 
those fields. Instead, you have to change the palette. 

Best,
Diego

On Wednesday, November 29, 2017 at 2:32:29 PM UTC-6, Ton Gerner wrote:
>
> Hi Diego,
>
> Ton,
>> Just to be clear can you also replicate the behavior of it not working or 
>> is this just a me issue? Also, I have the same settings as you do on 
>> tiddlyspot. The scrolling is a bit annoying, but not end all. Thanks for 
>> the help.
>>
>> No, I cannot replicate your issue.
> One thing comes to my mind: Is it possible a stylesheet in your TW 
> overrides my button colors?
> At http://tongerner.tiddlyspot.com/ you can find $:/_filter/stylesheets  
> (tab Code tiddlers), a filter that lists the order of the stylesheets.
> May be that helps,
>
> 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/68a22000-2db8-490d-bf9e-26bec5afa237%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Birthe C
Sorry Diego,

I tried once more, maybe we are closing in on the matter now. I could 
change the colour of the active buttons, not on the other buttons or 
hover-over buttons, that is not without changing the palette. 
http://tw5toolbar.tiddlyspot.com uses Tons bluish palette. Changing palette 
I could change all the button colours.

Birthe

Den onsdag den 29. november 2017 kl. 21.02.26 UTC+1 skrev Diego Mesa:
>
> Hey Birthe,
>
> I am also able to change the background color of the topbar, but not the 
> color of the buttons or their hover-over buttons. 
>
>

-- 
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/812691d2-7f52-44f7-b496-5060178e657e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Ton Gerner
Hi Diego,

Ton,
> Just to be clear can you also replicate the behavior of it not working or 
> is this just a me issue? Also, I have the same settings as you do on 
> tiddlyspot. The scrolling is a bit annoying, but not end all. Thanks for 
> the help.
>
> No, I cannot replicate your issue.
One thing comes to my mind: Is it possible a stylesheet in your TW 
overrides my button colors?
At http://tongerner.tiddlyspot.com/ you can find $:/_filter/stylesheets  
(tab Code tiddlers), a filter that lists the order of the stylesheets.
May be that helps,

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/604a3109-b9d1-4dcc-9704-1ea8b36b5b2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Transclusion and Templates on Tiddler text-body?

2017-11-29 Thread Diego Mesa
I am having some trouble thinking about how to properly setup my research 
journal. 

What I have now is a new research journal button that creates a tiddler 
with the following content:

[[Weekly Goals|Week WW - ]] <$appear 
$state="goals" mode="custom" 
show="{{$:/.dm/config/appearPlugin!!downarrow}}" 
hide="{{$:/.dm/config/appearPlugin!!uparrow}}">


{{Week WW - }}






THE ACTUAL TEXT OF MY RESEARCH DIARY


[[Papers of Interest]] <$appear 
$state="papers" mode="custom" 
show="{{$:/.dm/config/appearPlugin!!downarrow}}" 
hide="{{$:/.dm/config/appearPlugin!!uparrow}}">


{{Papers of Interest}}




where WW and  are replaced by the correct week number and year number 
by wrapping all this in a now macro within the button code.

This has been working fine, but I find myself:

   - frequently changing the look/style of a research journal entry.
   - wanting to learn more about templates and transclusion. 

With this in mind, I want to go about making a "Research Journal Template" 
that will have all the correct behavior, and somehow having my actual Daily 
Entries just contain the daily text, but get rendered according to the 
template. 

I tried making a new template with the above and replacing "THE ACTUAL TEXT 
OF MY RESEARCH DIARY"  with {{!!text}}, and then making my daily journal 
with just the following content:

This is a test 


{{|MyTemplate}}

Unsurprisingly, this gives a recursive transclusion error in both the 
template and the daily entry. 

My desired result is:

   - have all tiddlers tagged with both Journal and Research are rendered 
   using the same template I can edit whenever I need to.
   - Have each daily journal entry correctly link to its 
   corresponding weekly goals tiddler. 
  - Not sure how this would be accomplished - perhaps have the 
  template parse the "created" field? I don't want the link to the weekly 
  goals to change with time.
   - The *text body* of each daily entry contains only relevant (and 
   formatted) daily information. 
  - I don't want to have rendering code in these entries since I want 
  to be able to change that after the fact.
  - I don't want to have to stick everything in a field.
   
Any and all help would be greatly appreciated! 

Thanks!
Diego

-- 
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/fb32565e-83da-4998-88cf-25d634b3e2de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Diego Mesa
Hey Birthe,

I am also able to change the background color of the topbar, but not the 
color of the buttons or their hover-over buttons. 

Ton,
Just to be clear can you also replicate the behavior of it not working or 
is this just a me issue? Also, I have the same settings as you do on 
tiddlyspot. The scrolling is a bit annoying, but not end all. Thanks for 
the help.

On Wednesday, November 29, 2017 at 1:58:16 PM UTC-6, Birthe C wrote:
>
> Hi Diego,
> I just tried browserling.com using Windows 7 but could not get to higher 
> than Chrome 61. It worked for me, changing the colour of the topbar 
> immediately.
> My own computer is running linux Mint 17.3 and I have tested with the 
> latest Firefox and Chromium 32 bit. It works.
>
> Birthe
>

-- 
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/3525a61a-e91c-4ce4-b893-7b992612b735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Birthe C
Hi Diego,
I just tried browserling.com using Windows 7 but could not get to higher 
than Chrome 61. It worked for me, changing the colour of the topbar 
immediately.
My own computer is running linux Mint 17.3 and I have tested with the 
latest Firefox and Chromium 32 bit. It works.

Birthe

-- 
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/703242d7-c8c9-45cd-9268-0766a93630f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Ton Gerner
Hi Diego,

I'm on Chrome 62.0.3202.94 on OSX 10.13.1 and I used incognito to make sure 
> that none of my extensions were interfering. 
>

As I wrote: for me it works, incognito or not. 

>
> I made the changes to the colors, saved, and opened that saved file 
> instead of the tiddlysplot url. It didnt work there either 
>
> I just tested it on browserling.com using Windows 7 and chrome 62 and it 
> doesnt work there either. 
>

Just for the record:
I just did test at browserling.com using Windows 7 and chrome 61 (I could 
not get a newer version) and everything works fine for me.
No idea what's going on.


> By the way, now when I open a tiddler from within another tiddler it opens 
> above as usual, but the title is almost getting cutoff - Im guessing the 
> auto-scrolling isnt taking into to account the size of the topbar.
>

That autoscrolling is a story on its own.
Adjust the Story top position (Plugin tweaks > Theme tweaks which contains 
only the relevant layout settings of Theme Tweaks) to something like 20px 
(the value I use at http://tw5toolbar.tiddlyspot.com/)

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/0e376708-dacf-415c-94d3-968c9e3f1584%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Diego Mesa
The problem for me was setting the topbar background color - it was empty 
at first (transparent) so the content continues scrolling up unto the bar. 
Now, I the color of the background topbar to #f4f4f4, which is the default 
gray and I get the desired behavior. 

I'm on Chrome 62.0.3202.94 on OSX 10.13.1 and I used incognito to make sure 
that none of my extensions were interfering. 

I made the changes to the colors, saved, and opened that saved file instead 
of the tiddlysplot url. It didnt work there either 

I just tested it on browserling.com using Windows 7 and chrome 62 and it 
doesnt work there either. 

By the way, now when I open a tiddler from within another tiddler it opens 
above as usual, but the title is almost getting cutoff - Im guessing the 
auto-scrolling isnt taking into to account the size of the topbar.

On Wednesday, November 29, 2017 at 1:05:04 PM UTC-6, Ton Gerner wrote:
>
> Hi Diego,
>
> I went ahead and copied all the settings from 
>> http://tw5toolbar.tiddlyspot.com/ 
>> 
>>  
>> and now I get the desired behavior so that problem is fixed. Thanks! 
>>
>> Nice it works now, but I do not understand what was wrong.
>  
>
>> A side thing I now noticed, is that on the latest chrome in incognito 
>> when I go to http://tw5toolbar.tiddlyspot.com/ and go to Control Panel 
>> --> Appearance --> Plugin Tweaks --> Toolbar
>>
>> Whatever values I put in for: "Color 'Toolbar' buttons" and "Hover color 
>> 'Toolbar' buttons", for example, #78e50b, the color of the buttons or their 
>> hover color do not actually change,
>>
>
> I just checked with Linux Mint 17.3 and Chrome Version 62.0.3202.94 
> (Official Build) (64-bit) it works: if e.g. I change 'Active button color' 
> from orange to red the buttons become red instantly (no saving required!).
>  
>
>> even after saving/reloading. Again, this is on your tiddlyspot site. 
>>
>
> How can you save/reload at my Tiddlyspot site?
>  
>
>> What do you think the problem could be?
>>
>
> No idea. 
>
>>
>> Thanks again for this tool! 
>>
>> You're welcome.
>
> 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/23f79fdd-59ea-4d58-bf5a-5658cc1b4274%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Ton Gerner
Hi Diego,

I went ahead and copied all the settings from 
> http://tw5toolbar.tiddlyspot.com/ and now I get the desired behavior so 
> that problem is fixed. Thanks! 
>
> Nice it works now, but I do not understand what was wrong.
 

> A side thing I now noticed, is that on the latest chrome in incognito when 
> I go to http://tw5toolbar.tiddlyspot.com/ and go to Control Panel --> 
> Appearance --> Plugin Tweaks --> Toolbar
>
> Whatever values I put in for: "Color 'Toolbar' buttons" and "Hover color 
> 'Toolbar' buttons", for example, #78e50b, the color of the buttons or their 
> hover color do not actually change,
>

I just checked with Linux Mint 17.3 and Chrome Version 62.0.3202.94 
(Official Build) (64-bit) it works: if e.g. I change 'Active button color' 
from orange to red the buttons become red instantly (no saving required!).
 

> even after saving/reloading. Again, this is on your tiddlyspot site. 
>

How can you save/reload at my Tiddlyspot site?
 

> What do you think the problem could be?
>

No idea. 

>
> Thanks again for this tool! 
>
> You're welcome.

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/df33a21e-3489-417c-8ab8-9a4e7ed4efff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-29 Thread Ste Wilson
Just to derail slightly but... 
When I read 'but using the info panel on relevant tiddlers you can find 
everywhere it is mentioned.' my reaction was EH? YOU CAN... HMMM let's have a 
look! 

I think I'd ignored the info button completely. 
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/a330e034-c6eb-4827-9e31-26fbd3177394%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-11-29 Thread Ste Wilson
Wow! Unearthed buried treasures! 
tiddlystuff.tiddlyspot.com has some really good stuff and the alias macro 
tobibeer.github.io/tb5/#alink by the good Me Beer is also something I'll be 
having a play with. 

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/22b6c53f-44b9-4ad8-a220-a5ba0d6ea1ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Diego Mesa
Hey Ton,

I went ahead and copied all the settings 
from http://tw5toolbar.tiddlyspot.com/ and now I get the desired behavior 
so that problem is fixed. Thanks! 

A side thing I now noticed, is that on the latest chrome in incognito when 
I go to http://tw5toolbar.tiddlyspot.com/ and go to Control Panel --> 
Appearance --> Plugin Tweaks --> Toolbar

Whatever values I put in for: "Color 'Toolbar' buttons" and "Hover color 
'Toolbar' buttons", for example, #78e50b, the color of the buttons or their 
hover color do not actually change, even after saving/reloading. Again, 
this is on your tiddlyspot site. 

What do you think the problem could be?

Thanks again for this tool! 


On Wednesday, November 29, 2017 at 12:13:05 PM UTC-6, Diego Mesa wrote:
>
> Hey Ton,
>
> Im not sure how that is possible. Attached is a screen shot showing my 
> sizes. I really want to use the topbar, but am unsure how to fix that part. 
>
> On Wednesday, November 29, 2017 at 3:06:21 AM UTC-6, Ton Gerner wrote:
>>
>> Hi Diego,
>>
>> It looks like the sidebar is on top of your tiddlers. Windows width below 
>> Sidebar breakpoint (default 960px)?
>>
>> You can hide the sidebar since all sidebar functionality is available 
>> with toolbar buttons (there is even a button that can open the total 
>> sidebar as a separate tiddler).
>>
>> 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/86e0b0d0-6cab-4ec8-b0d0-844aadb64a92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Adding a new index to a JSON data tiddler

2017-11-29 Thread Joshua Fontany
If the JSON tiddler is a flat array:
[  ]
not
{ ... }
then zero-based numerals function fine for the index.

Button to add the content of [[$:/temp/newIndex]] to the JSON tiddler 
defined in {{$:/temp/newIndex!!parent}}:

<$set name="i" filter="[{$:/temp/newIndex!!parent}indexes[]count[]]">
<$button><$action-setfield $tiddler={{$:/temp/newIndex!!parent}} $index=<> 
$value={{$:/temp/newIndex!!text}} />
Add Index



Tested on Tiddlywiki.com, works fine with both JSON tiddler types. If the 
Json tiddler starts empty it will be started as an object {"0":"test"}, but 
if it is aready setup as an array, a new index will just be appended: 
["test"] -> ["test,"test"]

Best,
Joshua Fontany

-- 
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/66a73584-5e5d-41df-8beb-251119c31489%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Comma-separated lists in TW5

2017-11-29 Thread Ste Wilson
If you tidy it up and save as a csv (text editor or excell) file you might find 
www.tablesgenerator.com/html_tables use full. 

-- 
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/779e909d-b99a-4052-8821-9a936c035cc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Comma-separated lists in TW5

2017-11-29 Thread Jed Carty
The macro I made should be able to be modified. Just change the line <$link 
to=<>><> to whatever you want displayed 
for each item in the list.

-- 
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/f4402e60-fb24-4eb8-9b3a-f8868ef61e37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Adding a new index to a JSON data tiddler

2017-11-29 Thread PMario
Hi Rob,

If you work with data tiddlers and you want to create some UI to modify the 
content you'll need an index.  Any form of index, to be able to 
reference the content. 

eg: {{myData##01}} {{myData##02}} ...

[
  "01":"Firefox Fx",
  "02":"FTS [[full text search]]"
]

I'm not sure, what you want to create, but I did a series of videos some 
time ago, which describes in detail how I did implement it: 

see: A script and todo manager workflow / UI experiment 

 

Videos 12 and 13 + the corresponding code may be interesting for you. 

have fun!
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/25ea6b33-cb6d-42f7-986a-85d2397965eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: a useful plugin

2017-11-29 Thread tobaisch
Thx Alex,
is not really what I'm looking for.
regards
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/41c32871-f02f-40f8-8566-77e449819098%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: a useful plugin

2017-11-29 Thread tobaisch
thx sander,
not exactly but already quite good.
I'll definitely test it.
Thank 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+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/b2f23a24-1178-4dcd-871d-b1b377e2f04b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Where should I post issues I found with what kind of detailed information?

2017-11-29 Thread PMario
On Tuesday, November 28, 2017 at 3:47:05 PM UTC+1, wegs@gmail.com wrote:
>
> I installed a lot of plugins with the German language and using 
> Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 
> Firefox/56.0 . 
> I can't delete some Tiddlers (shadow ones; pink banner related) and can't 
> select "delete" to delete Tiddlers as well because the buttons of the next 
> Tiddler overlapping.
>
> Regards
>

You can start your TW in "safe" mode. see:https://tiddlywiki.com/#SafeMode 

Which gives you the possibility to deactivate all your plugins and 
reactivate them one by one, to see, which one causes the problems. 

-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/889e04ca-f371-4f24-a306-ca2797560735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-29 Thread tobaisch


Am Mittwoch, 29. November 2017 16:18:49 UTC+1 schrieb tobaisch:
>
> Tony,
> thx tony!
> Of course the numbers are only an example. I did not count exactly. That's 
> pretty clear, I thought. I do not want to lead a fundamental dissent 
> here, then I would have asked the question differently. 
> I have a specific problem and I am just looking for a solution.
>
> 1st variant:
> I am looking for a plugin like the http://linkify.tiddlyspot.com/. but 
> for TW5.
> It exists and works already, but unfortunately not yet for TW5.
>
> 2nd variant:
> To avoid unnecessary parsing of the text, I have the OneClick idea. So 
> only on request to parse the text and compare with the existing Tiddlers. 
> Then 
> convert the words to links or just select and highlight them and then 
> convert them one by one.
>
> 3rd variant:
> An extra tiddler containing a whitelist (a free choice of words) that will 
> be formatted as [[*]] automatically or per click in each new tiddler.
>

 Of course, a combination of the best solutions is also possible. :)

>
> But back to your post and my answer:
>
> So you have one 3000 word tiddler, and 100 other tiddlers that are named 
>> according to words found in the 3000 word tiddler?
>> If so how were the 100 tiddlers created?
>>
>
> The many Tiddler course was created individually. Individually and 
> laboriously. Of course, they can not yet be linked to the long article, 
> since this article did not exist before, since I've just discovered him now 
> and now wants to bring together with my other Tiddlers. Matching means 
> for me. Copy and check if the content (words) match my already written 
> Tiddler and then link.
> That's a normal concern, right?
>
>>
>> If you want to change every occurrence of 100 different words in the 3000 
>> word tiddler to links, following those links may be easy but returning will 
>> only bring you to the 3000 word tiddler, not its place in it.
>>
>
> I do not want to go back. 
>
> The suggestion from you with the macro sounds quite good, but it is not 
> practical for me, because I'm just an ordinary end user and can not really 
> program. :) 
> Or I'm just too stupid to put your tips into action here. Probably the 
> latter. :(
> I'm looking for a simple solution to make working with Tiddler easier.
>
> With so nothing else remains usual for the time being than to wait until 
> Linkify is adapted to TW5 or another developer reads here and has mercy and 
> offers a other ready-made solution.
>
> regards
> Tob
>
>  
>
>

-- 
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/3868684e-a93a-49f9-add0-133cc50d60d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-29 Thread tobaisch


Am Mittwoch, 29. November 2017 16:18:49 UTC+1 schrieb tobaisch:
>
> Thx tony!
> Of course the numbers are only an example. I did not count exactly. That's 
> pretty clear, I thought. I do not want to lead a fundamental dissent 
> here, then I would have asked the question differently. 
> I have a specific problem and I am just looking for a solution.
>
> 1st variant:
> I am looking for a plugin like the http://linkify.tiddlyspot.com/. but 
> for TW5.
> It exists and works already, but unfortunately not yet for TW5.
>
> 2nd variant:
> To avoid unnecessary parsing of the text, I have the OneClick idea. So 
> only on request to parse the text and compare with the existing Tiddlers. 
> Then 
> convert the words to links or just select and highlight them and then 
> convert them one by one.
>
> 3rd variant:
> An extra tiddler containing a whitelist (a free choice of words) that will 
> be formatted as [[*]] automatically or per click in each new tiddler.
>
> But back to your post and my answer:
>
> So you have one 3000 word tiddler, and 100 other tiddlers that are named 
>> according to words found in the 3000 word tiddler?
>> If so how were the 100 tiddlers created?
>>
>
> The many Tiddler course was created individually. Individually and 
> laboriously. Of course, they can not yet be linked to the long article, 
> since this article did not exist before, since I've just discovered him now 
> and now wants to bring together with my other Tiddlers. Matching means 
> for me. Copy and check if the content (words) match my already written 
> Tiddler and then link.
> That's a normal concern, right?
>
>>
>> If you want to change every occurrence of 100 different words in the 3000 
>> word tiddler to links, following those links may be easy but returning will 
>> only bring you to the 3000 word tiddler, not its place in it.
>>
>
> I do not want to go back. 
>
> The suggestion from you with the macro sounds quite good, but it is not 
> practical for me, because I'm just an ordinary end user and can not really 
> program. :) 
> Or I'm just too stupid to put your tips into action here. Probably the 
> latter. :(
> I'm looking for a simple solution to make working with Tiddler easier.
>
> With so nothing else remains usual for the time being than to wait until 
> Linkify is adapted to TW5 or another developer reads here and has mercy and 
> offers a other ready-made solution.
>
> regards
> Tob
>
>  
>
>

-- 
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/62439597-06d7-44e9-9069-826a17a3298c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-11-29 Thread PMario
On Wednesday, November 29, 2017 at 12:50:19 AM UTC+1, Diego Mesa wrote:
>
> Hey Mario,
> I've been using this plugin very successfully so far, so thank you again! 
>

Great, that it worked out for you!
 

> I have found myself recently trying to tag a tiddler with the alias of an 
> existing tiddler. I don't see an easy way to enable this - I'm just 
> wondering if you've thought at all about this, or if it's even possible. 
>

I thought a little bit about this. ... And let's have a closer look at the 
2 different usecases of an "alias"

*1st usecase*: Simplfy writing.

We did create the <> macro to simplify the usage of "tiddler links" in 
plain texts. As "Alberto Molina" expressed it in his initial post 
, that 
started the discussion:

... I would like the links: [[Darwinism]], [[darwinism]], NeoDarwinism, 
> NaturalSelection, [[natural selection]], [[theory of evolution]] all refer 
> to the same tiddler (or different twin tiddlers with the same content in 
> view mode) without needing to specify: [[darwinism|Darwinism]], 
> [[NaturalSelection|Darwinism]], [[theory of evolution|Darwinism]], etc.



*2nd usecase*: Aliases as Tags. 

I think, as soon as this happens, an Alias should be converted to a "real 
Tiddler". It still can exist in the "aliases" filed. 

But the simplest new tiddler should be created like this:

title: aliasName

{{Alias real Name}}

This gives us the full range of new possibilities, without making it more 
difficult. eg: 

"Alexander the Great" could be an alias to the tiddler "Alexander III of 
Macedon". While the later can contain the pure facts, the new "physical 
Alias" can now contain some more info about the epithet "the Great", that 
was given to him by others. ... 


*My conclusion *at the moment is: 

There should be a point, where an alias should be a real tiddler becasue 
this also gives us the full possibilities of tiddlers as tags. 

and more :)

just some thoughts. 
have fun!
mario

PS: Thanks for the reminder, that there is actually some work to do 
 :)



-- 
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/e937969b-a2f1-4b19-b12f-205e185611ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-29 Thread tobaisch
Tony,
of course the numbers are only an example. I did not count exactly. That's 
pretty clear, I thought. I do not want to lead a fundamental dissent here, 
then I would have asked the question differently. 
I have a specific problem and I am just looking for a solution.

1st variant:
I am looking for a plugin like the http://linkify.tiddlyspot.com/. but for 
TW5.
It exists and works already, but unfortunately not yet for TW5.

2nd variant:
To avoid unnecessary parsing of the text, I have the OneClick idea. So only 
on request to parse the text and compare with the existing Tiddlers. Then 
convert the words to links or just select and highlight them and then 
convert them one by one.

3rd variant:
An extra tiddler containing a whitelist (a free choice of words) that will 
be formatted as [[*]] automatically or per click in each new tiddler.

But back to your post and my answer:

So you have one 3000 word tiddler, and 100 other tiddlers that are named 
> according to words found in the 3000 word tiddler?
> If so how were the 100 tiddlers created?
>

The many Tiddler course was created individually. Individually and 
laboriously. Of course, they can not yet be linked to the long article, 
since this article did not exist before, since I've just discovered him now 
and now wants to bring together with my other Tiddlers. Matching means for 
me. Copy and check if the content (words) match my already written Tiddler 
and then link.
That's a normal concern, right?

>
> If you want to change every occurrence of 100 different words in the 3000 
> word tiddler to links, following those links may be easy but returning will 
> only bring you to the 3000 word tiddler, not its place in it.
>

I do not want to go back. 

The suggestion from you with the macro sounds quite good, but it is not 
practical for me, because I'm just an ordinary end user and can not really 
program. :) 
Or I'm just too stupid to put your tips into action here. Probably the 
latter. :(
I'm looking for a simple solution to make working with Tiddler easier.

With so nothing else remains usual for the time being than to wait until 
Linkify is adapted to TW5 or another developer reads here and has mercy and 
offers a other ready-made solution.

regards
Tob

 

-- 
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/e94ac2b9-5209-4632-84aa-6c5f3195e4b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-29 Thread tobaisch
Tony,
of course the numbers are only an example. I did not count exactly. That's 
pretty clear, I thought. I do not want to lead a fundamental dissent here, 
then I would have asked the question differently. 
I have a specific problem and I am just looking for a solution.

1st variant:
I am looking for a plugin like the http://linkify.tiddlyspot.com/. but for 
TW5.
It exists and works already, but unfortunately not yet for TW5.

2nd variant:
To avoid unnecessary parsing of the text, I have the OneClick idea. So only 
on request to parse the text and compare with the existing Tiddlers. Then 
convert the words to links or just select and highlight them and then 
convert them one by one.

3rd variant:
An extra tiddler containing a whitelist (a free choice of words) that will 
be formatted as [[*]] automatically or per click in each new tiddler.

But back to your post and my answer:

So you have one 3000 word tiddler, and 100 other tiddlers that are named 
> according to words found in the 3000 word tiddler?
> If so how were the 100 tiddlers created?
>

The many Tiddler course was created individually. Individually and 
laboriously. Of course, they can not yet be linked to the long article, 
since this article did not exist before, since I've just discovered him now 
and now wants to bring together with my other Tiddlers. Matching means for 
me. Copy and check if the content (words) match my already written Tiddler 
and then link.
That's a normal concern, right?

>
> If you want to change every occurrence of 100 different words in the 3000 
> word tiddler to links, following those links may be easy but returning will 
> only bring you to the 3000 word tiddler, not its place in it.
>

I do not want to go back. 

The suggestion from you with the macro sounds quite good, but it is not 
practical for me, because I'm just an ordinary end user and can not really 
program. :) 
Or I'm just too stupid to put your tips into action here. Probably the 
latter. :(
I'm looking for a simple solution to make working with Tiddler easier.

With so nothing else remains usual for the time being than to wait until 
Linkify is adapted to TW5 or another developer reads here and has mercy and 
offers a other ready-made solution.

regards
Tob

 

-- 
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/a25f0158-08cb-4991-9654-f11aff6ee1aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Comma-separated lists in TW5

2017-11-29 Thread Alex Hough
Hi Jed,

the use case from which this emerged was cut and pasting a comma separated
list from a PDF then wanting to create tiddlers for each in the list. Part
of a process of convering a PDF into an extensible document and
orgnaisational model.

I cut and paste the text into one side of the edit template, then use the
right hand side to crreate tiddlers.

I thought of an input resempling something like this

<<.macroName "music, food, art, gardening, performance" >>

It could be used to turn a sentence from a static text into an interface
for creating a model.

The marco could create tag pills, there could be a new here button at the
top.

The process would be taking annotation of a text one step further: the
annotation adds the capacity to build on lists within the existing text.

Alex

On 29 November 2017 at 12:45, Jed Carty  wrote:

> The first response is: Do you have to use comma separated lists for the
> input instead of using the native tiddlywiki list format? Because if you
> use the native format than you can just use normal filter operators.
>
> The actual answer to your question is to put this in a tiddler with the
> tag $:/tags/Macro then you can use the macro SplitCommaList:
>
> \define InnerSplitCommaList()
> <$list filter="""[splitbefore[,]removesuffix[,]]"""
> variable=CurrentItem emptyMessage="""<$link to=<>><<
> currentList>>""">
> <$link to=<>><>
> <$set name=CurrentList 
> filter='[removeprefixremoveprefix[,]]'
> emptyValue=<>>
> <>
> 
> 
> \end
>
> \define SplitCommaList(list)
> <$set name=CurrentList value="""$list$""">
> <$set name=CurrentList filter='[addsuffix[,]]'>
> <>
> 
> 
> \end
>
> Usage:
>
> Directly give the list:
>
> `<>`
>
> <>
>
> Using a text reference:
>
> `<>`
>
> <>
>
> the second set widget adds a comma to the end of the list because checking
> to see if you are on the last item and there is no trailing comma is a pain
> otherwise. This works with lists with and without trailing commas.
>
> --
> 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/8179a850-9024-4125-a6d7-96eeddf17a3f%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/CALc1hYeMuTMO7C3EL2S8ouq0U7xmk9hijyLhHJCqg-zMJ9pnvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Creating tiddlers outside of TW5

2017-11-29 Thread Jed Carty
The Gatekeeper part of the multi-user wiki work I made pushes changes to 
the file system to the browser immediately. It is a bit rough right now but 
it works. https://github.com/OokTech/TW5-Gatekeeper

-- 
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/74d442eb-5223-4960-8453-288c64817411%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Comma-separated lists in TW5

2017-11-29 Thread Jed Carty
The first response is: Do you have to use comma separated lists for the 
input instead of using the native tiddlywiki list format? Because if you 
use the native format than you can just use normal filter operators.

The actual answer to your question is to put this in a tiddler with the tag 
$:/tags/Macro then you can use the macro SplitCommaList:

\define InnerSplitCommaList()
<$list filter="""[splitbefore[,]removesuffix[,]]""" 
variable=CurrentItem emptyMessage="""<$link 
to=<>><>""">
<$link to=<>><>
<$set name=CurrentList 
filter='[removeprefixremoveprefix[,]]' 
emptyValue=<>>
<>


\end

\define SplitCommaList(list)
<$set name=CurrentList value="""$list$""">
<$set name=CurrentList filter='[addsuffix[,]]'>
<>


\end

Usage:

Directly give the list:

`<>`

<>

Using a text reference:

`<>`

<>

the second set widget adds a comma to the end of the list because checking 
to see if you are on the last item and there is no trailing comma is a pain 
otherwise. This works with lists with and without trailing commas.

-- 
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/8179a850-9024-4125-a6d7-96eeddf17a3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Documentation Proposal (Improved Examples)

2017-11-29 Thread @TiddlyTweeter
Ciao TonyM

I'm replying here from a particular perspective. One of the Reluctant Crap 
"Forced" Programmer. I like what TW can do. I loathe having to fiddle 
around trying to get something done (one way around this would be to have a 
route to pay people to do it for me--but that is another issue).

I'm perhaps in a small minority that is seriously cognitively challenged by 
procedural computer logic. I find the documentation at tiddlywiki.com 
tantalizingly suggestive. And then I'm lost for a while.

The FIRST thing that would help me is a few fully-worked though EXAMPLES 
based on working towards an explicit final functional USAGE aim (e.g. "How 
to write, index and print a cookbook" or "Ways to create a photo album for 
grannie"). Material, real, implemented solutions documented in detail would 
illustrate things  in a way that suits my learning style. I'm not sure 
whether others have my problem so extreme.

A SECOND thing that would help me is CRIB SHEETS--i.e. succinct overviews 
of functions with fuller example sets. Some of the things Tobias Beer 
authored along those lines (like is stuff on filters) are excellent, though 
beginning to age now.

Best wishes
Josiah



On Tuesday, 28 November 2017 23:40:51 UTC+1, TonyM wrote:
>
> Folks,
>
> I plan to start contributing to the TiddlyWiki documentation. I want to 
> spell out what I am keen to add, so wanted to open it for discussion before 
> hand.
>
> Please keep this discussion focused on what I propose if possible.
>
> As my Newbie status fades I am still finding the documentation falls short 
> of my needs, I would like to add to the documentation with everyone's help 
> the following;
>
>
>- Examples (need not include "Try It")
>- *Provide full examples with the full statement eg using list or 
>list-links to demonstrate a filter*
>   - So it can be copy and pasted into someones wiki
>- *Provide examples with placeholders for the major forms of a command*
>   - The alternatives where a command has distinct applications
>   - Allowing copy, paste and edit.
>- *Provide examples where values are pulled from the current tiddler*
>   - Too many examples only have static tiddler names or literal 
>   strings
>   - When building reusable macros and solutions we need examples of 
>   how to extract values from the current tiddlers title, fields and tags.
>
>
> I believe such examples will support newbie and expert alike and act as a 
> more practical reference. Of importance it will help people get over the 
> syntax and references humps TW5 presents, and make it easier to learn by 
> example.
>
> If people smarter than me can bring together all the ways and standards 
> for references and transclusion into a single reference tiddler as well 
> would be helpful as currently the different forms are all over the place.
>
> Are there any other critical pieces of info needed?
>
> What do you think?
>
>
>

-- 
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/9f1197b0-fa01-4247-8b31-8afb632770bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Comma-separated lists in TW5

2017-11-29 Thread Alex Hough
a related question...

I have a comma separated list, how could I make the phrases be converted to
wikilinks?

I was thinking of a macro which would take the list and output the links



Alex

On 28 November 2017 at 19:54, Rob Hoelz  wrote:

> Ah, good trick - thanks!
>
> On Tuesday, November 28, 2017 at 12:41:51 PM UTC-6, Jed Carty wrote:
>>
>> If you are using a list widget than you just go like this:
>>
>> <$list filter=<>>
>> <>,
>> 
>>
>> to prevent a trailing comma on the last item you can do this:
>>
>> <$list filter='[tag[HelloThere]]+[butlast[]]'>
>> <>,
>> 
>> <$list filter='[tag[HelloThere]]+[last[]]'>
>> <>
>> 
>>
>> --
> 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/d9c68edf-14ff-48e9-a649-9cd43f294810%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/CALc1hYdHjFzM%2BwWkH16TACjzc-GZ_xNdnpViNvcxWJQw-o%2BGww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: a useful plugin

2017-11-29 Thread Alex Hough
you couild clone the open sidebar, then replace tm-open tiddler with
tm-edit-tiddler
then have separate sidebar which opens in edit mode

rough and ready

Alex

On 29 November 2017 at 07:59, Sander Datema  wrote:

> Not exactly that, but this plugin allows you to double click a tiddler and
> edit it: https://danielorodriguez.com/TW5-2click2edit/
>
> Op dinsdag 28 november 2017 16:14:18 UTC+1 schreef tobaisch:
>>
>> Is there a plugin for following idea?
>> Double click at a tiddler in the sidebar opens the tiddler in edith mode.
>> Maybe ctrl+click would be also a good variant?
>>
> --
> 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/068481f8-53a5-4ca9-b664-19715be68f23%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/CALc1hYe0QTF_v5tOi44GNq-kyjC2MrRvFVQRjJq8VMXWGLOMow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: reply to calendar plugin not working

2017-11-29 Thread TonyM
Bj,

no presure and that work around will help, thanks.

Tony

-- 
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/263b914f-0d09-4b1c-ab88-c87f18f2890e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting my simple mobile layout...

2017-11-29 Thread JD
Hello, I tried slowly resizing my browser window, and yep, there seems to 
be a completely different "Sidebar break point" or something. 

Interesting to note that I tried doing this on tiddlywiki.com itself and 
tiddlywiki.com/empty.html without installing the plugin. This problem seems 
to be a core one (I noticed that at this strange, middle ground, the 
Vanilla theme isn't applied, evidenced by the tiddler drop shadows 
disappearing)

I wonder what this middle breakpoint is, and how to properly style it.

If there are ideas, please let me know :)


On Wednesday, November 29, 2017 at 4:58:55 AM UTC+9, Diego Mesa wrote:
>
> Thanks Mark - I did notice that, and I saw the tb5 link above to auto-hide 
> the sidebar as well. 
>
> My problem is that there seems to be 3 sidebar states: 
>
> 1. The default sidebar when my window is normal size
> 2. The mobile sidebar created by this plugin
> 3. A strange "middle state" that is white that appears for a very small 
> margin.
>
> The behavior can be seen in this gif:
>
> https://media.giphy.com/media/3osBLlm8SRZydLLnIA/giphy.gif
>
>
> An interesting (though nonrelated?) issue I'm having is that I use a 
> window manager (lua script running in hammerspoon) to automatically resize 
> my windows. When I resize my TW browser window, the theme does not update. 
> I have to manually wiggle the window size to get the new layout to "kick 
> in". 
>
>
> On Tuesday, November 28, 2017 at 12:53:41 PM UTC-6, Mark S. wrote:
>>
>> On a small screen, if you have the double chevron clicked, that is what 
>> happens. Just click the double chevron again (lower right corner) to 
>> restore.
>>
>> Apologies if this is not the problem you are describing.
>>
>> -- Mark
>>
>> On Tuesday, November 28, 2017 at 10:48:59 AM UTC-8, Diego Mesa wrote:
>>>
>>> Hey JD,
>>>
>>> Thanks for this! On my TW, Im not sure why, but this is causing strange 
>>> rendering where basically my sidebar isn't behaving well and ends up taking 
>>> over everything. 
>>>
>>> On Wednesday, November 22, 2017 at 9:31:14 AM UTC-6, JD wrote:

 Hi, I've upgraded this plugin to *1.0.2*, what is possibly the last 
 update for a long while (I will now return to my lair and focus on using / 
 discovering TW5.)

 http://j.d.simplemobile.tiddlyspot.com/

 Thanks, everyone, for welcoming my stuff :)

 *Changelog:*

- Added *Larger*, *Largest*, and *Smallest* options to font sizes
- Added *Mobbuttons* option to topbar and bottombar
- Added options to topbar and bottombar configurations
- Added button to config modal (can be turned on or off)
- Cleaned up config tiddler
- Cleaned up code and other bugfixes

 Versions *0.9.9* and *1.0.0* are attached to my previous announcer 
 post (for backup)
 Version *1.0.2* is attached to this post



 On Thursday, November 16, 2017 at 2:07:04 AM UTC+9, JD wrote:
>
> Hello again, everyone, I've upgraded this plugin to *1.0.0* I've 
> completed my personal *Future plans*, but my *Wishlist* (gesture-related 
> things) remains unrealized. 
>
> http://j.d.simplemobile.tiddlyspot.com/
>
> I'm going to slow down the development of this plugin because it is 
> now exactly what I need it to be. I'll just update if I encounter bugs or 
> if anybody needs me to. Suggestions and ideas, however, are always 
> welcome. 
>
> (I feel like I had nice timing: tiddlyspot worked again, and TW itself 
> was upgraded to 5.1.15)
>
> Many thanks to Riz and Jed Carty for inspiring me!
>
> *Changelog:*
>
>- Abandoned custom *lists*, reverted to core *lists*
>- Added topbar and bottombar options (with preset combinations)
>   - topbar: *combined searchbar*, or *titlebar*, or *controls 
>   area*, or hidden
>   - bottombar: *controls area*, or hidden
>- Added ability to adjust font sizes and button sizes
>- Added 'delete' filter button to *combined searchbar*
>- Introduced *simple searchbar* available as a button only at 
>topbar *controls area* and *titlebar*
>- Added ability to use an experiment on the story river so the 
>first tiddler in the story river won't scroll past the topbar (just a 
>stylesheet option)
>- Overhauled the *config *tiddler
>- 
>- Cleaned up code and tiddler names
>- Checked compatibility with TW5.1.15
>
> I've attached version *0.9.9 *to this post for backup
>
>
> On Sunday, October 29, 2017 at 11:04:06 PM UTC+9, JD wrote:
>>
>> Hello everyone :)
>>
>> I've been lurking here for quite a while now, and only joined after 
>> finally having the guts to share with you my TW5 customization, demoed 
>> here:
>>
>> http://j.d.simplemobile.tiddlyspot.com/
>>
>> It's a mobile layout based on the looks of modern Android 

[tw] Re: Presenting my simple mobile layout...

2017-11-29 Thread JD
Oh my. That small, white one is totally new to me, I can only guess where 
that came from. If it's not too bothersome, can you post another gif where 
there are also open tiddlers in the story river, empty, or drafts? I'd like 
to know how open tiddlers look like when this problem occurs.

To clarify, the plugin doesn't create a separate sidebar, it just styles 
the current one via a stylesheet tiddler... So i'm guessing this is a bug 
in the plugin stylesheet, or maybe it has something to do with what your 
browser considers a mobile layout and what is actually set in the *Sidebar 
Breakpoint* of your TW5. 

...And now I'm thinking, it might be better to hide the core sidebar and 
create a completely new one instead (although this seems inefficient and 
unwise)...

If there are other ideas for the root cause of the problem, and perhaps an 
idea for a solution, let me know :)

In Japan, we call this "saihatsu boushi"



On Wednesday, November 29, 2017 at 4:58:55 AM UTC+9, Diego Mesa wrote:
>
> Thanks Mark - I did notice that, and I saw the tb5 link above to auto-hide 
> the sidebar as well. 
>
> My problem is that there seems to be 3 sidebar states: 
>
> 1. The default sidebar when my window is normal size
> 2. The mobile sidebar created by this plugin
> 3. A strange "middle state" that is white that appears for a very small 
> margin.
>
> The behavior can be seen in this gif:
>
> https://media.giphy.com/media/3osBLlm8SRZydLLnIA/giphy.gif
>
>
> An interesting (though nonrelated?) issue I'm having is that I use a 
> window manager (lua script running in hammerspoon) to automatically resize 
> my windows. When I resize my TW browser window, the theme does not update. 
> I have to manually wiggle the window size to get the new layout to "kick 
> in". 
>
>
> On Tuesday, November 28, 2017 at 12:53:41 PM UTC-6, Mark S. wrote:
>>
>> On a small screen, if you have the double chevron clicked, that is what 
>> happens. Just click the double chevron again (lower right corner) to 
>> restore.
>>
>> Apologies if this is not the problem you are describing.
>>
>> -- Mark
>>
>> On Tuesday, November 28, 2017 at 10:48:59 AM UTC-8, Diego Mesa wrote:
>>>
>>> Hey JD,
>>>
>>> Thanks for this! On my TW, Im not sure why, but this is causing strange 
>>> rendering where basically my sidebar isn't behaving well and ends up taking 
>>> over everything. 
>>>
>>> On Wednesday, November 22, 2017 at 9:31:14 AM UTC-6, JD wrote:

 Hi, I've upgraded this plugin to *1.0.2*, what is possibly the last 
 update for a long while (I will now return to my lair and focus on using / 
 discovering TW5.)

 http://j.d.simplemobile.tiddlyspot.com/

 Thanks, everyone, for welcoming my stuff :)

 *Changelog:*

- Added *Larger*, *Largest*, and *Smallest* options to font sizes
- Added *Mobbuttons* option to topbar and bottombar
- Added options to topbar and bottombar configurations
- Added button to config modal (can be turned on or off)
- Cleaned up config tiddler
- Cleaned up code and other bugfixes

 Versions *0.9.9* and *1.0.0* are attached to my previous announcer 
 post (for backup)
 Version *1.0.2* is attached to this post



 On Thursday, November 16, 2017 at 2:07:04 AM UTC+9, JD wrote:
>
> Hello again, everyone, I've upgraded this plugin to *1.0.0* I've 
> completed my personal *Future plans*, but my *Wishlist* (gesture-related 
> things) remains unrealized. 
>
> http://j.d.simplemobile.tiddlyspot.com/
>
> I'm going to slow down the development of this plugin because it is 
> now exactly what I need it to be. I'll just update if I encounter bugs or 
> if anybody needs me to. Suggestions and ideas, however, are always 
> welcome. 
>
> (I feel like I had nice timing: tiddlyspot worked again, and TW itself 
> was upgraded to 5.1.15)
>
> Many thanks to Riz and Jed Carty for inspiring me!
>
> *Changelog:*
>
>- Abandoned custom *lists*, reverted to core *lists*
>- Added topbar and bottombar options (with preset combinations)
>   - topbar: *combined searchbar*, or *titlebar*, or *controls 
>   area*, or hidden
>   - bottombar: *controls area*, or hidden
>- Added ability to adjust font sizes and button sizes
>- Added 'delete' filter button to *combined searchbar*
>- Introduced *simple searchbar* available as a button only at 
>topbar *controls area* and *titlebar*
>- Added ability to use an experiment on the story river so the 
>first tiddler in the story river won't scroll past the topbar (just a 
>stylesheet option)
>- Overhauled the *config *tiddler
>- 
>- Cleaned up code and tiddler names
>- Checked compatibility with TW5.1.15
>
> I've attached version *0.9.9 *to this post for backup
>
>
> On Sunday, October 

[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-29 Thread Ton Gerner
Hi Diego,

It looks like the sidebar is on top of your tiddlers. Windows width below 
Sidebar breakpoint (default 960px)?

You can hide the sidebar since all sidebar functionality is available with 
toolbar buttons (there is even a button that can open the total sidebar as 
a separate tiddler).

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/dea2de78-b180-4d9f-8de5-8eb2547b0575%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.