[tw5] Re: date format and the $view widget

2019-08-01 Thread Mohammad
Thanks Mark! It works like a charm! Cheers Mohammad On Friday, August 2, 2019 at 4:25:26 AM UTC+4:30, Mark S. wrote: > > Here's an implementation of your suggestion (using pre 20) > > <$set name="year" filter="[{!!yd}split[-]nth[1]]"> > <$set name="mpos" filter="[{!!yd}split[-]nth[2]]"> > <$set

Re: [tw5] Re: Polly (2) -- Downloads as HUB

2019-08-01 Thread @TiddlyTweeter
Ciao Scott and Mark Mark S. wrote: > > Hello Scott, > > It's possible that you are our entire user base ;-) > lol! A few footnotes to Mark's replies ... On Thursday, August 1, 2019 at 5:18:16 PM UTC-7, Scott Kingery wrote: >> >> * Are you planning to allow the launch of a wiki from within the

[tw5] Re: New & Improved display of hidden fields (with variants)

2019-08-01 Thread A Gloom
*FURTTER NOTES:* has styling & template information: https://groups.google.com/forum/#!topic/TiddlyWiki/fqdQP5RP5sU explaining the filter so it can be modified by user: <$list filter="[all[current]fields[]sort[title]] -[all[shadows]removeprefix[$:/language/Docs/Fields/]] +[prepend[caption]]

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread TonyM
Mario, I am not sure what you mean. > You can adjust this in the browser settings. I will have variable content in the body of each printed page. I want the footer to be at a fixed location at the bottom containing content I want there. I have seen a fixed footer using online pages, just

[tw5] Re: New & Improved display of hidden fields (with variants)

2019-08-01 Thread A Gloom
> > *Will be posting:* > *-- a master fields reference-- a different envisioning of TW fields* > ATTACHED: *Data fields explanations*: -- *a modification of Tobias Beer's "ListFields"* -- Wiki standard/core system fields: listed by

Re: [tw5] Re: Polly (2) -- Downloads as HUB

2019-08-01 Thread 'Mark S.' via TiddlyWiki
Hello Scott, It's possible that you are our entire user base ;-) On Thursday, August 1, 2019 at 5:18:16 PM UTC-7, Scott Kingery wrote: > > * Are you planning to allow the launch of a wiki from within the menu? > Would that be helpful? If there's 20 wikis, would the user need to select and

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread PMario
On Thursday, August 1, 2019 at 11:16:01 PM UTC+2, TonyM wrote: The single most difficult issue is the page footer, getting it to appear on > the bottom. > You can adjust this in the browser settings. -m -- You received this message because you are subscribed to the Google Groups

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread PMario
Hi, It seems, it is not a plugin atm. ... I did search for shadow-tiddlers "print", "images/pagebreak" and exported 6 tiddlers, including the core PageTemplate tiddler. ... Which imo is the reason, why it isn't a plugin atm. There is no license info at the TW. So we need to ask BTC, if he

Re: [tw5] Re: Polly (2) -- Downloads as HUB

2019-08-01 Thread Scott Kingery
All, Polly is interesting to me. This thread is long and I am just diving in. Observations and questions: * Are you planning to allow the launch of a wiki from within the menu? * Instead of using C:\Users\joeuser\downloads I'd love to be able to use system variables like this:

[tw5] Re: date format and the $view widget

2019-08-01 Thread 'Mark S.' via TiddlyWiki
Here's an implementation of your suggestion (using pre 20) <$set name="year" filter="[{!!yd}split[-]nth[1]]"> <$set name="mpos" filter="[{!!yd}split[-]nth[2]]"> <$set name="day" filter="[{!!yd}split[-]nth[3]]"> <$set name="month" filter="Jan Feb Mar Apr May June July Aug Sep Oct Nov Dec +[nth]">

[tw5] Re: date format and the $view widget

