Re: [tw5] [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2019-09-10 Thread Jeremy Ruston
Hi Alan Congratulations, TiddlyTables is a terrific piece of work, and very impressive that it was implemented purely in wikitext. It looks great, with a clear visual design to convey the hierarchy, and seems very efficient to work with. It’s also great to see this kind of thing from a

[tw5] Announcing the release of TiddlyWiki v5.1.21

2019-09-10 Thread Jeremy Ruston
I’m delighted to announce the release of TiddlyWiki v5.1.21. This is a bug fix release that fixes a number of issues introduced in v5.1.20. https://tiddlywiki.com/ The fixed issues are: Fixed crash with ActionDeleteFieldWidget and a missing tiddler attribute Fixed edge cases where some tiddler

[tw5] Competition for v5.1.22 artwork

2019-09-10 Thread Jeremy Ruston
Now that v5.1.21 is out it’s time to open the competition for the new release banner artwork for v5.1.22. (See https://groups.google.com/d/msg/tiddlywiki/l47ZZzWdDb8/6s0p_3QeCgAJ for the previous competition). The rules for the competition are: * The version number (with the correct

Re: [tw5] Re: plugins folder : TW + Node.JS

2019-09-10 Thread Jeremy Ruston
; node.js) we can have > > -plugins > ---tiddlywiki > --- -- plugin1 > --- -- plugin2 > ---kookma > --- -- slider > > Best wishes > Mohammad > > > On Mon, Sep 9, 2019 at 5:46 PM Jeremy Ruston <mailto:jeremy.rus...@gmail.com>> wrote: >

Re: [tw5] Re: Focus on edit after a tm-edit-tiddler message

2019-09-10 Thread Jeremy Ruston
Hi Cade > Bumping this up - is there any way to set the focus to the text instead of > the title when you go into edit mode? The mechanism by which the title gets the focus when a tiddler is edited is that the wikitext of the edittext widget includes the focus="true” attribute. So, as things

Re: [tw5] Re: Turning off codeinline parser rule corrupts TW5

2019-09-09 Thread Jeremy Ruston
Hi Mario, Riz, Indeed, it emphasises that we really need better localised control of the parser rule vocabulary. Best wishes Jeremy. > On 9 Sep 2019, at 14:25, PMario wrote: > > Hi Riz, > > You are right. ... It seems to disable the TW "save rendering" mechanism. So > it really corrupts

Re: [tw5] FEATURE REQUEST: instruction text for Tiddler Manager

2019-09-09 Thread Jeremy Ruston
Hi TT > That does not resolve? No, that tiddler doesn’t exist because it was part of a proposal I was making for the implementation of the instruction text. It’s a suggestion. Best wishes Jeremy > > TT > > -- > You received this message because you are subscribed to the Google Groups >

Re: [tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-09-09 Thread Jeremy Ruston
tiddlers. Indeed, I can’t imagine it working well for a wiki like tw5.com, but it might be reasonable for smaller wikis. Best wishes Jeremy > > Cheers, > > .ric > > > On Saturday, September 7, 2019 at 4:35:02 AM UTC-4, Jeremy Ruston wrote: > Hi Richard > >

Re: [tw5] Re: plugins folder : TW + Node.JS

2019-09-09 Thread Jeremy Ruston
Hi Mohammad Plugin folders must be immediate children of the wiki “plugins” folder. In other words, you’ll have to move the “slider” plugin folder to be a sibling of “relink”, “kookma” and “chooser”. Best wishes Jeremy. > On 9 Sep 2019, at 09:42, Mohammad wrote: > > resend for who read

Re: [tw5] Resolve variables from JS

2019-09-07 Thread Jeremy Ruston
Hi Mirko > how can one "resolve" env-variables from inside JavaScript-Code, e.g. from > JS-Macros or Widgets? Accessing them is easy like this: > this.getVariable("currentTiddler"), but what if i'd like to resolve complexer > env-variables then the lots of currentTiddler-Cases scattered all

Re: [tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-09-07 Thread Jeremy Ruston
e the GitHub saver works nicely in > the background to save all changes. > > Richard > > > > On Friday, May 3, 2019 at 5:05:20 AM UTC-4, Jeremy Ruston wrote: > Hi Cameron > > Can you show a screenshot of the control panel settings prior to clicking > “save chang

Re: [tw5] FEATURE REQUEST: instruction text for Tiddler Manager

2019-09-07 Thread Jeremy Ruston
Hi A Gloom, > I have been making an effort to use the toolts that TW comes with like the > Tiddler Manager-- a really nifty utility. But one thing actually hampered me > from using it more (and probably other new users)-- the realization that the > wikify text/raw text sections expand and

Re: [tw5] $:/info tiddlers not updating

2019-09-06 Thread Jeremy Ruston
Hi Tony The $:/info tiddlers are shadow tiddlers defined at startup in a temporary plugin called $:/temp/info-plugin. Perhaps you’ve accidentally defined one of them as a real tiddler, overriding the associated shadow? Best wishes Jeremy > On 6 Sep 2019, at 07:32, TonyM wrote: > > Hi all,

Re: [tw5] www.pouchdb.com leads nginx.com?

2019-09-06 Thread Jeremy Ruston
Hi Corey The site https://www.pouchdb.com is suffering a common misconfiguration whereby the “www” version doesn’t work, and is displaying the banner of nginx which is the web server that is running the site. Try visiting https://pouchdb.com instead. Best wishes Jeremy > On 6 Sep 2019, at

Re: [tw5] Default tiddlers do not reload. Bug?

2019-09-05 Thread Jeremy Ruston
Hi Hubert Thanks for the report. Do you have any plugins or customisations in your wiki? Are you able to duplicate it at https://tiddlywiki.com? What operating system are you using? Best wishes Jeremy. > On 5 Sep 2019, at 11:13, Hubert wrote: > > Hello, > > This may be a possible bug. >

Re: [tw5] Re: My first upgrade: How do I get rid of the upgrade tiddler?

2019-09-05 Thread Jeremy Ruston
Hi Cd.K The “upgrade” plugin is for use in the browser (it’s what powers https://tiddlywiki.com/upgrade.html). The procedure for upgrading a Node.js based wiki is different: https://tiddlywiki.com/#Upgrading%20TiddlyWiki%20on%20Node.js Best wishes Jeremy. > On 5 Sep 2019, at 13:20, 'Cd.K'

Re: [tw5] Re: Losing Multiple Versions On Server Restart - node.js

2019-09-03 Thread Jeremy Ruston
Hi Kevin I’m sorry you’ve run into problems. It’s not obvious what’s going on, but I was going to suggest two tips for debugging: * In the browser, use the developer console “network” tab to see each individual tiddler being saved. You’ll see any error messages received from the server, and

Re: [tw5] Re: "Title of new journal tiddlers" not updating when set to "YYYY0MM0DD0hh0mm0ss"

2019-09-03 Thread Jeremy Ruston
Just to confirm, the issue "Creating a New Journal Tiddler deletes existing Journal Tiddler when `$:/config/NewJournal/Text` is non empty" was fixed in Dec 2017: https://github.com/Jermolene/TiddlyWiki5/commit/b95aa6ec6ad51672e9ed26ab94d7fe799698782c

Re: [tw5] Re: Competition for v5.1.21 artwork

2019-09-02 Thread Jeremy Ruston
I've now closed the competition as I prepare to make v5.1.21 as a bug fix release. Congratulations to Sylvain who is declared the winner, with 54% of the 22 votes. Many thanks also to Thomas and Matt and everyone who voted. I'll open a new thread for the v5.1.22 competition. Best wishes

Re: [tw5] How to force Block Mode in a Widget

2019-08-31 Thread Jeremy Ruston
with the existing HTML element parser), and then generates an instance of your widget. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 31 Aug 2019, at 10:50, Yaisog Bonegnasher wrote: > >  > Hi, > does anyone know of a way to have the content in a (custom

Re: [tw5] Date time wiki last updated or saved?

2019-08-31 Thread Jeremy Ruston
> I know each tiddler has a datetime that it was last modified but is there a > variable that gets updated with each save of the whole wiki such that I could > report on that field within the wiki? A special timestamp tiddler that gets updated on saving is an interesting idea: I've added a

Re: [tw5] proposal: private macro and variables

2019-08-30 Thread Jeremy Ruston
Hi Mohammad You can use the existing import pragma to bring in macro definitions from other tiddlers without cluttering the global name space. For example, you might have a global macro defined in a tiddler tagged $:/tags/Macro, and then put your local macros into tiddlers just tagged

Re: [tw5] Can I request wiki for "Henley", "Brexit", "Trump", "Hungarian Cinema" ...

2019-08-28 Thread Jeremy Ruston
> On 28 Aug 2019, at 14:14, @TiddlyTweeter wrote: > > It nice, but its about TW. The post that Dragon linked to includes a link to this TW, which is absolutely not about TW: http://www.kizar.co.uk/TW/library.html It’s an index to a multigigabyte

Re: [tw5] Copy result of wikitext and macros to clipboard

2019-08-28 Thread Jeremy Ruston
ML file for a browser. The nub is that when you're extracting text content then whitespace matters. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 25 Aug 2019, at 04:09, TonyM wrote: > >  > Jeremy, > > Thanks for your help, This solves

Re: [tw5] Re: GitHub saving tips?

2019-08-27 Thread Jeremy Ruston
Thanks Mark, Cade. That's helpful, I'll do some testing. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 27 Aug 2019, at 17:11, 'Mark S.' via TiddlyWiki > wrote: > -- You received this message because you are subscribed to the Google Groups &q

Re: [tw5] Re: Problems with FileSystemPaths-Config since v5.1.20

2019-08-27 Thread Jeremy Ruston
Hi Mirko There is a bug in v5.1.20 in the handling of $:/config/FileSystemPaths: https://github.com/Jermolene/TiddlyWiki5/pull/4174 It's fixed in the prerelease. We'll release v5.1.21 soon to address this and a couple of other regressions. Best wishes Jeremy -- Jeremy Ruston jer

Re: [tw5] Re: GitHub saving tips?

2019-08-27 Thread Jeremy Ruston
operations overlap. We may need to patch things to detect that a save is in progress. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 26 Aug 2019, at 20:37, 'Mark S.' via TiddlyWiki > wrote: > >  > This is definitely one for Jeremy. >

Re: [tw5] Tiddlywiki hosted on neocities: A New Tiddlywiki Saver

2019-08-24 Thread Jeremy Ruston
Hi Mark > If someone captures the API keys, does that mean they could post as you? Yes, it does mean exactly that, which in turn means that an attacker could target your readers with phishing attacks or malware etc. Best wishes Jeremy. > > Thanks! > > -- > You received this message

Re: [tw5] Copy result of wikitext and macros to clipboard

2019-08-24 Thread Jeremy Ruston
ver get close to getting what I am after, something looking like it > is displayed. > > Even if I get an answer for this use case it never seems very robust. How can > I go on to use this to do the same for more sophisticated tiddlers? with more > complex macros or JSON, ht

Re: [tw5] Re: [TW5] Improving tiddler renaming behaviour

2019-08-23 Thread Jeremy Ruston
> On Thursday, December 15, 2016 at 4:36:07 PM UTC-5, Jeremy Ruston wrote: > I’ve had some time to work on TiddlyWiki in the last few days, but as > sometimes happens, it was while travelling, and without access to wifi. > Prompted by some recent user feedback, I decided to foc

Re: [tw5] Copy result of wikitext and macros to clipboard

2019-08-22 Thread Jeremy Ruston
Hi Tony A more minimal test case would be helpful. You may want to explore the "output" attribute of the wikify widget. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 22 Aug 2019, at 00:52, TonyM wrote: > >  > Jeremy, > >

Re: [tw5] Re: Tiddlywiki and regexp

2019-08-22 Thread Jeremy Ruston
for the task of parsing HTML. Of course, TW5 already includes an HTML parser so perhaps the best approach might be to explore how to make that functionality be more usefully exposed to wikitext. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 22 Aug 2019, at

Re: [tw5] Copy result of wikitext and macros to clipboard

2019-08-20 Thread Jeremy Ruston
<$button actions=<>> Copy to clipboard -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 19 Aug 2019, at 11:58, TonyM wrote: > >  > Folks, > > I believe I should know this, but I have a tiddler name "tiddlername" which > contains wikite

Re: [tw5] Basic filter logic visual chart (+ selfcontained wikitext/html/svg tiddler (w graphics))

2019-08-20 Thread Jeremy Ruston
Hi Gloom Great stuff, I love explanatory diagrams, and this example is very effective. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 20 Aug 2019, at 05:37, A Gloom wrote: > >  > A sneak peek at something from WikiWitchery... > >

Re: [tw5] Re: Data tiddlers replacement

2019-08-19 Thread Jeremy Ruston
cated" in this context doesn't mean that something goes away, just that we recommend against using it for new work. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 19 Aug 2019, at 12:31, Jeremy Ruston wrote: > > Hi Tony > > “Data tiddlers” refers b

Re: [tw5] Re: Data tiddlers replacement

2019-08-19 Thread Jeremy Ruston
Hi Tony “Data tiddlers” refers both to tiddlers formatted as JSON and those formatted as a dictionary tiddler. Best wishes Jeremy -- Jeremy Ruston > On 19 Aug 2019, at 12:26, TonyM wrote: > > Jeremy, Hubert, > > I assumed data tiddlers tends to refer to DictionaryTiddl

Re: [tw5] Data tiddlers replacement

2019-08-19 Thread Jeremy Ruston
tiddlers which I want to avoid if they are to be eventually deprecated. Best wishes Jeremy -- Jeremy Ruston > On 19 Aug 2019, at 11:15, Hubert wrote: > > Hello, > > With data tiddlers being deprecated, would anyone suggest a best practice > approach to storing large dat

Re: [tw5] Re: Competition for v5.1.21 artwork

2019-08-14 Thread Jeremy Ruston
Thanks Matt I've updated the artwork on Google Forms, Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 14 Aug 2019, at 18:16, Matt R <3ntr...@gmail.com> wrote: > >  > Just made an update, finally got the gradient the way I wanted i

Re: [tw5] Code that no longer works following upgrade to version 5.1.20

2019-08-14 Thread Jeremy Ruston
Hi Michael > > However, in my case, I was using it in a transclusion template like > {{$(variable)$||some_custom_tag_pill_tiddler}}. In looking at the > instructions for the full TranscludeWidget, I can do <$transclude > tiddler=<> field="title"/> but is there a way to specify the >

Re: [tw5] Re: TiddlyWiki node command line issue importing and/or rendering for offline

2019-08-14 Thread Jeremy Ruston
Hi Cade I’m glad you got it sorted. The trick is to use "tiddlywiki ./DataDictionary --verbose --init server” to initialise the wiki folder, which automatically includes the required plugins in tiddlywiki.info Best wishes Jeremy > On 12 Aug 2019, at 18:44, Cade Roux

Re: [tw5] Announcing the release of TiddlyWiki v5.1.20

2019-08-14 Thread Jeremy Ruston
i-mode}] }}} > and not returning the content of $:/config/wiki-mode when the field on the > current tiddler is empty? > > Am I correct thinking this because else can only return a string in the > parameter? > > Regards > Tony > > On Saturday, August 10, 2019 at

