[tw5] Re: Remove few characters from title

2019-02-16 Thread Mal
To remove last 3 characters, replace "rest" with "butlast". Regards, Mal -- 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: Remove few characters from title

2019-02-16 Thread Mohammad
Wonderful Mal, How about removing last three chars? See this based on your solution \define remtitle(MyTitle:"") <$text text={{{ [<__MyTitle__>split[]rest[3]join[]] }}} /> \end <> <> ammad 43 On Sunday, February 17, 2019 at 10:20:30 AM UTC+3:30, Mal wrote: > > Mahommad, > > How

[tw5] Re: Dynamic Tables macro - turning table headers into links?

2019-02-16 Thread TonyM
Barro, Dynamictables is a great tool. Since a tiddler defines each column it would be possible to add column-header and column-footer fields that are wikified if they exist for each column. I have done something similar and I call them column tiddlers. These columns can be unified by being

[tw5] Re: Remove few characters from title

2019-02-16 Thread Mal
Mahommad, How about: [[Mytitle]split[]rest[3]join[]] It only works in 5.1.20 prerelease and uses a similar approach to my answer in this thread: produce zero padded number using RANGE operator. Regards, Mal -- You received

[tw5] Re: Remove few characters from title

2019-02-16 Thread Mohammad
That's true Tony! Sending from cell phone caused that misspelled auto correct!! --Mohammad On Sunday, February 17, 2019 at 10:16:48 AM UTC+3:30, TonyM wrote: > > I think you meant "characters"? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Remove few characters from title

2019-02-16 Thread TonyM
I think you meant "characters"? -- 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

[tw5] Re: Quick Opinion -- The "Empty" sidebar is perhaps doing far too much?

2019-02-16 Thread barrowgloom
> > Wonderful. Thanks for sharing this moral perspective. It's quite > prophetic in these "dayze" of internet noise. > Agreed and why I couldn't resist posting it. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Dynamic Tables macro - turning table headers into links?

2019-02-16 Thread barrowgloom
I'll have to look at dynamic tables, but column headers themselves would be hard to put links on-- since they would be linking to many tiddlers (all that it is displaying), maybe a link using "button" widget to a tiddler with a flist ilter of all the column is displaying, but normally you

[tw5] Re: TiddlyWiki on SharePoint - Real world Application

2019-02-16 Thread TonyM
Tony, Remember a link shortner can help, especialy if you can host your own, and use user friendly names. Regards Samename -- 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

[tw5] Re: Days operator offset by 1 day in timezones west of GMT

2019-02-16 Thread TonyM
Mark, I wonder if it makes sence setting a date only actualy to midday, mmdd1200 This possibly can be done within the date format. If its 00:04 do we realy think 5 mins ago was a day ago when a day implies 24 hours? Regards Tony -- You received this message because you are subscribed to

[tw5] Remove few characters from title

2019-02-16 Thread Mohammad
Using the current filter operators how is it possible to select, or split the first three chapters of a title, how this can be done for the last three chapters? Example Mytitle > itle Mytitle > Myti Cheers Mohammad -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-16 Thread TonyM
Bimlas, Thanks for your answers. It is good that disqus is seperate entirely because it allows it to be used independantly of the savability of the wiki. So hosting a single file wiki on any basic server can have interaction. I understand it does not match the tiddlywiki philosopy but I am not

[tw5] Re: produce zero padded number using RANGE operator

2019-02-16 Thread S. S.
Very nifty! On Saturday, February 16, 2019 at 6:41:51 PM UTC+7, TonyM wrote: > > Mohammad, > > I am sorry, I am so late to this conversation. But I had requested such > zero fill, previously on github to prerelease of the Range operator, but > found a solution that suited me. I planned to make

[tw5] Re: [Satire] - sometimes you just want to suppress ...

2019-02-16 Thread S. S.
<$list filter="[all[current]bank[balance]] ~[[TiddlyWiki]!is[missing]]" emptyMessage="sad"> -- 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: On This Day in History For Personal Archive

2019-02-16 Thread Greg Davis
Hi LG, Just a note in case you want to use my tabbed calendar to explore journaling in TW.. I've been meaning to put together a way for someone to add new years, older or future, and I did. It is a json file that can be edited using search-and-replace to create all the tabs for a new year.

[tw5] Re: Sometimes you just want to suppress your links

2019-02-16 Thread S. S.
Hi Tony, Ref: *This needs to be documented.* I did link to the documentation on the tv-wikilinks variable However its full usefulness is not apparent from what is written, unless you can *link* it in your mind to what is written at the bottom

Re: [tw5] Re: produce zero padded number using RANGE operator

2019-02-16 Thread Mal
On Saturday, 16 February 2019 18:16:07 UTC+10, Jeremy Ruston wrote: > I've no objection to adding a padding operator. I think we should support > padding with any character, not just zeros, and somehow should support both > left and right padding. > > A generic padding function implemented

[tw5] Dynamic Tables macro - turning table headers into links?

