[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Tobias Beer
Hi Bob, To learn more about the syntax for {{{ [filter[]] }}} , try searching for "{{{" on tiddlywiki.com... - Transclusion in WikiText - Transclusion and Substitution

[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Evolena
Le mardi 29 septembre 2015 23:50:08 UTC+2, Bob Flandard a écrit : > > Hello Evolena, > > Most of my TW5 belongs to you! > > Do you have stuff on TiddlySpot that I might scrutinize? > Thank you. No, I don't have such a site. And if I had, it would be in French ;) But some of my answers are adapt

Re: [tw] [TW5] Action widget execution on tiddler open

2015-09-29 Thread Tobias Beer
Hi Andreas, > Yes, I did suggest and talk about it in this issue here: > https://github.com/Jermolene/TiddlyWiki5/issues/1903 . > Ah, that's what that is. I didn't quite make the connect. Left a comment on GitHub: https://github.com/Jermolene/TiddlyWiki5/issues/1903#issuecomment-144286827 Be

Re: [tw] Re: [TW5] How to protect single tiddlers from editing by password

2015-09-29 Thread jonathanhaug
Tobias, thanks a lot, you’re great a help! Jonathan -- 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 thi

[tw] TWC Image popup

2015-09-29 Thread Joe Mehegan
Hi, I am new to Tiddlywiki. My work wants me to start using this for reports and group feedback. I must use TWC as work uses IE 9, due to company's operating software not compatible with the newer version of IE. I have been searching for the last 3 days to find out how to have a text link that

[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Bob Flandard
Hello Evolena, Most of my TW5 belongs to you! Do you have stuff on TiddlySpot that I might scrutinize? Many thanks for yet again solving my imponderable conundrum. If Jeremy dies or gets incurable hiccups, you'll have to take-over :) All the best, Bob -- You received this message because yo

[tw] Re: TW development best practices question

2015-09-29 Thread Dave
Thank you all for your information. I think I'll re-read this whole thread a couple times before I dive into the project. In your opinions, if I were ever to get it to the stage that it needs to be transformed from separate stand alone wikis to, say, tiddlyweb or tiddlybase (the future turn ke

[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Evolena
Le mardi 29 septembre 2015 23:05:48 UTC+2, Bob Flandard a écrit : > The > > {{{ [tag[some field]each[field_name_2]get[field_name_2]sort[title]] }}} > > > part just concatenates all the field values into a single line with no > spaces, rather than a list of separately selectable options, that I

[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Bob Flandard
Hello Eric and tb, Thank you for your suggestions. I couldn't get Eric's code to work without removing some stuff off the end of it and adding a single "]", but then it listed tiddler names not field values, so I must have broken it. <$list filter="[tag[some field]has[field_name_1]]"/> tb's co

Re: [tw] [TW5] Action widget execution on tiddler open

2015-09-29 Thread FrD
Hi Danielo, Are you talking of that : http://tiddlywiki.com/#Order%20of%20Tagged%20Tiddlers ? FrD Le mardi 29 septembre 2015 19:13:00 UTC+2, Danielo Rodríguez a écrit : > > Hello Andreas, > > ... > > Also I saw an awesome trick, that deserves to be on tiddlywiki.com: the > list after field on

Re: [tw] [TW5] Action widget execution on tiddler open

2015-09-29 Thread 'Andreas Hahn' via TiddlyWiki
Hi Tobias, Yes, I did suggest and talk about it in this issue here: https://github.com/Jermolene/TiddlyWiki5/issues/1903 . As far as I am concerned, Jeremy did give me a go on that one, which means that eventually I am gonna sit down and work out a few more concrete things and start a developm

[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Tobias Beer
Hi Bob, > I'm trying to make a list of all the values of a specific field "Some > Field", for all tiddlers (probably not system or shadow tiddlers, but with > and without would be interesting) tagged with "Some Tag". > Try this on TiddlyWiki.com {{{ [tag[WikiText]each[caption]get[caption]] }

[tw] Re: [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Eric Shulman
On Tuesday, September 29, 2015 at 11:17:52 AM UTC-7, Bob Flandard wrote: > > I'm trying to make a list of all the values of a specific field "Some > Field", for all tiddlers (probably not system or shadow tiddlers, but with > and without would be interesting) tagged with "Some Tag". > > This does

Re: [tw] [TW5] Action widget execution on tiddler open

2015-09-29 Thread Tobias Beer
Hi Andreas, I didn't take a look at how common the things are that your *commonAction.js* provides. Have you been proposing any of that to the core or considering that? Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw] [TW5] Filter syntax to list all values of a field

2015-09-29 Thread Bob Flandard
Hello, I'm trying to make a list of all the values of a specific field "Some Field", for all tiddlers (probably not system or shadow tiddlers, but with and without would be interesting) tagged with "Some Tag". This doesn't work: <$list filter="[tag[Some Tag]field:Some Field[]]"/> Any ideas? T

Re: [tw] [TW5] Action widget execution on tiddler open

2015-09-29 Thread 'Andreas Hahn' via TiddlyWiki
Hi Danielo, glad it could be of help. Yes the commonAction.js is required (you can see the setup method being called in the fireonrender constructor), but you are free to (and in fact I would recommend to) change the the name to "YOURPLUGINcommonAction", as I (and possibly other people) use th

Re: [tw] [TW5] Action widget execution on tiddler open

2015-09-29 Thread Danielo Rodríguez
Hello Andreas, Thank you very much. I will take a look at your unibar plugin and the js file you are pointing. Looks like it depends on $:/plugins/ahahn/unibar/commonAction.js. Is commonAction required for the basic functionality? I suppose the answer is yes, but sure asking does not hurt :P

[tw] Re: TW development best practices question

2015-09-29 Thread Tobias Beer
Hi Mario, > I was talking about the existing nodejs server implementation, which is > missing authorisation. > Yes, that is good to know. Perhaps I'm assuming too much that people don't actually use it for production servers over the www ...and then they do. When Dave spoke of giving the dat

[tw] Re: TW development best practices question

2015-09-29 Thread PMario
On Tuesday, September 29, 2015 at 4:54:25 PM UTC+2, Tobias Beer wrote: > > So imo you can start with a simple file based version, because it has much >> less "moving parts". But for you "end goal" you'll definitely need a real >> database with several indexes for fast access. > > > What's wrong w

[tw] Re: TW development best practices question

2015-09-29 Thread PMario
On Tuesday, September 29, 2015 at 4:54:25 PM UTC+2, Tobias Beer wrote: > > @ Mario, > > >> The very basic system, that I did describe in my first post, will work >> well for a single user. ... But it doesn't scale very well. If you need >> multi concurrent users, you'll definitely need a much m

Re: [tw] Re: [TW5] How to protect single tiddlers from editing by password

2015-09-29 Thread Tobias Beer
Hi Jonathan, you mean "[all[current]!tag[locked]]" (tag, not tagging), right? That's right, using the tagging filter for that purpose only works like so... <$list filter="[all[current]]-[tagging[locked]]"> But it's not as efficient as using the tag filer, so... ;-) How do i prevent my log

[tw] Re: [TW5] How to get a tiddler text as if it were a .tid file

2015-09-29 Thread Tobias Beer
Hi Danielo, Ah, no chastising thyself. :-) For anyone who doesn't use it yet, in the google groups *Favourites* section in the sidebar, you can create *folders* that show an *aggregation* of all posts from all groups in them. So, I have a TiddlyWiki folder with all this...

Re: [tw] Re: [TW5] How to protect single tiddlers from editing by password

2015-09-29 Thread Jonathan Haug
Hi Tobias, > <$list filter="[all[current]!tagging[locked]]"> you mean "[all[current]!tag[locked]]" (tag, not tagging), right? Beside of that: fabulous! To become my personal hero: one more thing ... When I have entered my password it becomes saved inside the wiki, when I hit the save butto

Re: [tw] [TW5] Transclude tiddler on list empty

2015-09-29 Thread Jeremy Ruston
Hi Danielo <$list filter="[all[shadows+tiddlers]prefix{$:/state/OTW/Repository/Selected}]" empty={{$:/plugins/danielo515/OctoWiki/ui/Loading}}> The attribute is "emptyMessage", not "empty". Best wishes Jeremy. On Tue, Sep 29, 2015 at 2:17 PM, Danielo Rodríguez wrote: > One thing I have noti

Re: [tw] [TW5] Transclude tiddler on list empty

2015-09-29 Thread Tobias Beer
> > The content of the emptyMessage attribute is wikified. Try something like: > > <$list filter="[tag[mytag]]" emptyMessage="""<$transclude > tiddler="MyTitle"/>""" template="MyTemplate"/> > > Added here: Show Content For Empty Lists @ tb5

[tw] Re: [TW5] How to get a tiddler text as if it were a .tid file

2015-09-29 Thread Danielo Rodríguez
Dam! I though that I have deleted that thread. Thank you very much Tobias to pointing it out (and also, to point how dumb I can be :P ) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw] Re: TW development best practices question

2015-09-29 Thread Tobias Beer
@ Mario, > The very basic system, that I did describe in my first post, will work > well for a single user. ... But it doesn't scale very well. If you need > multi concurrent users, you'll definitely need a much more sophisticated > concept and a server side backend. The TiddlyWeb concept sho

[tw] Re: [TW5] How to get a tiddler text as if it were a .tid file

2015-09-29 Thread Tobias Beer
Hi Danielo, > Should I suppose there is not an easy way for this? > https://groups.google.com/d/msg/tiddlywikidev/muPP9ZTB7RM/3PrN8z_YAgAJ ;-) Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] Re: OT: ubuntu touch

2015-09-29 Thread PMario
On Monday, September 28, 2015 at 3:04:51 AM UTC+2, Spangenhelm wrote: > > You were talking about transfering from cellphone to cellphone but can you > use telegram to transfert files to your computer ? > Since there is an open API, it should be possible to send single tiddlers directly from one

[tw] Re: OT: ubuntu touch

2015-09-29 Thread PMario
On Monday, September 28, 2015 at 3:04:51 AM UTC+2, Spangenhelm wrote: > > You were talking about transfering from cellphone to cellphone but can you > use telegram to transfert files to your computer ? > there are win, mac and web versions of the app. So that's possible and works very well.

[tw] Re: OT: ubuntu touch

2015-09-29 Thread PMario
On Monday, September 28, 2015 at 11:11:57 AM UTC+2, Spangenhelm wrote: > > Thanks i have just tried and as i expected i can open (but not directly i > have to enter its path manually in my browser) and edit a tw but not save > (on the Aquaris at least) because it tries to "open with" when we hit

[tw] Re: TW development best practices question

2015-09-29 Thread PMario
On Monday, September 28, 2015 at 8:08:44 PM UTC+2, Dave wrote: > > Which OS? > > I'm using Linux > ok > It'll mainly be text in tiny chunks like [ tiddler:RightCervicalRotation, > fieldname:2015-09-28.11:40:19 AM, field content: 47 ] amalgamated into > lists and summary tiddlers, > The stru

[tw] Re: [TW5] How to get a tiddler text as if it were a .tid file

2015-09-29 Thread Danielo Rodríguez
Should I suppose there is not an easy way for this? -- 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,

[tw] Re: [TW5] Creating an alternative Edit template

2015-09-29 Thread Tobias Beer
Hi Danielo, > I think it was because some CSS rule that was hidding the title divs, > and I set that class by mistake to my custom title. > ;-) That's why creating an MTC (Minimal Test-Case) is so important. Chances are you would already find the problem creating it. Best wishes, — tb --

Re: [tw] [TW5] Transclude tiddler on list empty

2015-09-29 Thread Tobias Beer
Hi Danielo, > One thing I have noticed is that the entire widget tag should be on the > same line. > Otherwise it will not work. Are you aware of that Jeremy? > This works rather fine for me on TiddlyWiki.com: <$list filter="[tag[DoesntExist]]" emptyMessage="""<$transclude tiddler="About"

[tw] Re: [TW5] Creating an alternative Edit template

2015-09-29 Thread Danielo Rodríguez
> > Ok, just forget my last post, it was rubbish. :D > Didn't quite get that you were looking up > from a number of possible templates in the inner list. > I really have to look a little closer > when I see something like *listItem* being used. > > Sometimes I can be not clear enough, not your fau

Re: [tw] [TW5] Transclude tiddler on list empty

2015-09-29 Thread Danielo Rodríguez
One thing I have noticed is that the entire widget tag should be on the same line. Otherwise it will not work. Are you aware of that Jeremy? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: [TW5] How to protect single tiddlers from editing by password

2015-09-29 Thread Tobias Beer
Hi Jonathan, > Maybe I'm just a last step before the goal. > Someone with a last hint for me? > All you need is the list filter and a filter expression around the button that only shows it when the filter matches... <$list filter="[all[current] ]"> For example... <$list filter="[all[cur

Re: [tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-29 Thread Tobias Beer
Hi Magev, > Would it be possible to show the field "caption" instead of "title"? > Sure, I have added an example here... Custom Window Title @ tb5 or short... title: $:/core/wiki/title {{$:/SiteTitle}} — <$tiddler tiddler={{$:/Histo

[tw] Re: [TW5] How to protect single tiddlers from editing by password

2015-09-29 Thread Jonathan Haug
Hi Tobias, Although, you can surely do the very same procedure with the edit button in the tiddler toolbar. cool thing, it just works! I've created a tiddler called Login and put the input field in there like you suggested

[tw] Re: [TW5] Creating an alternative Edit template

2015-09-29 Thread Tobias Beer
Hi Danielo, > Just to be clear Tobias, the variable of the list widget is essential to > keep the scope that I need. > Ok, just forget my last post, it was rubbish. :D Didn't quite get that you were looking up from a number of possible templates in the inner list. I really have to look a littl

Re: [tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-29 Thread magev958
Would it be possible to show the field "caption" instead of "title"? Den söndag 27 september 2015 kl. 21:44:48 UTC+2 skrev Tobias Beer: > > Hi Jeremy, > > >> It's actually a bit easier than that. Set $:/SiteTitle to: >> {{$:/HistoryList!!current-tiddler}} >> > > Thanks, that's nice. I have added

[tw] Re: Need some help with $set or $reveal widgets

2015-09-29 Thread Spangenhelm
Shame on me you are exactly right! it is just that i was too focused on the filter part my mind just forgot about the rest of the code...my bad! I will add your solution to my "tw manual" ! Many thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" gro

[tw] Re: Need some help with $set or $reveal widgets

2015-09-29 Thread Evolena
I don't understand why do you absolutely want to use a set or reveal widget, as you only use the variable to display it. Is there a reason I don't see? My list example works perfectly fine when typing the new title, even if a tiddler with the same title is created in the meanwhile, without havin

Re: [tw] [TW5] Transclude tiddler on list empty

2015-09-29 Thread Danielo Rodríguez
Hello Jeremy, Thank you very much, I was trying something similar: <$list filter="[all[shadows+tiddlers]prefix{$:/state/OTW/Repository/Selected}]" empty={{$:/plugins/danielo515/OctoWiki/ui/Loading}}> But it was not working. Sometimes I can't determine where to use a <>, when to use {{wikitext}