[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
Works {{{ [{!!title}split[-]join[]] }}} Thanks Heaps On Thursday, 7 December 2017 12:27:18 UTC+11, Diego Mesa wrote: > > Hey Tony, > > Sorry if I misunderstood, but couldnt you accomplish this using tobias' > join and split filters as: > > {{{ [[2017-11-29]split[-]join[]] }}} > > Diego > >

[tw] Re: TiddlyServer 2.0.9

2017-12-06 Thread Riz
Pardon my ignorance, but what does *"basic WebSocket server which connects with data folders*" imply? Does that mean changes made in the filesystem will show up in browser without restarting the server like Jed's plugin? On Thursday, 7 December 2017 07:42:27 UTC+5:30, Arlen Beiler wrote: > >

Re: [tw] Re: TiddlyServer 2.0.9

2017-12-06 Thread Arlen Beiler
That is what "basic WebSocket server" allows, but I haven't implemented that yet since it requires the data folder to include that functionality as a plugin. We still have to hash it out in the TiddlyWiki core server command and then I will implement that in TiddlyServer, but for now it just has a

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
Diego, I will look into It but I do need to pass the current tiddler title to it and in the case for Christian he needs to ignore the Day of Week at the end of the title. Great lead thanks Tony On Thursday, 7 December 2017 12:27:18 UTC+11, Diego Mesa wrote: > > Hey Tony, > > Sorry if I

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
So thus <$list filter="[{!!title}split[-]join[]]" > ;<$view field="title" format="date" template="DDD DDth MMM "/> ;<$view field="title" format="date" template="DDD"/> etc... On Thursday, 7 December 2017 12:32:35 UTC+11, TonyM wrote: > > Diego, > > I will look into It but I do need to

[tw] TiddlyServer 2.0.9

2017-12-06 Thread Arlen Beiler
I've made a new release with all the recent changes to TiddlyServer. This is the last release using TiddlyWiki 5.1.14. You can read all about it at the link below. https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.9 Enjoy! Arlen -- You received this message because you are subscribed to

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread Diego Mesa
No problem! And thanks to Tobias for making these (and many more) excellent, well-documented plugins! On Wednesday, December 6, 2017 at 7:40:54 PM UTC-6, TonyM wrote: > > Works > > {{{ [{!!title}split[-]join[]] }}} > > Thanks Heaps > > On Thursday, 7 December 2017 12:27:18 UTC+11, Diego Mesa

[tw] Re: Explaining (some) Newbie(s) Confusion

2017-12-06 Thread 'Mark S.' via TiddlyWiki
Perhaps http://hitchhikers.wikia.com/wiki/Marvin On Wednesday, December 6, 2017 at 9:17:20 AM UTC-8, @TiddlyTweeter wrote: > > Dear Stranger > > Thank you for the tip. > > Where is Marvin's Wiki? > > Ye Beginner > > Mark S. wrote: >> >> It's just the little down arrow in the upper right hand side

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread 'Mark S.' via TiddlyWiki
I don't think 'sameday' will help in this case, because the needed input (the tiddler title) is formatted as year-month-day and not MMDD. If the regexps filter were approved, then you could split up the text date and recreate it as MMDD and then use sameday. -- Mark On Wednesday,

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread Tobias Beer
Hi Chris, See this discussion about the sameday Operator: https://groups.google.com/forum/#!searchin/tiddlywiki/sameday$20journal%7Csort:date/tiddlywiki/V33mvijcKQU/WvIdYPHXBAAJ -tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread 'Mark S.' via TiddlyWiki
Wrap them in the link widget: <$link to=<>><> Good luck, Mark On Wednesday, December 6, 2017 at 8:36:11 AM UTC-8, christianhauck wrote: > > cool > > I modified slightly by adding a horizontal line before, and comma space > between the tiddlers as they are displayed. > > One more question: the

[tw] Re: Explaining (some) Newbie(s) Confusion

2017-12-06 Thread @TiddlyTweeter
Dear Stranger Thank you for the tip. Where is Marvin's Wiki? Ye Beginner Mark S. wrote: > > It's just the little down arrow in the upper right hand side of the > screen. It doesn't have a name, but I call it "Marvin" because he was > always a little *Down*. > -- You received this message

[tw] Re: muuri.js library useful? any Ideas how to use this?

2017-12-06 Thread @TiddlyTweeter
FYI, works for me on Firefox ESR 52 (64-bit) same as on Chrome 62 (32-bit) Windows. Its suggestive. I'm kinda also thinking that TW might be natively be able to do what that does too? Given the way CSS works in TW much of it looks like assemblage, rather than more JS. Not sure. I'm

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread 'Mark S.' via TiddlyWiki
You can test this code on tiddlywiki.com. The tiddler you're in has to have the date properly formatted, and be in view (not edit/preview) mode. For better performance, you really need to tag your journals as "Journal" rather than looking through every single tiddler as I do here: <$list

[tw] Introducing GiffMarks

2017-12-06 Thread Dave Gifford - http://www.giffmex.org/
Hi all After years of experimenting I think I have finally solved, for me, the tensions between a number of opposing goals: - Quick entering of notes topically as I find them - Quick retrieval of notes by topic or by source - Link each note quickly to its source and that source's

[tw] Re: TW5 Maarfapad edition UI revamp: feedback

2017-12-06 Thread @TiddlyTweeter
Ciao Abraham It looking good. The approach is a good one to hone it down to minimal steps to get started. Small points ... -- "To your right is the *sidebar*". Well it isn't open on the demo for me so its not on the right :-). Maybe mention the ">>" that opens it? -- "Everything in this

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread christianhauck
cool I modified slightly by adding a horizontal line before, and comma space between the tiddlers as they are displayed. One more question: the tiddlers shown are only Tiddlers that work as links if they are written in CamelCase. If not, they are just plain text. Is there a way to convert

[tw] Re: TW5 Maarfapad edition UI revamp: feedback

2017-12-06 Thread Abraham Samma
Thanks for the valuable feedback Josiah. Yeah that "tutorial" isn't going to be around much longer. I wrote it *before *I this demo. Its also going to be revamped. I'll take your suggestions. In fact, this CDN link is synced to my github repo so you'll be able to the changes as I publish my

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread christianhauck
:D -- 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.

[tw] Is Edit-CompText broken?

2017-12-06 Thread Dave Gifford - http://www.giffmex.org/
I followed the instructions and it didn't work for me. Nor does typing [[ at the demo site work (http://snowgoon88.github.io/TW5-extendedit/). -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: Introducing GiffMarks

2017-12-06 Thread Diego Mesa
Thanks very much for sharing this! It will be a useful learning tool for me. On Wednesday, December 6, 2017 at 10:53:53 AM UTC-6, Dave Gifford - http://www.giffmex.org/ wrote: > > Hi all > > After years of experimenting I think I have finally solved, for me, the > tensions between a number of

[tw] Introducing GiffMarks

2017-12-06 Thread Ste Wilson
Slightly off topic... I really enjoyed guns germs and steel. -- 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

[tw] Re: Introducing GiffMarks

2017-12-06 Thread Dave Gifford - http://www.giffmex.org/
Yes, Ste, what a great book. I am almost finished reading it, but haven't really added any notes for it yet. On Wednesday, December 6, 2017 at 4:21:45 PM UTC-5, Ste Wilson wrote: > > Slightly off topic... > I really enjoyed guns germs and steel. -- You received this message because you are

[tw] Extending TiddlyWiki editor with fieldModules / editType ?

2017-12-06 Thread Evan Balster
Hello — I build wikis with complex relationships and field information. Tagging is great for simpler wikis but some use-cases need more specific relationships like "parents", "spouse" and "friends"... Typing titles of related entities is tedious and error-prone. And I've been aware for some

[tw] how do display all tiddlers created on a particular day

2017-12-06 Thread christianhauck
I have journal tiddlers with the date as title - I changed the format to -0MM-0DD ddd , for example today is "2017-12-06 Wed" I try to have a function (which I could transclude in the template for journal tiddlers at the bottom) which does the following: - look up the title (not use the

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread BurningTreeC
couldn't you sort it by creation date, not by modification date? like !sort[created] Am Mittwoch, 6. Dezember 2017 11:33:11 UTC+1 schrieb christianhauck: > > I have journal tiddlers with the date as title - I changed the format > to -0MM-0DD ddd , for example today is "2017-12-06 Wed" > > I

[tw] Re: Auto Tiddler Tag Linking.

2017-12-06 Thread tobaisch
"Just to derail slightly but..." You are crashed the maintopic! -- 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

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread Tobias Beer
Hi Mark, Why would the requirement be to operate on *title* if the *created* field has the same date in the format needed for filtering? Or is it that something like "samemonth" is needed? -tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] Re: Introducing GiffMarks

2017-12-06 Thread @TiddlyTweeter
Ciao Dave G, More than anything, looking at that TiddlyWiki, comes over the work done in the background. its pretty immense. Much respect Josiah On Wednesday, 6 December 2017 17:53:53 UTC+1, Dave Gifford - http://www.giffmex.org/ wrote: > > Hi all > > After years of experimenting I think I

[tw] Re: Introducing GiffMarks

2017-12-06 Thread @TiddlyTweeter
GUNS, GERMS & STEEL is okay. Its a cod anthropology. Extremely misleading, but fun. Best wishes Josiah On Wednesday, 6 December 2017 22:28:49 UTC+1, Dave Gifford - http://www.giffmex.org/ wrote: > > Yes, Ste, what a great book. I am almost finished reading it, but haven't > really added any

[tw] Re: Is Edit-CompText broken?

2017-12-06 Thread TonyM
Just looked my self Create a new tiddler and type [[Ab something happened for me, it appears to be case sensitive. No further testing yet. Regards tony On Thursday, 7 December 2017 08:27:47 UTC+11, Dave Gifford - http://www.giffmex.org/ wrote: > > I followed the instructions and it didn't

Re: [tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread Jeremy Ruston
Hi Christian Just jumping in to say "hi", it's good to see you posting to the group, and learn that you are still using TiddlyWiki. For those that don't recognise Christian's name, he was one of the very first people to post a TiddlyWiki-based website, back in October 2004, just a couple of

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
I am not sure I understand what you are doing but I use the title to sort my -0MM-0DD TIDDLERS, if you must add day of week to the title then look at the prefix opperator to use tge first 10 characters. I would leave day of week out of the title and find it from the title date. In fact I

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
Post script, I use new here from a given date tiddler to create other tiddlers tagged withthe date tiddler 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

Re: [tw] Extending TiddlyWiki editor with fieldModules / editType ?

2017-12-06 Thread Jeremy Ruston
Hi Evan One of the more flawed early design choices for TiddlyWiki was that some of the special behaviour of the modified, created, color, tags, and list fields is defined in JavaScript in boot.js, and is only accessible to wikitext via the magic that the <$edit> widget uses to choose whether

[tw] Re: Introducing GiffMarks

2017-12-06 Thread Dave Gifford - http://www.giffmex.org/
cod? Not sure I understood, so I looked here https://acronyms.thefreedictionary.com/COD. Still not sure. On Wednesday, December 6, 2017 at 5:06:52 PM UTC-5, @TiddlyTweeter wrote: > > GUNS, GERMS & STEEL is okay. > > Its a cod anthropology. Extremely misleading, but fun. > > Best wishes > Josiah

[tw] Re: Is Edit-CompText broken?

2017-12-06 Thread Dave Gifford - http://www.giffmex.org/
Hi Tony...man am I dense. I imported the plugin to one file, and tested it in a different file, and couldn't figure out why it wasn't working! Case solved. On Wednesday, December 6, 2017 at 6:05:13 PM UTC-5, TonyM wrote: > > Just looked my self > > Create a new tiddler and type [[Ab something

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread 'Mark S.' via TiddlyWiki
Yeah, the created date would work if Christian isn't like me, making new journals a week after the event occurred. On Wednesday, December 6, 2017 at 2:06:22 PM UTC-8, Tobias Beer wrote: > > Hi Mark, > > Why would the requirement be to operate on *title* if the *created* field > has the same

[tw] Re: Introducing GiffMarks

2017-12-06 Thread @TiddlyTweeter
lol. not everything is on the net. "The Doctor would *cod* the lady of the flat or her maid into holding the torch for him." -- Charles Raven, *Underworld Nights, *p.53, 1957. Basically, in the context, it means a sweet con-job you hardly notice. The severe form of it would be "codswallop".

[tw] Re: Introducing GiffMarks

2017-12-06 Thread 'Mark S.' via TiddlyWiki
I think this would be more of a cod book: https://www.amazon.com/Cod-Biography-Fish-Changed-World/dp/0140275010 After GS, you might also enjoy Niall Ferguson's "Civilization: The West and the Rest" which deals with a similar, more contemporary issue. On Wednesday, December 6, 2017 at 3:44:36

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
Christain, This little snip it may help. If text dates including the title uses hyphens eg 2017-11-28 you can do the following ie; You can treat the text date as a serial number date. <$view field="title" format="date" template="DDD DDth MMM "/> Or any other date format. Such as this

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
Mario, Just want to draw your attention to this method below to contradict your "Converting a tiddler title to a date isn't that easy at the moment" Posted above This little snip it may help. If text dates including the title uses hyphens eg 2017-11-28 you can do the following ie; You can

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread 'Mark S.' via TiddlyWiki
I don't think this works -- it's going the wrong way. You can use <$view> to convert a TW date to a text date, but not to convert a text date to a TW date. If you have an example going from text date (e.g. 2017-07-21 Tues) to TW date, that would be very interesting. On Wednesday, December 6,

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
Mark, The Problem I have now is the title date 2017-11-29 is returning Wednesday 2nd November 2016 which is - 1 and only the first digit of the dd. It is also occurring on tiddlywiki.com so back to the drawing board. All I need to do is remove the hyphens so they are not part of a date

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
I wish there were a Remove string eg "-" as there is a removeprefix and removesuffix. On Thursday, 7 December 2017 11:32:32 UTC+11, TonyM wrote: > > Mark, > > The Problem I have now is the title date 2017-11-29 is returning Wednesday > 2nd November 2016 which is - 1 and only the first

[tw] Re: Is Edit-CompText broken?

2017-12-06 Thread TonyM
We all do Stuff like that but often Hide it :) On Thursday, 7 December 2017 10:59:32 UTC+11, Dave Gifford - http://www.giffmex.org/ wrote: > > Hi Tony...man am I dense. I imported the plugin to one file, and tested it > in a different file, and couldn't figure out why it wasn't working! Case >

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread 'Mark S.' via TiddlyWiki
Yes -- which goes back to Mario's post and reference to https://github.com/Jermolene/TiddlyWiki5/pull/2963 . However, as Tobias pointed out, none of this would be necessary if you could count on the "created" date being the same as the Title

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread TonyM
MarK, I am building a Jounaling tool in part for my father who wants to transfer paper notes to tiddlywiki, in has case almost no Journal entry will have the created date = to the title date, So I contemplated a button to set created from the title date, but I gave up on this when it seemed I

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread Diego Mesa
Hey Tony, Sorry if I misunderstood, but couldnt you accomplish this using tobias' join and split filters as: {{{ [[2017-11-29]split[-]join[]] }}} Diego On Wednesday, December 6, 2017 at 6:32:32 PM UTC-6, TonyM wrote: > > Mark, > > The Problem I have now is the title date 2017-11-29 is

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread PMario
Hi, Converting a tiddler title to a date isn't that easy at the moment. ... But you could vote up this PullRequest https://github.com/Jermolene/TiddlyWiki5/pull/2963, which would make it much easier. have fun! mario -- You received this message because you are subscribed to the Google

[tw] [TW5] Is there a plugin for radio targets emacs analog in TW?

2017-12-06 Thread Martian
Hi! Emacs has such link tool -* radio targets - *when you put somethere <<>> then anythere else found such "text as target" will be shown and function as link to target place. Is any way of repeat such functionality in TW5 ? -- You received this message because you are subscribed to the Google

[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread christianhauck
I don't want to tag individual tiddlers with date journal tiddler, I want to pull the list in (create it dynamically) automatically. List of all tiddlers (old, or new) which have been touched/updated on the "nominal" date of the journal tiddler. therefore: get the "nominal" date from the title

[tw] Re: [FF57] life after TiddlyLockPlugin

2017-12-06 Thread Lost Admin
For what it's worth, I've been using TiddlyWiki with the WebDav saver for many months now. I did some testing with locking using Apache (2.4) and it works well. The only issue I have, which PMario alluded to, is that the WebDav saver does not properly get a new "token" to be able to identify

[tw] Re: [TW5] Is there a plugin for radio targets emacs analog in TW?

2017-12-06 Thread Eric Shulman
On Wednesday, December 6, 2017 at 6:24:17 AM UTC-8, Martian wrote: > > Emacs has such link tool -* radio targets - *when you put somethere > <<>> then anythere else found such "text as target" will be > shown and function as link to target place. > Is any way of repeat such functionality in TW5