2019-02-16 Thread Aaron
Came across Dynamic Tables , a very cool macro for creating tables. One usability thing I'd like to change though is that the column/row titles aren't hyperlinks back to the Tiddlers they're showing the data from. I've tried modifying it a

Re: [tw5] Tinka and TW 5.1.19+ Issue

2019-02-16 Thread 'Andreas Hahn' via TiddlyWiki
Hi, thank you for posting this and looking into it, I'll have a look at it soon and see if I can come up with a solution to get it working properly and future-poof it for the 5.1.20 release. /Andreas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-16 Thread bimlas
Tony, > Once again we are seriously fortunate to have you as a *full stack > developer who trying to make versatile stuff* taking an interest in > TiddlyWiki. > Thank you for your kind words, you made me happy. ^-^ > >- With the disqus plugin is there a need to write to the wiki, or

[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-16 Thread bimlas
I'm not familiar with the world of licenses. Could you tell me what's wrong with it? -- 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: Switzerland likes TiddlyWiki - grüezi!

2019-02-16 Thread @TiddlyTweeter
Ciao Hans IMO "showcasing" good fully working TiddlyWiki (not demos) is the single best way to get it wider attention and uptake. My two cents Josiah On Saturday, 16 February 2019 20:54:38 UTC+1, HansWobbe wrote: > > This is getting quite a bit of attention outside of the usual TW circles. >

[tw5] Re: Tool to create direct tiddler links which do not break after the change of the tiddler title

2019-02-16 Thread 'Vytas' via TiddlyWiki
Mohammad, as you pointed to Mario's uni-link plugin, I made a version my tool, where in case of a missing "id field" value, the "link button" creates an id (*2019-02-08-Present tiddler title-22:30:55-849ms*) AND a new alias equal to that id AND copies a corresponding link of the uni-link form

[tw5] Re: Switzerland likes TiddlyWiki - grüezi!

2019-02-16 Thread HansWobbe
This is getting quite a bit of attention outside of the usual TW circles. We could now reinforce that attention by linking to more "showcase of capabilities" material, perhaps even Dave's TiddlyWiki toolmap : Educational - examples of

[tw5] Re: Switzerland likes TiddlyWiki - grüezi!

2019-02-16 Thread 'Mark S.' via TiddlyWiki
Entered on TiddlyWiki toolmap : Educational - examples of organizing and presenting content On Friday, February 15, 2019 at 5:59:09 PM UTC-8, BurningTreeC wrote: > > Here's a tiddlywiki in the swiss wilds, very interesting! > >

[tw5] Re: Switzerland likes TiddlyWiki - grüezi!

2019-02-16 Thread 'Mark S.' via TiddlyWiki
Wow, how did you even discover this? The only clue that it was a TW is when hovering over the "close" icon. -- Mark On Friday, February 15, 2019 at 5:59:09 PM UTC-8, BurningTreeC wrote: > > Here's a tiddlywiki in the swiss wilds, very interesting! > > http://atlas-disciplines.unige.ch/ > --

[tw5] Re: Quick Opinion -- The "Empty" sidebar is perhaps doing far too much?

2019-02-16 Thread HansWobbe
Wonderful. Thanks for sharing this moral perspective. It's quite prophetic in these "dayze" of internet noise. ... But it also brings many perils... > > Some deeds may go unsung in the din, > intents mistaken and words unheeded. > So spears will be shaken, shields splintered, > egos will be

Re: [tw5] Re: Sometimes you just want to suppress your links

2019-02-16 Thread Jeremy Ruston
Hi Tony > This needs to be documented. It is documented, but I don't think the docs make the connection with this use case. > It would be nice to extend this further to stop other wikitext being > "processed". I would like to display the raw content of other tiddlers as one > example. You

Re: [tw5] Way to filter edited shadow tiddlers?

2019-02-16 Thread Jeremy Ruston
Hi Michael Try "[is[shadow]]" in the advanced search "filter" tab. It might be slightly counterintuitive: there is an implicit "[all[tiddlers]]" at the start of each filter run, so filtering down to those tiddlers that are also shadow tiddlers gives us those "real" tiddlers that overwrite a

[tw5] Way to filter edited shadow tiddlers?

2019-02-16 Thread Michael Gentry
See subject; I'm trying to figure out a way to filter for only those shadow tiddlers that have been changed/replaced from the system default. Is there a way to do that? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Tiddlymap

2019-02-16 Thread Reece Shaw
Hey everybody, I'm having some trouble with tiddlymap and have been unable to find the answer in the group or anywhere on the tiddlymap site. I need to change the background color of my graph because I have some icons that are all white that I'd like to use as node icons. All the theme

[tw5] Re: Tinka and TW 5.1.19+ Issue

2019-02-16 Thread David Nebauer
Subsequent posts in the thread explain further that the plugin is built successfully despite the javascript error. The same has happened to me (TW5.1.19, Tinka 0.4.0) though the internal javascript error I get is "Uncaught TypeError: Cannot read property 'ownerDocument' of undefined". This has

[tw5] Re: Days operator offset by 1 day in timezones west of GMT

2019-02-16 Thread 'Mark S.' via TiddlyWiki
I think you're talking about using your own dates, in the short form e.g. 20190216. Because you don't use all the digits of the time, TW pads the number and assumes that it is 201902160 or midnight GMT. Since at midnight GMT, it's still the 15th on days west of timezone GMT, the days

[tw5] Re: [Satire] - sometimes you just want to suppress ...

2019-02-16 Thread TonyM
I knew I was spending too much time learning Cobol years ago when waking in the middle of night I had the idea, If really, really need to have a pee, move "Yes" to need-to-go-to-toilet-flag Regards Tony On Saturday, 16 February 2019 23:00:30 UTC+11, BurningTreeC wrote: > > Suppress widgets

[tw5] Re: [Satire] - sometimes you just want to suppress ...

2019-02-16 Thread BurningTreeC
> > Suppress widgets <<.from-version 5.1.21>> ? >> >> How to I suppress my frustration waiting for a feature in a future >> version? >> >> Tony :) >> >> <$checkbox tiddler="$:/state/frustration" checked="on" unchecked="off" > default="on">suppress any kind of frustration > > this should work,

