[tw5] Re: Editing Drafts from JavaScript

2021-09-16 Thread 'Mark S.' via TiddlyWiki
It sounds like you would like to edit javascript in a mode similar to a code editor. You can use the code mirror plugin and the javascript for codemirror plugin to edit javascript text. You can get the plugins from the stand-alone TW by going to control panel (cog wheel) --> plugins (tab)

[tw5] Re: How to add a button to the up-right to close others?

2021-09-16 Thread Eric Shulman
By default the “close others” button appears in the tiddler View Toolbar “more” dropdown (as Birthe has shown). If you want to move this button from the “more” dropdown to the main tiddler View Toolbar, open the $:/ControlPanel (the gear icon in the sidebar), select the “Appearance” tab,

[tw5] How to add a button to the up-right to close others?

2021-09-16 Thread imleg...@gmail.com
I already find the command WidgetMessage: tm-close-other-tiddlers But I don't know how to add button to the up-right -- 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

Re: [tw5] Re: Question about the TiddlyWiki GG

2021-09-16 Thread CJ Veniot
Well, personal cognitive issues regarding TiddlyTalk aside, edit of posts by moderators, in and of itself, is reason enough for me to not participate in a forum. That kind of thing goes against my personal I.T. philosophies ("protect the system", "protect the users from bad system behaviour",

Re: [tw5] Re: Question about the TiddlyWiki GG

2021-09-16 Thread Jeremy Ruston
Hi CJ > Thanks for the confirmation, Jeremy. That is the way I like things. > > And the push I needed to bail on TiddlyTalk completely. I think the incident was a momentary misjudgement on the part of an individual. It has led to a healthy discussion about what users expect when they write a

[tw5] Re: Question about the TiddlyWiki GG

2021-09-16 Thread Charlie Veniot
Thanks for the confirmation, Jeremy. That is the way I like things. And the push I needed to bail on TiddlyTalk completely. Re TiddlyTalk, I don't know which is worse: that people's posts can be edited by moderators, or that there is no clear "Terms of Use" or other indicator that posts can

[tw5] Re: Question about the TiddlyWiki GG

2021-09-16 Thread Jeremy Ruston
Hi CJ That's correct, Google Groups allows admins to delete posts and to reply to the author, but nothing else. Best wishes Jeremy On Thursday, September 16, 2021 at 1:19:39 PM UTC+1 cj.v...@gmail.com wrote: > Am I correct in saying that GG moderators do not and cannot edit posts by >

[tw5] Question about the TiddlyWiki GG

2021-09-16 Thread Charlie Veniot
Am I correct in saying that GG moderators do not and cannot edit posts by members? -- 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] Re: tw editions and docker questions

2021-09-16 Thread Jean-Pierre Rivière
thank you Xavier. got it. As for fr-FR-server, I think it should only have these tiddlers for its tiddlers (no more, no less): ├── $__Acknowledgements.tid ├── $__ContributionBanner.tid ├── $__core_ui_DefaultSearchResultList.tid ├── $__core_ui_ListItemTemplate.tid ├── $__core_ui_SideBar_Open.tid

Re: [tw5] Re: tw editions and docker questions

2021-09-16 Thread Xavier Cazin
Hi Jean-Pierre, Per the tree of the TW5 source: src/ └── TiddlyWiki5 (...) ├── editions │ ├── fr-FR │ │ ├── tiddlers │ │ │ ├── (a few translated tiddlers from tw5.com) │ │ └── tiddlywiki.info │ ├── fr-FR-server │ │ ├── tiddlers │ │ │

Re: [tw5] Re: ISO week date format template

2021-09-16 Thread J N
Sounds fine to me. The zero-padded format is probably the common case for the day of year. "yDDD" would be the more shape-similar and mnemonic, but it's already in the proposals and maybe it breaks away from existing patterns. The main thing is that the ISO date parts are represented and

[tw5] Editing Drafts from JavaScript

2021-09-16 Thread Pekka
How can Drafts be edited with JavaScript? I would like to parse the text in a draft according to more complicated rules than what is currently possible with existing widgets, e.g. tm-edit-text-operation. I have tried *this.wiki.setText(...)*, but it doesn't work. What would be the easiest