Re: [tw5] Re: Competition for v5.1.21 artwork

2019-08-14 Thread Jeremy Ruston
Thanks to everyone for the enthusiasm on this thread! It’s fun, and much better that the artwork should come from the community than me. (Actually the last two banners were made by friends of mine as I was running out of ideas!). We haven’t discussed how the winner will be picked. A popularity

Re: [tw5] Code that no longer works following upgrade to version 5.1.20

2019-08-14 Thread Jeremy Ruston
Hi Mervin I’m not sure without seeing more context but I think the problem may be this fix from v5.1.18: https://github.com/Jermolene/TiddlyWiki5/issues/ Previously, `$(variable)$` substitutions were performed regardless of how the

Re: [tw5] Re: Competition for v5.1.21 artwork

2019-08-09 Thread Jeremy Ruston
> Are animated GIF/PNG 's allowed? I wondered about that. My concerns would be the file size, the potentially distracting user experience and the fact that playing animated GIFs can burn a noticeable amount of energy. Best wishes Jeremy. > > > -- > You received this message because you

[tw5] Announcing the release of TiddlyWiki v5.1.20

2019-08-09 Thread Jeremy Ruston
I’m delighted to announce the release of TiddlyWiki v5.1.20: https://tiddlywiki.com/ This release is massive. Some of the many highlights: * New conditional filter operators “then” and “else” * New mathematics and string filter operators * Improved handling of