[tw5] Re: [Satire] - sometimes you just want to suppress ...

2019-02-16 Thread BurningTreeC
> > Suppress widgets <<.from-version 5.1.21>> ? > > How to I suppress my frustration waiting for a feature in a future version? > > Tony :) > > <$checkbox tiddler="$:/state/frustration" checked="on" unchecked="off" default="on">suppress any kind of frustration this should work, tested on

[tw5] Re: [Satire] - sometimes you just want to suppress ...

2019-02-16 Thread TonyM
Suppress widgets <<.from-version 5.1.21>> ? How to I suppress my frustration waiting for a feature in a future version? Tony :) On Saturday, 16 February 2019 22:49:02 UTC+11, BurningTreeC wrote: > > Given that we can suppress things from within our tiddlywiki using > > - checkboxes > - buttons

[tw5] Re: Sometimes you just want to suppress your links

2019-02-16 Thread TonyM
S S, That is a great solution! I suspected something similar was possible but I am not well versed in the variables like tv-wikilinks *This needs to be documented.* It would be nice to extend this further to stop other wikitext being "processed". I would like to display the raw content of

[tw5] [Satire] - sometimes you just want to suppress ...

2019-02-16 Thread BurningTreeC
Given that we can suppress things from within our tiddlywiki using - checkboxes - buttons - suppress widgets <<.from-version 5.1.21>> I'd like to gather some real-life usecases for widgets that can suppress stuff (I'm not a programmer I don't know if it's doable in javascript, but I'm sure we

[tw5] Re: produce zero padded number using RANGE operator

2019-02-16 Thread TonyM
Mohammad, I am sorry, I am so late to this conversation. But I had requested such zero fill, previously on github to prerelease of the Range operator, but found a solution that suited me. I planned to make make no claim for it to be better or worse than other examples, but perhaps I can :)

[tw5] Re: Quick Opinion -- The "Empty" sidebar is perhaps doing far too much?

2019-02-16 Thread TonyM
Barro, Perhaps it is as in the end_of_dayze, yet I am confident it is mostly on the "upside". Tony On Saturday, 16 February 2019 19:57:15 UTC+11, barro...@gmail.com wrote: > > Tony, > > All so very true. Funny you brought it up cause I was goin to post > something about it over at the Golden

[tw5] Re: I figured out how to do a macro for an image text link!

2019-02-16 Thread TonyM
Suzanne, Thanks so much for contributing to the community. You can feeling pleased and accomplished, and contributions are seen by newcomers and experts alike. Regards Tony On Saturday, 16 February 2019 14:36:31 UTC+11, Suzanne McHale wrote: > I am no good at programming, so this took about

[tw5] Sometimes you just want to suppress your links

2019-02-16 Thread S. S.
I hope I am not making mistakes in the below preamble & explanation. I will still I post it as it could be useful to know, and hopefully someone more knowledgeable can correct my interpretation. There are times when you transclude a field, and you do not want the Rendered text (since

[tw5] Re: I figured out how to do a macro for an image text link!

2019-02-16 Thread barrowgloom
Excellent! As I admitted elsewhere, I don't know enough other than make me dangerous, so hopefully more knowledgeable individual will speak up. But I am looking over your work to see if its an improvement over what I use-- my TW I have a multimedia manager of all my collected work on drive...

[tw5] Re: Quick Opinion -- The "Empty" sidebar is perhaps doing far too much?

2019-02-16 Thread barrowgloom
Tony, All so very true. Funny you brought it up cause I was goin to post something about it over at the Golden Age thread, but I just put it here-- Yes, Golden Age and I feel like a Vandal looking upon Rome, so much riches to use :) Also feel like one of the prophets of the street corner,

Re: [tw5] Re: produce zero padded number using RANGE operator

2019-02-16 Thread Jeremy Ruston
Hi Mal > It would be nice to have some sort of substring operator to be able to do > this without the gymnastics. On the other hand, a padding operator or even a > number formatting operator would also be nice, but I think Jeremy has already > commented on keeping the list of