[tw] Re: [TW5] How to use $list filter in css stylesheet?

2017-07-12 Thread magev958
Thanks, that worked perfekt! I was almost sure it was one of them "sorry, can't be done"-questions :) -- 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

[tw] Re: Displaying field entries

2017-07-12 Thread TonyM
sorry, Perhaps add to force a break On Thursday, 13 July 2017 13:00:23 UTC+10, TonyM wrote: > > Just remove the * in front of {{!!title}} > > On Thursday, 13 July 2017 05:43:28 UTC+10, Matt wrote: >> >> This is great thank you. Is there anyway to remove the bullet points? >> >> On Wednesday,

[tw] Re: Displaying field entries

2017-07-12 Thread TonyM
Just remove the * in front of {{!!title}} On Thursday, 13 July 2017 05:43:28 UTC+10, Matt wrote: > > This is great thank you. Is there anyway to remove the bullet points? > > On Wednesday, July 12, 2017 at 8:06:04 PM UTC+1, Birthe C wrote: >> >> 1. <> >> >> 2. > >> >> >> Birthe

[tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread TonyM
For clarity, I have a Reseller account at an Australian Company called VentraIP I can host as many as 100 cpanel sites. There are very few limits on what I can host, the domain I am using is a subdomain of my production site, and I did not want to impact my production site. PS I am open to

[tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread TonyM
Ha Ha :) On Wednesday, 12 July 2017 21:09:42 UTC+10, @TiddlyTweeter wrote: > > TIP: you could always run a loop video of BEN-HUR for visitors whilst you > work it out? A disco in Glasgow used to run the B version continuously to > the Pet Shop Boys. Rather good. :-) > > TonyM wrote: >> >> I

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Duarte Farrajota Ramos
On Thursday, 13 July 2017 03:07:52 UTC+1, Eric Shulman wrote: > > > It is not necessary to modify the "list" field in $:/tags/ViewTemplate. > Instead, in the tiddler that defines your new template content, just add a > field called "list-before", with a value of

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Eric Shulman
On Thursday, 13 July 2017 01:08:43 UTC+1, Matt wrote: > > How would you make the {{!!source}} appear at the top of the tiddler > rather than the bottom? > On Wednesday, July 12, 2017 at 5:20:47 PM UTC-7, Duarte Farrajota Ramos replied > > You will have to create a tiddler named

[tw] Re: TW5 Clarification on events

2017-07-12 Thread mystikite
My use case is 'locking' one or more tiddlers based on 1: whether your username == currentTiddler!!creator 2: whether the tiddler has a 'Locked' tag set. I was going to try to end run around the encoded tags issue by 1: adding a new UUID field to tiddlers, and having it added as a tag

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Duarte Farrajota Ramos
You will have to create a tiddler named $:/tags/ViewTemplate to override the default system one. Copy from the original to be safe and then edit the list field at the bottom to reflect the desired order. On Thursday, 13 July 2017 01:08:43 UTC+1, Matt wrote: > > This is great thank you. > > How

[tw] Re: Adding sources to tiddlers

2017-07-12 Thread Matt
This is great thank you. How would you make the {{!!source}} appear at the top of the tiddler rather than the bottom? On Tuesday, July 11, 2017 at 5:44:25 PM UTC+1, Duarte Farrajota Ramos wrote: > > Create a custom field named "source" or whatever suits your needs to place > that kind of

[tw] Re: xlsx plugin

2017-07-12 Thread 'Mark S.' via TiddlyWiki
After thinking about it some more, I think what must be happening is that each time the importer encounters a county, for example, it starts over and creates the county brand new, rather than using the existing one. So each time the list field is created brand new. Mark On Wednesday, July

[tw] Re: xlsx plugin

2017-07-12 Thread 'Mark S.' via TiddlyWiki
I tested it too, trying to see if it would work narrowing down to just importing counties and towns. Append didn't work. Then I looked at the presidents example. First off, it threw 3 errors during the import process, which suggests something isn't right. Unfortunately, looking at the

[tw] Re: Displaying field entries

2017-07-12 Thread 'Mark S.' via TiddlyWiki
Sorry, part 2 should have been: <$list filter='[listed[field1]]'> * {{!!title}} On Wednesday, July 12, 2017 at 12:07:46 PM UTC-7, Matt wrote: > > Haha yes I realise that now! > > Mark S's solution to Part 1 does exactly what I want, which is great so > thanks! > > His solution to Part 2