Re: [tw5] Scope of Macro Parameters

2019-08-09 Thread Jeremy Ruston
Hi Mohammad Your conclusions are correct: macro parameters referenced as variables are inherited like any other variables. To show what happens behind the scenes, a macro like this: \define mymacro(a,b) <$text text=<<__a__>>/>: <$text text=<<__b__>>/>. \end Would be equivalent to the

Re: [tw5] Competition for v5.1.21 artwork

2019-08-09 Thread Jeremy Ruston
Hi Tony > This thread implies the impending release of 5.1.20, without asking for a > commitment, have we an indicator when this may happen? > > I am about to put something into "the wild" and would love to include 5.1.20 > features. In fact remove some workarounds even if 5.1.21 follows

Re: [tw5] \import pragma and $:/tags/Macro

2019-08-08 Thread Jeremy Ruston
Hi Mohammad > On 7 Aug 2019, at 20:22, Mohammad wrote: > > Is there any reason that the \import pargma does not work in a tiddler itself > tagged with $:/tags/Macro? The import pragma only imports <$set> widgets (macro definitions are <$set> widgets behind the scenes). To make it respect

Re: [tw5] wikirunrule, wikiblockrule and wikipragmarule module types don't exist?

2019-08-07 Thread Jeremy Ruston
Hi Matt > Searching the source, wikirunrule doesn't occur except in the documentation. > https://github.com/Jermolene/TiddlyWiki5/search?utf8=%E2%9C%93=wikirunrule= > > > > There is a module-type: wikirule that sees