2019-08-01 Thread TonyM
ct keyword to extract MM and DD values. Regards Tony On Friday, August 2, 2019 at 2:28:56 AM UTC+10, Mohammad wrote: > > In tiddlywiki.com create a tiddler with a filed called yd > > in the yd filed enter the below value > > 20190801 > > and in the text filed enter the

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread TonyM
And With *2019-08-01* give *20190801* (remove delimiters or return 2019 08 01 Do the reverse? add "-" tt position 4 6 8 Regards Tony On Friday, 2 August 2019 08:04:18 UTC+10, TonyM wrote: > > Josiah, > > I am busy at the moment but I am sure I can brainstorm s

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread TonyM
Josiah, I am busy at the moment but I am sure I can brainstorm some cases for regex. Does defining a macro containing the regex then using regexp resolve the use of "[ ]"? Off the top of my head - The equal test (already) - The Not equal test if there is one - Searching for common

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread TonyM
Mario et al http://print-tiddler.tiddlyspot.com/ .is cool, I do not need to tell people how to ctrl-p from a new window. However I am not even sure what it is so I can install it

Re: [tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Aidan Grey
I just tested again, and manually deleted everything. When i imported brand new, it worked fine. So there is something that isn't updating the older version to have the right details in the $:/commander tiddler. Again... It all works now, so no biggie. On Thu, Aug 1, 2019, 3:08 PM Aidan Grey,

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread TonyM
Thanks all, I have just started looking into the details you have provided. I will need to finish this by the end of the weekend, so I looks like a bit of roller coaster for me. Its the cherry on the top of my first commissioned TiddlyWiki. A project I expect to deliver lots back to the

Re: [tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Aidan Grey
So i deleted the original plugin, by disabling then deleting the tiddler $:/plugins/kookma/commander. Is there something different i should do? I would not be surprised at all if I messed up. Ultimately, i think it's all fixed now, so no biggie. On Thu, Aug 1, 2019, 1:55 PM Mohammad, wrote: >

Re: [tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Mohammad
Aidan! There is a working version on - Tiddlyspot demo page It works! I am afraid if you have changed some plugin tiddlers and after reinstalling TW keep them and still you use those hacked one! To check the new plugin works Simply drag and drop

Re: [tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Aidan Grey
I dragged and dropped, but no luck. Check the tiddlers... As given in $:/Commander, the search component says ...ui/search, but it's actually ...search/ui. On Thu, Aug 1, 2019, 1:10 PM Mohammad, wrote: > If you drag and drop the plugin link it should work okay! > Seems you are hacking and

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread Mohammad
Mark, Printing into pdf from a browser is a straightforward job! There are many tools over there! The problem is there is no good toold in TW lets you control what you want to print in what order in which size with border, gutter, page numebr, PrintRiver is good starting point! It needs

Re: [tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Mohammad
If you drag and drop the plugin link it should work okay! Seems you are hacking and needs only part of it! Good luck Mohammad On Thursday, August 1, 2019 at 11:17:52 PM UTC+4:30, Aidan Grey wrote: > > Fixed it. > > Replaced those two missing tiddlers below with >

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread 'Mark S.' via TiddlyWiki
TW stores tiddlers as JSON internally, right? So the plugin/macro would need to take existing tiddler JSON, convert it to JSON used by library, and feed it to the library. Additional tasks would include converting images to the data format the library wants. It kind of looks like the font set is

Re: [tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Aidan Grey
Fixed it. Replaced those two missing tiddlers below with {{$:/plugins/kookma/commander/search/ui}} <> Apparently, you changed the UI names On Thursday, August 1, 2019 at 12:39:18 PM UTC-6, Aidan Grey wrote: > > The problem seems to be that I'm missing these tiddlers: > >

Re: [tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Aidan Grey
The problem seems to be that I'm missing these tiddlers: $:/plugins/kookma/commander/ui/search $:/plugins/kookma/commander/ui/tiddler-selection Actually, looks like I'm missing all ui tiddlers: $:/plugins/kookma/commander/title/ui $:/plugins/kookma/commander/title/uicomp/add-remove-chars

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread Mohammad
Mario, TW really needs to have such a tool! BTC has introduced the great Print River plugin, and it is really helpful! I think having a tool such as pdfmake to create pdfs, books and control what it is needed in which order is so important! --Mohammad On Thursday, August 1, 2019 at 10:24:51

Re: [tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Aidan Grey
I went from tiddlyspot because i can't figure it how to get it off of github. It says v 1.2.2, so I've got that bit right. Would it hep to just upload the tw for examination? On Thu, Aug 1, 2019, 12:09 PM Mohammad, wrote: > Aidan, > Have you installed it from tiddlyspot or GitHub? > Would

[tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Mohammad
Aidan, Have you installed it from tiddlyspot or GitHub? Would also check the version of installed plugin? Nothing in the UI has been changed. --Mohammad On Thursday, August 1, 2019 at 10:21:14 PM UTC+4:30, Aidan Grey wrote: > > I have deleted previous installs and reinstalled/imported the

[tw5] Re: [Comment] Before now was a clearer open thing...

2019-08-01 Thread @TiddlyTweeter
Regarding what do WE do with our tech. 1 - we interlink it better so that we form a community of connected equals 2 - we better optimize tools for optimal auto-recognition by The Machine I have to say that TW is one of the most amazingly evolved wikis in history that nobody sees. That is

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread PMario
Hi, Some time ago, I did stumble upon this: http://pdfmake.org/playground.html github: https://github.com/bpampuch/pdfmake I think TW could use this library. ... I'm not sure, since I didn't do any tests but I do like the possibilities of the library. -m -- You received this message

[tw5] Re: Tiddler Commander Release 1.2.2 Minor release issue fixed

2019-08-01 Thread Aidan Grey
I have deleted previous installs and reinstalled/imported the plugin. Still no search or tiddler selection section as in previous versions. Am I missing something? Does it work differently? On Wednesday, July 31, 2019 at 1:08:27 AM UTC-6, Mohammad wrote: > > *Announcement: Tiddler Commander

[tw5] Re: [Comment] Before now was a clearer open thing...

2019-08-01 Thread @TiddlyTweeter
I think its a difficult problem. But an interesting one. At least, being human, we can cognise its an issue. I mean its not totally determinate. If it were we'd not be having this conversation. The Machine would, however, not know that. By which I mean we are not determined by the tech, but

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-08-01 Thread PMario
Hi Tony, see: http://print-tiddler.tiddlyspot.com/ ... Not exactly what you want, but still cool stuff. -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

Re: [tw5] Simple datepicker using $edit-text widget

2019-08-01 Thread Mohammad
Thank you Jeremy! On Thursday, August 1, 2019 at 8:34:08 PM UTC+4:30, Jeremy Ruston wrote: > > Hi Mohammad > > On 1 Aug 2019, at 16:57, Mohammad > > wrote: > > So, it is not encouraged! > > > Not if the intention is to be accessible to as many people as possible. > > The core does use the HTML5

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread Mohammad
Yes that is true! Using SnR when I want to rename tiddlers like tid01/example01 to tid01\example01 or change a filter [tag[mytag]] to [tag] I encounter problem. By the way, finding a string ended by say *myword *or contains a special format like *date *or *number *are among cases we cannot use

[tw5] date format and the $view widget

2019-08-01 Thread Mohammad
In tiddlywiki.com create a tiddler with a filed called yd in the yd filed enter the below value 20190801 and in the text filed enter the below script <$view field="yd" format="date" template="mmm 0DD, " /> It will show the below result Aug 01, 2019

[tw5] Re: [Comment] Before now was a clearer open thing...

2019-08-01 Thread h0p3
I am very interested in this problem. Technology is a double-edged sword; it is only ever a means. What ends do you prescribe? TW does something valuable in this space. What should it be? Where ought we go? On Thursday, August 1, 2019 at 7:36:08 AM UTC-4, @TiddlyTweeter wrote: > > I'm old and

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread @TiddlyTweeter
An issue in TW in filters with regex is that "[" "]" are needed too in regex for "character classes" (e.g. [a-f, A-G]) to get them to work requires a bit more than normal regex since you can't use square brackets directly in TW regex filters, otherwise its works as expected. A few things like

[tw5] Re: Open a Tiddler without navigating to it.

2019-08-01 Thread PMario
Hi, If you CTRL-click a link, it will be opened, without scrolling. -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

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread @TiddlyTweeter
I like regular expressions a lot. I'm not clear what people need though. The kind of thing I do with them I doubt most poeople would be interested in. I'll think about it. Maybe what is needed is an overview of the use of regex in TW (which is much wider actually than operators)? I think

Re: [tw5] Simple datepicker using $edit-text widget

2019-08-01 Thread Jeremy Ruston
Hi Mohammad > On 1 Aug 2019, at 16:57, Mohammad wrote: > > So, it is not encouraged! Not if the intention is to be accessible to as many people as possible. The core does use the HTML5 colour picker. Like the date picker, it falls back to an ordinary input control on browsers that don’t

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread Mohammad
Josiah, I would also appreciate if you could provide examples of common and regexp in TW! You favored me and provided a help page for SnR in Tiddler Commander! I know regexp is very powerful but in tiddlywiki.com there is little documentation on that! You can have a daily post like *An Example

Re: [tw5] Simple datepicker using $edit-text widget

2019-08-01 Thread Mohammad
Hi Jeremy, Many thanks for clarification! So, it is not encouraged! Cheers Mohammad On Thursday, August 1, 2019 at 8:13:31 PM UTC+4:30, Jeremy Ruston wrote: > > Hi Mohammad > > The trouble with some of these HTML5 features is that they are not > consistently implemented across browsers.

[tw5] Re: [Comment] Before now was a clearer open thing...

2019-08-01 Thread @TiddlyTweeter
Ciao Mark I believe you get it. That struggle "in the beginning"; the march to scale that lost "the other thing" (that bit is understandable). Then the "gamed" quantative (a box of sins?) that cuts legs off and makes an innacurate world of misrepresentation (motivated dysfunction we should

Re: [tw5] Simple datepicker using $edit-text widget

2019-08-01 Thread Jeremy Ruston
Hi Mohammad The trouble with some of these HTML5 features is that they are not consistently implemented across browsers. Input elements of type date have particularly poor support because they don’t work in IE or Safari: https://caniuse.com/#search=input-date

[tw5] Simple datepicker using $edit-text widget

2019-08-01 Thread Mohammad
Open and create a new tiddler and paste the below script <$edit-text tiddler="mytiddler" field="mydate" type="date"/> This simply lets you to set mydate field in mytiddler to a selected date! Look at the mytiddler tiddler and check the mydate field Is this a recommended procedure

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread @TiddlyTweeter
TonyM wrote: > > > I would not underestimate the value of a plain English operator like match > for easy to read tests especially when they control visibility and > structure in code. > Don't disagree. But its not a straw man. Its the intelligent man--when you need her. Your example triumphed

[tw5] Re: [Comment] Before now was a clearer open thing...

2019-08-01 Thread 'Mark S.' via TiddlyWiki
I'm not sure exactly what you mean, but in the beginning Yahoo's search engine was based on actual humans organizing things by semantic terms. As the number of websites grew into a riotous horde, this approach became impracticable. Eventually the big G won out with robots searching for new

[tw5] Re: Yet another ToDO list question(actually filter problem)

2019-08-01 Thread Paul Boughner
My apologies Mat. I just opened the macro and started deciphering the documenting tiddlers. I suffer from making assumptions to quickly. Everything I need is right there, thanks again! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread TonyM
Josiah I would not underestimate the value of a plain English operator like match for easy to read tests especially when they control visibility and structure in code. On regex you could give the community A great resource if you provide 10 to 20 top regex tests we may want to use. I could

[tw5] Re: Open a Tiddler without navigating to it.

2019-08-01 Thread TonyM
Thanks mat, they both have there place including the open in new window button. I have a modified open in new window button that closes the tiddler more a move to new window. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread @TiddlyTweeter
ciao Reakforblue "... if I can ever become comfortable with CSS and TW as a whole" CSS is as flexible in TW as it is anywhere. But we have been poor at making it easy to innovate with it. It is still cumbersome. Just MO TT On Thursday, 1 August 2019 12:04:33 UTC+2, Reaktorblue wrote: > >

[tw5] Re: How to get a "Field Variables"?

2019-08-01 Thread Mat
[{!!book_title}] should work, it is a standard syntax (did you test it?) you can also do [get[book_title]] If none of these work, I think you will need to explain your question again. Also, in your original statement <$list filter="[field:book_title[A]] -[title[Manage

[tw5] Re: [Comment] Before now was a clearer open thing...

2019-08-01 Thread @TiddlyTweeter
repeat for email users ... On Thursday, 1 August 2019 13:36:08 UTC+2, @TiddlyTweeter wrote: > > I'm old and worn out. > > In the early days of the emergence of the net there was a whole > sub-culture exploring "qualitative" data. What happened was that Google and > other "Net Machines" took

[tw5] Re: [Opinion] TW is good because it is NOT a dependent. Mother births mother herself, not children

2019-08-01 Thread @TiddlyTweeter
repeat for email users ... On Thursday, 1 August 2019 12:33:50 UTC+2, @TiddlyTweeter wrote: > > Sometimes it is worth saying the obvious. > > A vanilla TW is NOT dependent on anything other than itself. > > I think the implications of that are maybe not so obvious immediately! > > But, TW can be

[tw5] Re: How to get a "Field Variables"?

2019-08-01 Thread Jed Carty
It does work, that is how you reference a field inside a filter. Put this in the HelloThere tiddler on tiddlywiki.com to see that it works. <$list filter='[{!!tags}]'> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: How to get a "Field Variables"?

2019-08-01 Thread PLATO
if [+{ , Can't work. 在 2019年8月1日星期四 UTC+8下午6:43:22,Mat写道: > > Sorry, I meant [{!!book_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

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread @TiddlyTweeter
> > Now we would say > [regexp[^caseone$]] The difference here is that ^ is the marker for "start of string" and $ "end of string", regex meta characters. But there would be no difference between [regexp[caseone]] and [match[caseone]] So you are not really comparing equal cases. It

[tw5] Re: How to get a "Field Variables"?

2019-08-01 Thread Mat
Sorry, I meant [{!!book_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 view this discussion on the web

[tw5] Re: How to get a "Field Variables"?

2019-08-01 Thread PLATO
Can't work. [{!!A}] is incorrect 在 2019年8月1日星期四 UTC+8下午5:58:03,Mat写道: > > Maybe > > <$list filter="[{!!A}] -[title[Manage Books]]+[sort[created]]"> > > <:-) > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-08-01 Thread @TiddlyTweeter
An aside in this thread.., but not irrelevant. Mat: I barely even know regexp badly. That is basically the only one I > know for exctly the reason of being able to make an exact comparison. BUT > don't take my word for it, I just found it on the web.. Regex is one of few areas of computing

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread Reaktorblue
The OneNote that's currently in circulation is being webified, if you can call it that. Just like most other Microsoft products. I don't know if it would be possible to get those records into TW but if I can ever become comfortable with CSS and TW as a whole, I'd probably abandon the whole

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread @TiddlyTweeter
Ciao Reaktorblue i see the inflex in OneNote *Maybe we should explore more HOW to leverage getting it's records into TW?* One thing I want to comment is OneNote is OLD software already. Some of its inflexibility arises, I trhink, purely because of its need to support its own legacy. Best

[tw5] Re: How to get a "Field Variables"?

2019-08-01 Thread Mat
Maybe <$list filter="[{!!A}] -[title[Manage Books]]+[sort[created]]"> <:-) -- 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

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread Reaktorblue
OneNote is now bundled with Windows 10 and that's pretty much the version you get. I'm an Office 365 Insiders subscriber and OneNote is no longer part of that package. One of the biggest issues I take with OneNote is that the UI is not configurable at least not at this current point in time.

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread @TiddlyTweeter
Ciao Werner Your point was well taken by me. For PRACTICAL work. Its easier to use one method. I'm thinking. "How complex is the OneNote format?" Anyd could TW import it? Best wishes TT On Thursday, 1 August 2019 11:37:41 UTC+2, Werner wrote: > > > > Am Mittwoch, 31. Juli 2019 08:06:43 UTC+2

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread @TiddlyTweeter
Agree In OneNote's favour, over the years, its got better at not being quite so proprietary. In its early versions it was heavily linked into other Microsoft products. It is mature software now and does a bunch of things needed in a more open way. I think the "bottom-line" in TW is maybe "WE

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread 'Werner' via TiddlyWiki
Am Mittwoch, 31. Juli 2019 08:06:43 UTC+2 schrieb TonyM: > > Werner > > Thanks for sharing. A few quick notes; > > I don't think one notes functionality is diminishing in office 365 in some > ways its stronger than ever in the o365 platform. I stand to be corrected. > > One note is an

[tw5] How to get a "Field Variables"?

2019-08-01 Thread PLATO
I want to call the value of field, how to get it ? <$list filter="[field:book_title[A]] -[title[Manage Books]]+[sort[created]]"> =a field Variables,not field's name. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Open a Tiddler without navigating to it.

2019-08-01 Thread Mohammad
Added to TW-Scripts. On Thursday, August 1, 2019 at 12:01:06 PM UTC+4:30, Jed Carty wrote: > > This is one way: > > <$button> > <$action-navigate $to=SomeTiddler $scroll=no/> > DO EET!! > > > making a macro to style it like a link and use the tiddler text as the > button text could make it less

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread 'Werner' via TiddlyWiki
Am Dienstag, 30. Juli 2019 14:32:11 UTC+2 schrieb Mat: > > Werner wrote: > > >> To be fair, the search function in ON is great. >> > > What makes it great? > > <:-) > Just wanted to be fair and not seem to be bashing OneNote. It's fast and it spans over multiple notebooks which I found

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-01 Thread @TiddlyTweeter
Tx Mark! I'm updating now ... I'll test and respond later. One thing I wanted to comment, slightly OT, but interesting ... Mark S. wrote: > > Ok. Great. I would just patch my own version, but I know you've already > made changes to yours. So I'll describe what to do next. > I often wonder if

[tw5] Re: Open a Tiddler without navigating to it.

2019-08-01 Thread Mat
You can also simply hold down the Ctrl key while clicking on the link. <:-) -- 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

[tw5] Re: Yet another ToDO list question(actually filter problem)

2019-08-01 Thread Mat
On Thursday, August 1, 2019 at 2:56:04 AM UTC+2, Paul Boughner wrote: > > Yep, that would do what I want. I will need to pull it apart as have more > than just one category. Like endOfWeekReview, escalate, farmOut, > lessonLearned, etc. > If I recall, you can use as many "categories" as you

[tw5] Re: Open a Tiddler without navigating to it.

2019-08-01 Thread TonyM
Thanks Jed, That works perfectly. I had missed that $scroll parameter. Into my documentation the one goes. Regards Tony On Thursday, August 1, 2019 at 5:31:06 PM UTC+10, Jed Carty wrote: > > This is one way: > > <$button> > <$action-navigate $to=SomeTiddler $scroll=no/> > DO EET!! > > >

[tw5] Re: Open a Tiddler without navigating to it.

2019-08-01 Thread Jed Carty
This is one way: <$button> <$action-navigate $to=SomeTiddler $scroll=no/> DO EET!! making a macro to style it like a link and use the tiddler text as the button text could make it less obtrusive. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Open a Tiddler without navigating to it.

2019-08-01 Thread TonyM
Folks, I have a lots of tiddlers I want to open in the story. Once I have done this I will do something on each tiddler. But until then I do not want to have to scroll back to my list. Can anyone tell me how to provide a link to a tiddler in a list that will open but not navigate to it?

[tw5] Re: Timeline in Tiddlywiki

2019-08-01 Thread Mohammad
Thanks Joshua, I am working on this to develop a plugin! I will publish a beta soon! Also thank you for sharing the Prezi sample! It is a dynamic timeline! > > --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this