[tw] xlsx plugin

2017-07-12 Thread stevesuny
Been pounding a bit on this xlsx plugin. Here is a wiki: http://testing-xlsx.tiddlyspot.com/ Here is a spreadsheet: https://docs.google.com/spreadsheets/d/1VsnhDIH9K6CyJ5zR6v-A5dUW9_JpKbC6eShuIAuU9a8/edit?usp=sharing The spreadsheet has person names, towns and counties. there are multiple

[tw] Re: Displaying field entries

2017-07-12 Thread Matt
Haha yes I realise that now! Mark S's solution to Part 1 does exactly what I want, which is great so thanks! His solution to Part 2 gives me a list consisting of $:/StoryList only. What I want to do is for some tiddler "tiddler x" to have a list of all tiddlers that contain "tiddler x" as an

[tw] Re: Displaying field entries

2017-07-12 Thread Birthe C
1. <> 2. > 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

[tw] Re: Displaying field entries

2017-07-12 Thread PMario
Hi Matt, This doesn't make sense. Your list doesn't create a list. <$list filter='[all[current]]'> {{!!field1}} It's the same as if you write {{!!field1}} ... If you describe, what you want to achieve imo would be more efficient, than let us guess, what you want. -mario -- You

[tw] Re: [TW5] How to use $list filter in css stylesheet?

2017-07-12 Thread PMario
Hi magev958, I did add some more info to the pull request: see: https://github.com/Jermolene/TiddlyWiki5/pull/2737#issuecomment-314855978 If you get the content from this ViewTemplate: http://2737.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FViewTemplate, which is part of the PR, you can use the

[tw] Re: Displaying field entries

2017-07-12 Thread 'Mark S.' via TiddlyWiki
Part 1 <$list filter='[list[!!myfield]]'> * {{!!title}} Part 2 <$list filter='[listed[]]'> * {{!!title}} HTH Mark On Wednesday, July 12, 2017 at 8:01:43 AM UTC-7, Matt wrote: > > Hello > > I have been posting a lot recently but I have two more questions that I > hope someone would

[tw] Re: [TW5] Search in field contents?

2017-07-12 Thread stevesuny
Thanks, Tobias! Yet again, search and ye shall find! This is exactly what I was looking for: a quick way to search across field values in tiddlers. //steve. On Sunday, November 20, 2016 at 11:53:18 AM UTC-5, David Szego wrote: > > A million expletives here... WHY hasn't this been pulled into

[tw] Re: TW5 Clarification on events

2017-07-12 Thread Mat
> > I believe i can create a widget that will intercept various messages > heading to the navigatorWidget and fieldManglerWidgets > before they receive them. > Might this enable tiddler-internal links? I.e the long standing request to be able to jump to a specific section in a tiddler without

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-12 Thread Lost Admin
On Wednesday, July 12, 2017 at 10:28:58 AM UTC-4, Danielo Rodríguez wrote: > > > Hello Lost Admin > > El miércoles, 12 de julio de 2017, 15:04:32 (UTC+2), Lost Admin escribió: >> >> Danielo, >> >> With regards to your last question: >> >> Short-ish answer:

Re: [tw] Can we have the preview in a separete window

2017-07-12 Thread Jan
Hi Stephen, Hi Mat, Thanks for the ideas, I just thought of a version replacing the preview-button in the viewToolbar. I will make an update show how to choos a location when I am back a my desktop... Cheers Jan Am 12.07.2017 um 09:48 schrieb Stephen Wilson: $:/tags/EditToolbar On

[tw] Displaying field entries

2017-07-12 Thread Matt
Hello I have been posting a lot recently but I have two more questions that I hope someone would be able to help me with. 1. The custom field "field1" has entries [[Tiddler 1]] [[Tiddler 2]] [[Tiddler 3]] I have list filter that displays the entries in "field1" for the current note. <$list

[tw] Re: [TW5] How to use $list filter in css stylesheet?