Re: [tw5] Re: Competition for v5.1.21 artwork

2019-08-07 Thread Jeremy Ruston
Hi Josiah > SO, my query is what is the "headline" change that an image might try to > convey for 5.1.21? We don’t know yet exactly what will be in v5.1.21, which is one of the reasons that I stopped trying to represent the content of the release in the banner. To be clear, v5.1.21 may end up

Re: [tw5] Filtering from command line

2019-08-05 Thread Jeremy Ruston
Hi Diego > Is it possible to use the filter syntax to return a list of tiddler titles > from the command line? There’s no command for that at present. I have considered a “list” or “log" command that prints a list of tiddlers to the console, with options for printing titles vs the full

Re: [tw5] Re: Conditional Operators in TW 5.1.20

2019-08-04 Thread Jeremy Ruston
Hi Tony > Html is still quite usable in tw5 but as you know actions need to be mediated > through widgets and I understand why. However there is a rich source of > content and methods in html5 we cant make use of because of this. I do ask > myself if a few widgets, kind of widget primitives,

Re: [tw5] $view and date format: Is there anything wrong here?

2019-08-04 Thread Jeremy Ruston
Hi Mohammad TiddlyWiki uses the internal function $tw.utils.parseDate() to convert TW format date strings into proper JavaScript dates. In turn, it uses JavaScript’s Date.UTC() method to construct the date from the components:

Re: [tw5] How http://do/I/access/_THISPART_ ?

2019-08-04 Thread Jeremy Ruston
Hi Tony > On 4 Aug 2019, at 01:04, TonyM wrote: > > I was trying to get the filename.ext the wiki loaded from when using file:// > > Is there a way? Try something like: [[$:/info/url/pathname]get[text]split[/]last[]] Best wishes Jeremy -- You received this message because you are

Re: [tw5] urgh.. brackets

2019-08-04 Thread Jeremy Ruston
Hi MagoArcade I’m not sure that I fully understand what you’re trying to do, but I can see a few red flags in the excerpts you’ve provided. First, the core of this task is appears to be to substitute chunks of text into a template. This is one of those situations where text substitution via a

Re: [tw5] Shortcut issue

2019-08-04 Thread Jeremy Ruston
Hi Aiden > I created a global shortcut that creates a new tiddler from a template. It > works, except that I get this error: > > Uncaught TypeError: Cannot read property 'indexOf' of null > > I'm expecting to create a ton of tiddlers with the shortcut, so closing the > error every time

Re: [tw5] Re: Conditional Operators in TW 5.1.20

2019-08-04 Thread Jeremy Ruston
Hi Tony Your description is very nicely put. The curious thing for me about both the filter language and wikitext is that they both evolved from very simple initial conditions: * The filter language evolved from the idea a simple list should be a valid filter, evaluating to the titles in the

Re: [tw5] How http://do/I/access/_THISPART_ ?