2017-07-12 Thread Mat
OK, this works Conditional viewtemplate: tag: $:/tags/ViewTemplate text: <$list filter="[all[current]has[rank]rank[species]]"> <$transclude mode="block"/> Stylesheet: tag: $:/tags/Stylesheet text: .mycolumns { display: block; column-count: 2; -moz-column-count: 2;

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-12 Thread Danielo Rodríguez
Hello TonyM El miércoles, 12 de julio de 2017, 8:48:51 (UTC+2), TonyM escribió: > > I will second that, > > NoteSelf seems promising but I would like just a little more text that > describes its relationship to the Database, what it takes to host or create > a database, I get the idea that the

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-12 Thread Danielo Rodríguez
Hello Lost Admin El miércoles, 12 de julio de 2017, 15:04:32 (UTC+2), Lost Admin escribió: > > Danielo, > > With regards to your last question: > > Short-ish answer: http://thelostadmin.tiddlyspot.com/#6th%20July%202017 > Seems that you have created a very complete and good manual on how to

[tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread Lost Admin
TonyM seams to be describing issues that come up when using something like Apache Virtual Hosts. A VPS dedicates the entire web-server to your needs thereby allowing you to monkey with the php.ini to your heart's content. Or, you are in fact saying that $5 is a lot of money? On Wednesday, July

[tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread 'Mark S.' via TiddlyWiki
Yep. That's what I said. You have to pay a lot if you want an *unshared *server. Shared servers are much more expensive. Mark On Wednesday, July 12, 2017 at 7:03:47 AM UTC-7, Lost Admin wrote: > > > > On Wednesday, July 12, 2017 at 9:11:56 AM UTC-4, Mark S. wrote: >> >> Probably. If the

[tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread Lost Admin
On Wednesday, July 12, 2017 at 9:11:56 AM UTC-4, Mark S. wrote: > > Probably. If the system is configured for sharing it should be able to use > your local php.ini. My server is a shared host as well. You've got to shell > out a lot of dough for a system that's not shared or even 50/50. > >

Re: [tw] Tiddlywiki on android

2017-07-12 Thread Lost Admin
On Wednesday, July 12, 2017 at 2:27:15 AM UTC-4, Danielo Rodríguez wrote: > > > > El lunes, 10 de julio de 2017, 20:00:27 (UTC+2), @TiddlyTweeter escribió: >> >> FWIW, Danielo replied privately to me: "NoteSelf works perfectly fine on >> android..." >> > > Hello, > I was here just to say this.

[tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread 'Mark S.' via TiddlyWiki
Probably. If the system is configured for sharing it should be able to use your local php.ini. My server is a shared host as well. You've got to shell out a lot of dough for a system that's not shared or even 50/50. Good luck, Mark On Tuesday, July 11, 2017 at 11:52:40 PM UTC-7, TonyM wrote: >

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-12 Thread Lost Admin
Danielo, With regards to your last question: Short-ish answer: http://thelostadmin.tiddlyspot.com/#6th%20July%202017 Longer-ish answer: I've got a functioning CouchDB running in a VM on my laptop. I followed the CouchDB instructions for setting up a server. I also referenced your

[tw] Re: Adding a note to multiple tiddlers

2017-07-12 Thread Birthe C
Hi Matt, I am using version of MetaTabs a little older and different i some ways with a field source. I think it is called origin in the latest version. Write a note to a tiddler and open the link to the tiddler. Find the field origin or what it is called now and write the titles of the

Re: [tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread Xavier Cazin
Hi Tony, I confirm that the file size issue is critical with PHP. I've put this in my .user.ini: ### > # .user.ini > # > # max_input_time = 0 > # > # In the context of Tiddlyspot-compatible TW > # when saved with store.php > # both lines are mandatory when files grow beyond a few megabytes >

[tw] Re: Adding a note to multiple tiddlers

2017-07-12 Thread Matt
That is almost exactly what I need, except that it does not seem to allow you to add the same note to multiple tiddlers. Is there any way to do this? On Wednesday, July 12, 2017 at 8:48:00 AM UTC+1, Birthe C wrote: > > Hi Matt, > > http://tesis.tiddlyspot.com was created by Alberto Molina, who

Re: [tw] Re: TiddlyServer 2.0.6

2017-07-12 Thread @TiddlyTweeter
Ciao Arlen I played around a bit. And indeed it works from Windows Explorer on Windows 7. I normally use a replacement explorer, for some reason it doesn't CD to the path. That's maybe a bug in it. I will alert the developer. The joys (the horror) of computers! Josiah Arlen Beiler wrote: >

Re: [tw] Re: TiddlyServer 2.0.6

2017-07-12 Thread Arlen Beiler
AltugOz, thank you. It was many hours of enjoyable work, so I am glad that people are finding it useful. @TiddlyTweeter, that is strange. It should open with the CD set to the directory it is contained in automatically. So I'm not sure what you're exact usage is, but a simple double click in

[tw] Re: Why Can't TW do Alarms?

2017-07-12 Thread @TiddlyTweeter
Ciao Thomas That sounds excellent! For me its better without sound, and only when the wiki is up. I don't like gizmos that take over your life, phones & computer. For me ToDoNow is my "business console" and its always upfront until 5pm. Then OFF. Looking forward to it. Thomas Elmiger wrote:

[tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread @TiddlyTweeter
TIP: you could ways run a loop video of BEN-HUR for visitors whilst you work it out? A disco in Glasgow used to run the B version continuously to the Pet Shop Boys. Rather good. :-) TonyM wrote: > > I googled it but php.ini is "bigger than ben hurr" ... > -- You received this message because

[tw] Re: TiddlyServer 2.0.6

2017-07-12 Thread @TiddlyTweeter
Ciao Arlen Its a great gadget. Thankyou! Come this time next year, when browser saver add-ons fail, I think a lot of us will be using it. A small point on the included "start.cmd" (Windows Command Prompt batch file). I found on my machine I had to add an initial line to get the command

[tw] Re: [TW5] Using conditional assignment mode of SetWidget to check empty strings

2017-07-12 Thread mauloop
Thanks, Mat. Your way is easier than mine. It means that evaluating *$arg$* as a list, a blank is considered as an empty 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,

[tw] Re: TW5 Clarification on events

2017-07-12 Thread PMario
On Wednesday, July 12, 2017 at 6:36:47 AM UTC+2, myst...@gmail.com wrote: > > I believe i can create a widget that will intercept various messages > heading to the navigatorWidget and fieldManglerWidgets > before they receive them. > right > If i read the code right, the message can be

Re: [tw] Can we have the preview in a separete window

2017-07-12 Thread Stephen Wilson
$:/tags/EditToolbar On Wednesday, 12 July 2017 08:41:16 UTC+1, Stephen Wilson wrote: > > It would probably be more at home in the tiddler drop down menu. > Whats the tag for that? > > On Tuesday, 11 July 2017 20:04:16 UTC+1, Mat wrote: >> >> On Tuesday, July 11, 2017 at 7:35:06 PM UTC+2, Ste

[tw] Re: Adding a note to multiple tiddlers

2017-07-12 Thread Birthe C
Hi Matt, http://tesis.tiddlyspot.com was created by Alberto Molina, who later created the bottomtabs/magictabs and others. They are older now. They were very much loved but complicated and difficult to change. Jan was inspired by them to create something very useful but easier for the user to

Re: [tw] Can we have the preview in a separete window

2017-07-12 Thread Stephen Wilson
It would probably be more at home in the tiddler drop down menu. Whats the tag for that? On Tuesday, 11 July 2017 20:04:16 UTC+1, Mat wrote: > > On Tuesday, July 11, 2017 at 7:35:06 PM UTC+2, Ste Wilson wrote: >> >> If you tag it >> $:/tags/PageControls >> >> The button will appear somewhere near

[tw] Re: TW5 Clarification on events

2017-07-12 Thread PMario
On Wednesday, July 12, 2017 at 6:36:47 AM UTC+2, myst...@gmail.com wrote: > > Bonus question: is there a way to add a class tag to the ViewTemplate w/o > modifying the actual ViewTemplate? > There is a standing pull-request at github, that tries to add more flexibility to single tiddler

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-12 Thread TonyM
I will second that, NoteSelf seems promising but I would like just a little more text that describes its relationship to the Database, what it takes to host or create a database, I get the idea that the tiddlers will be stored in the database, thus accessed from alternate locations. does this

Re: [tw] Tiddlywiki on android

2017-07-12 Thread Danielo Rodríguez
El lunes, 10 de julio de 2017, 20:00:27 (UTC+2), @TiddlyTweeter escribió: > > FWIW, Danielo replied privately to me: "NoteSelf works perfectly fine on > android..." > Hello, I was here just to say this. I didn't wanted to say it when this thread started, but I think NoteSelf may help with the

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-12 Thread Danielo Rodríguez
El martes, 11 de julio de 2017, 19:50:03 (UTC+2), Lost Admin escribió: > > Where would I find that plug-in of yours? > You can take a look at how NoteSelf is built. On the repository there is a jenkins file that downloads all the required plugins. In any case, you can find it on my personal