2019-08-03 Thread Jeremy Ruston
Hi Mat > Yes, the fragment (tiddler) - but if the whole url could be retrieved then I > could do the slicing myself. > > BTW, I initially used "$:/info/url/full" which caused some confusion because > I assumed it really was the full url. Maybe it is misnamed? (Or maybe I don't > know what the

Re: [tw5] How http://do/I/access/_THISPART_ ?

2019-08-03 Thread Jeremy Ruston
> So how would I test if the url has the suffix "foo”? Just to check, in the example http://example.com/index.html#fragment are you talking about “fragment” or “index.html”, or something else? If you are talking about fragment, then there’s no direct

Re: [tw5] How http://do/I/access/_THISPART_ ?

2019-08-03 Thread Jeremy Ruston
Hi Mat > Non of the info commands seem to access the marked out part. How do it? There’s no consensus but it’s often called the “location hash”, “fragment identifier” or “named anchor”. In any case, it is not currently exposed by the info mechanism because it instead exposed through the

Re: [tw5] contains filter operator

2019-08-02 Thread Jeremy Ruston
Hi Mat > On 2 Aug 2019, at 15:34, Mat wrote: > > Is there a particular reason for why the contains operator behaves in this > way where most other operators don't? Most operators work on the titles alone (and so don’t require the underyling tiddler to exist), but some work on the underlying

Re: [tw5] contains filter operator

2019-08-02 Thread Jeremy Ruston
Hi Mat > @Jeremy > > But according to docs, it should be possible to add a field suffix which > Muhammad does: contains:title[6] - ? > > Is it perhaps because 6 is missing and the operator really searches inside > it's title field... which is of course missing? Most(?) other operators can

Re: [tw5] Are "all tids" the default input to filter?

2019-08-02 Thread Jeremy Ruston
Hi Xavier, Mat, > On 2 Aug 2019, at 11:43, Xavier Cazin wrote: > > > https://tiddlywiki.com/#Filter%20Operators > starts with an important remark > that probably deserves to appear in more places: > > Each first step

Re: [tw5] contains filter operator

2019-08-02 Thread Jeremy Ruston
Hi Mohammad > Why this gives no result > > > <$list filter="[range[1,15]]"> > <$list filter="[contains:title[6]]"> > This is 6 > > > > > I expect on 6 it shows the message The “contains” operator works on list fields of tiddlers that exist. Here, the tiddlers “1”, “2”, “3” etc. don’t

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

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

Re: [tw5] Strange bug on installing Tiddlyweb plugin - Buttons disappear

2019-07-26 Thread Jeremy Ruston
Hi Riz When the TiddlyWeb plugin starts up it interrogates the server to determine whether it has read-only or full read-write access. If it can’t confirm full read-write access then the UI is flipped into read-only mode, where certain UI elements are hidden. The TiddlyWeb plugin is not

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread Jeremy Ruston
te organization but old one are working! > The good news is I can also send PR or open tickets on TW5 repo! > > Best > Mohammad > > On Thursday, July 25, 2019 at 4:02:59 PM UTC+4:30, Jeremy Ruston wrote: > Hi Mohammad > >> Thank you for your email. It seems GitHub

Re: [tw5] Re: How to make Edit Toolbar stay at top of page so that no matter how much I write the save button is always visible?

2019-07-25 Thread Jeremy Ruston
> > I dont' know how AndTidWiki is built but I can imagine it has a special > stylesheet. So, you might need to make the CSS targetting more specific. I believe that AndTidWiki is built with an extremely old version of the browser component, and is tripped up by many newer features. There are

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread Jeremy Ruston
Hi Mohammad > Thank you for your email. It seems GitHub from yesterday has suspended all > accounts from people live in Iran or signed as Iranian. > I have received an email and yellow notification on my GitHub page stated > that > > Due to U.S. trade controls law restrictions, your GitHub

Re: [tw5] Re: my backstage gone after downloading/installing plugins

2019-07-14 Thread Jeremy Ruston
a screenshot of the search results for TIDDLY, if that helps. > > > > On Thursday, July 11, 2019 at 10:56:35 AM UTC-5, Jeremy Ruston wrote: > Hi Kelli > >> On 11 Jul 2019, at 07:46, Kelli Jae Baeli > wrote: >> >> here is a screenshot of my desktop and the

Re: [tw5] Checkbox issue with Uncheckactions Parameter

2019-07-14 Thread Jeremy Ruston
Hi Mohammad > On 14 Jul 2019, at 15:37, Mohammad wrote: > > Many thanks for you clear explanation. It would be great if a line in the TW > documentation is added to clarify this. There is indeed a docs update included in that commit that clarifies what’s going on:

Re: [tw5] Re: an issue pop(s)up

2019-07-11 Thread Jeremy Ruston
ly ... > > for you that means that you should avoid using the state reference (!!) for > the popup > > Am Mittwoch, 10. Juli 2019 20:57:26 UTC+2 schrieb Stephan Hradek: > > > Am Mittwoch, 10. Juli 2019 10:32:18 UTC+2 schrieb Jeremy Ruston: > You can work around it by

Re: [tw5] Re: my backstage gone after downloading/installing plugins

2019-07-11 Thread Jeremy Ruston
Hi Kelli > On 11 Jul 2019, at 07:46, Kelli Jae Baeli wrote: > > here is a screenshot of my desktop and the file i've been trying to > open...(nw.exe) if this isn't the file, where is the file to open > tiddlydesktop? last time it closed i couldn't find it again and couldn't open > that

Re: [tw5] modal window when delete a tiddler from tiddler view button

2019-07-11 Thread Jeremy Ruston
Hi Mohammad > > When you want to delete a tiddler via Tiddler view toolbar, delete button > a nice local (tm-modal) is appeared and says > Do you wish to delete the tiddler "HelloThere"? > > I want to know how I can duplicate this for other purpose! > > I dont want to develop from scarctch

Re: [tw5] popup position

2019-07-11 Thread Jeremy Ruston
Hi Mohammad The reveal widget “position” attribute is taken relative to the rectangle specified within the popup state tiddler. So, the coordinates in the state tiddler are the coordinates of the button (or other element) that triggered the popup. The value of the “position” attribute

[tw5] Re: an issue pop(s)up

2019-07-10 Thread Jeremy Ruston
Hi Stephan Welcome back! I'm afraid that's a bug in v5.1.19 that's been fixed in the prerelease (see https://github.com/Jermolene/TiddlyWiki5/pull/3848). You can work around it by using a text reference for the reveal widget instead of separate title and field attributes. Best wishes Jeremy

Re: [tw5] Filtering on "subtags"

2019-07-09 Thread Jeremy Ruston
Hi Steve > Ah, I clearly need to explain better. > > I have parent tiddlers: A, B, C, D, etc. each tagged "parent" > > I have child tiddlers: A1, B1, C2, D2, etc. (they are not tagged "child", but > are tagged with the name of the parent tiddler > > I need to have a template to manage the

Re: [tw5] Re: Click to expand all button?

2019-07-09 Thread Jeremy Ruston
Hi Mario > On 8 Jul 2019, at 13:47, PMario wrote: > > That's OK, as long as we prepare the core TOC, to be extendable by plugins. The only sense in which the TOC macros should be extendable is by local overrides of the internal macros (e.g. a local override of <>). If a plugin wants to make

Re: [tw5] Re: [Thought] A difficult Logical Problem...

2019-07-09 Thread Jeremy Ruston
I think there are many structures that are easy enough to hold in our heads but actually very hard to render as a 2D snapshot of a graph. It feels to me that progressive disclosure is required to “unroll” the portions of a potentially infinite visualisation space that we want to explore (much

Re: [tw5] Interface appears to be readonly (no edit buttons) with authenticated-user-header

2019-07-09 Thread Jeremy Ruston
Hi Nicola Thanks for the clear report. It's not immediately obvious what’s going on. The visibility of the editing controls is determined by the value of $:/status/IsReadOnly; you should be able to manually set it to “yes” and get back the edit controls. In that case it would be interesting to

Re: [tw5] Re: Click to expand all button?

2019-07-08 Thread Jeremy Ruston
one of their primary purposes: to act as simple examples for people to use as a starting point for their own macros. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 8 Jul 2019, at 09:06, PMario wrote: > >  >> On Sunday, July 7, 2019 at 10

Re: [tw5] The Future of Large Tiddlywikis

2019-07-06 Thread Jeremy Ruston
>> Anyhow, probably the best we can do at the moment is to continue to improve >> the performance monitoring tools so that anyone can make observations of >> their own wikis, and we can figure out how best to act on the resulting >> telemetry (i.e. without everybody having to send a copy of

Re: [tw5] Re: Creating and Selling Software Tools based on Tiddlywiki

2019-07-06 Thread Jeremy Ruston
I fear the discussion has slightly been sidetracked into gnarly technical considerations, but it’s hard not to take the bait! Personally, it’s pretty clear that PWAs are not a universal panacea for TiddlyWiki. Everything about them is designed to work as a cache for an online service, with

Re: [tw5] Re: Behavior of svg internal links

2019-07-06 Thread Jeremy Ruston
Hi A Gloom > This method leaves a # at the end of the url after all tiddlers are closed, > everything works as expected with refresh so the # is something not to worry > about, just a display technicality? That’s correct; a # without any text after it acts as if it wasn’t there. Best wishes

Re: [tw5] The Future of Large Tiddlywikis

2019-07-06 Thread Jeremy Ruston
Hi h0p3 Great post, thank you for sharing your hopes and fears! With regard to performance improvements and optimisations in general, I’ve found that whenever I’ve gone in pursuit of them I’ve been able to squeeze better and better performance out of the core itself. As you know, I’m working

Re: [tw5] Creating and Selling Software Tools based on Tiddlywiki

2019-07-04 Thread Jeremy Ruston
Hi Mohammad > Do you think Tiddlywiki is enough mature to create applications (Apps) based > on it for commercial use cases? Yes. For the last three or four years I’ve been supporting myself by performing custom TiddlyWiki development on a commercial basis through Federatial

Re: [tw5] TW Switch Case Script

2019-07-04 Thread Jeremy Ruston
Hi Mohammad Your construction with list widgets is a pretty good approximation of a switch/case construction. The only frustration is that it is possible for a value to trigger more than one of the list widgets; it would be better if there was a way to make things stop after the first match.

Re: [tw5] SelectWidget does actions before selection is set...?

2019-07-03 Thread Jeremy Ruston
; A=B > B=Temp > If we select B from select widget and set temp outside select widget? > > --Mohammad > > On Tuesday, July 2, 2019 at 7:41:56 PM UTC+4:30, Jeremy Ruston wrote: > Hi @twMat > > I can confirm that the action string is in fact executed after the target

Re: [tw5] Re: Any good way to see if one version is higher than another?

2019-07-03 Thread Jeremy Ruston
Hi Mat > On 2 Jul 2019, at 20:06, Mat wrote: > > But I'm thinking that the core has a built in version comparison mechanism > used in import. Is it possible to tap into this perhaps? The core does indeed have a function to compare “major.minor.revision” format version numbers:

Re: [tw5] Re: Behavior of svg internal links

2019-07-03 Thread Jeremy Ruston
Hi A Gloom Just a thought, but do things work any better when you use Control Panel settings to switch "Navigation Address Bar” to "Include the target tiddler”? I’d expect that subsequent internal navigation would then keep the URL up to date. Best wishes Jeremy > On 3 Jul 2019, at 01:31, A

Re: [tw5] Re: Querying search results as JSON from WebServer API

2019-07-03 Thread Jeremy Ruston
Hi bimlas There is indeed no efficient way to do filter tiddlers via the HTTP API. I’ve added a ticket here: https://github.com/Jermolene/TiddlyWiki5/issues/4054 Best wishes Jeremy > On 3 Jul 2019, at 13:19, bimlas wrote: > > A possible solution: I can ask all the tiddlers and filter them

Re: [tw5] SelectWidget does actions before selection is set...?

2019-07-02 Thread Jeremy Ruston
Hi Mat > Just to make sure I understand; Here's the code here - are you saying it is > the outer wikified variable that causes the problem and I should instead > somehow move this into the actions argument? > > <$wikify name=tid text={{$:/temp/addaliasfield}}> > <$select

Re: [tw5] SelectWidget does actions before selection is set...?

2019-07-02 Thread Jeremy Ruston
Hi @twMat I can confirm that the action string is in fact executed after the target tiddler has been set. The problem is subtler: any variables setup outside of the action string will not be updated to reflect the new value of the target tiddler. So you need to make sure you directly compute

Re: [tw5] Did I find a bug? Or am I using it wrong?

2019-07-02 Thread Jeremy Ruston
Hi Mat > On 2 Jul 2019, at 14:55, Mat wrote: > > > I think the request was to remove the brackets which the filter transclusion > between quotation marks seems to do. You’re quite right, I’d missed the select=“0” in Xaviers post. Best wishes Jeremy -- You received this message because

Re: [tw5] Did I find a bug? Or am I using it wrong?

2019-07-02 Thread Jeremy Ruston
Hi @twMat > On 2 Jul 2019, at 14:34, Mat wrote: > > Xavier wrote: > In order to "flatten" the titles retrieved from the filter, you need to use > the select attribute of your <$set> widget like so: <$set name="left" > filter="[splitbefore[ -- ]removesuffix[ -- ]]" select=0> > > I was not

Re: [tw5] Re: my backstage gone after downloading/installing plugins

2019-07-02 Thread Jeremy Ruston
to re-add your wikis to the list. It is the recommended procedure if you want to undo changes to the backstage wiki. Best wishes Jeremy > > On Monday, July 1, 2019 at 5:01:59 AM UTC-5, Jeremy Ruston wrote: > Just to add that it's not enough to delete and re-install TiddlyDesktop. On

Re: [tw5] Re: my backstage gone after downloading/installing plugins

2019-07-01 Thread Jeremy Ruston
[YOUR_USER_NAME]\AppData\Local\TiddlyWiki on Windows. Best wishes Jeremy. -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 1 Jul 2019, at 05:51, TonyM wrote: > >  > Kelli, > > I think you are taking a path that is confusing you. Personally I suggest > delet

Re: [tw5] Re: Tiddlywiki CSS selector

2019-06-26 Thread Jeremy Ruston
Hi Mohammad To clarify, the term “dirty” is often used in programming to indicate an object whose state has changed but not yet been written to the backing store/database. For example: https://stackoverflow.com/questions/1745888/what-is-meant-by-the-term-dirty-object

Re: [tw5] Tiddlyshow v3.0 beta: Slideshow and Presentation Using Tiddlywiki

2019-06-21 Thread Jeremy Ruston
Hi Mohammad The demo link isn’t working correctly: > Demo :https://kookma.github.io/tiddlyshow/ > But I downloaded it from the repo and > tried it out, and congratulate you: it’s a terrific piece of work. Best wishes Jeremy -- You received this message

<    3   4   5   6   7   8   9   10   11   12   >