Re: [tw5] Seeking help for my idea of a more easily image import working process

2021-01-02 Thread ludwa6
In fact @jeremy, even locally stored files were still giving me the long list of unrelated tiddlers to import... But since i took advice of @saq and deleted the preexisting tiddler "$:/Import" , that seems to have resolved this problem of getting a long list of tiddlers to import; now i just

[tw5] Re: Recipe plugin

2021-01-02 Thread Jonathan Lundquist
Good evening Odin, Based on your earlier message and my limited knowledge, this is what I did, feel free to use it: created: 20210103032740086 creator: jhl list-before: $:/core/ui/Buttons/edit modified: 20210103051251570 modifier: jhl tags: $:/tags/ViewToolbar title:

[tw5] Re: Seeking reviewers for an upcoming TiddlyWiki textbook (both experts and beginners)

2021-01-02 Thread Zaphod Beeblebrox
I would be glad to help out in the development of what is sounding like a great resource for the community :) At one point in time I considered myself to be an (almost) Intermediate user, but after having let several years pass me by without keeping up with the inner workings of TW, I would

[tw5] Re: Release: Muuri StoryView v0.2.0

2021-01-02 Thread clutterstack
Thanks for the updates, Simon. I can confirm that -click works to decrease column numbers after I change the modifier key in settings. That would be set-it-and-forget-it if one edits a TW on a single OS. KDE wants to intercept the meta key though, so I'd have to change it back to ctrl for

Re: [tw5] Seeking reviewers for an upcoming TiddlyWiki textbook (both experts and beginners)

2021-01-02 Thread Soren Bjornstad
Thanks in advance to everyone who's responded so far! Please feel free to keep volunteering. I might not be able to involve everyone, but would rather have too many on my list than too few, especially since people's availability can change. Si, the native reviewer is pure wikitext using an

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread coda coder
Hmm, so the physics theme has taken off? :) I'm not complete enamored with it though, despite my preference to view "the field" as the fundamental. (Even that's a play, in case it got past you). Aside: *Penrose*, I do like. He lives, I believe, not too far from Rushton Towers. And he was

Re: [tw5] Seeking reviewers for an upcoming TiddlyWiki textbook (both experts and beginners)

2021-01-02 Thread si
Hi Soren, This might be slightly offtopic, but I'm curious how you have implemented the native reviewer? Is this something that you would be willing to share publicly? I also would be keen to take part in reviewing the book. Though although I have a lot to learn about TiddlyWiki, I would not

Re: [tw5] Button that read tags from a field.

2021-01-02 Thread vinvi...@gmail.com
Thank you! Op zaterdag 2 januari 2021 om 19:30:13 UTC+1 schreef Xavier: > Hi, > > Sorry I overlooked the need to interpret the currentTiddler variable. In > this situation, you need to read your field as a filter rather than a list. > Two main ways of doing that: > >1. Either you put your

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread 'Mark S.' via TiddlyWiki
Don't forget Quarks. Of course, "QuarkXpress" is already taken. On Saturday, January 2, 2021 at 11:44:57 AM UTC-8 hww...@gmail.com wrote: > Hi Mohammad! > > Sorry, but in my "quantum state" I had overlooked electron. :-). ( Thanks > for the link. ) > > Personally, I am quite happy with

[tw5] Re: Two Factory Authentication (2FA) support

2021-01-02 Thread 'Mark S.' via TiddlyWiki
That is interesting, and might be useful if running TW on node.js in https mode . The question is, could you add the generated certificate to your Android device, so that you could log in securely from your own device? That would solve the "coffee shop"

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread HP
Hi TiddlyTweeter > Just FYI, I tried many times on Twitter to get some interest in the fact our toot is a *rare example of a practical, working QUINE.* This doesnt matter fmpov. Why? Because the name itself (Quinely/Quinly/tiddler: Quines) is "cool". If they later find out what a quine is,

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread Hans Wobbe
Hi Mohammad! Sorry, but in my "quantum state" I had overlooked electron. :-). ( Thanks for the link. ) Personally, I am quite happy with "TiddlyWiki", if only because ( like Charlie ) I prefer to not change Jargon. If Size is a prime consideration, however, then I would enjoy Boson (

[tw5] Re: Two Factory Authentication (2FA) support

2021-01-02 Thread HP
I sholdn't answer any more wise man than me. However, here for those with more creativity https://github.com/FiloSottile/mkcert (a simple tool for making locally-trusted development certificates. It requires no configuratio; https).. Blessings On Saturday, January 2, 2021 at 7:25:21 PM UTC+1

Re: [tw5] Re: Why are the tiddlers not proper sorted?

2021-01-02 Thread Stefan Schlechter
Thank you Saq - it's working now! Greetings Stefan Am Sa., 2. Jan. 2021 um 19:24 Uhr schrieb Saq Imtiaz : > Try this: > > <> > > On Saturday, January 2, 2021 at 6:55:40 PM UTC+1 schlechter...@gmail.com > wrote: > >> This is only a workaround... >> >> It looks like it is not working, when the

[tw5] Re: Can you create a text file from TiddlyWiki on node.js?

2021-01-02 Thread 'Mark S.' via TiddlyWiki
You might check out Bob, a version of TW on node that allows you to run scripts on the local server. On Saturday, January 2, 2021 at 8:40:52 AM UTC-8 si wrote: > As I understand it, TW single file version cannot do anything with the > file system on your computer while running in a browser. >

[tw5] Re: Drag-and-drop plugins under node

2021-01-02 Thread 'Mark S.' via TiddlyWiki
Many (most?) 3rd party plugins (including SideEditor) have not been set up as node.js plugins. So you just drag and drop them to update. Third party plugins that have been set up for node.js can be placed inside your node TW directory structure like this MyTiddlyWiki tiddlywiki.info

Re: [tw5] Seeking help for my idea of a more easily image import working process

2021-01-02 Thread Jeremy Ruston
Hi Walt Are you dragging the image from Finder, or another web site? Perhaps you could post a screenshot of the list of tiddlers? Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 2 Jan 2021, at 18:00, ludwa6 wrote: > > Correct, @Jeremy : If you mean by

Re: [tw5] Button that read tags from a field.

2021-01-02 Thread Xavier Cazin
Hi, Sorry I overlooked the need to interpret the currentTiddler variable. In this situation, you need to read your field as a filter rather than a list. Two main ways of doing that: 1. Either you put your button code in a macro so that the $(currentTiddler)$ construct is actually replaced

[tw5] Re: Two Factory Authentication (2FA) support

2021-01-02 Thread 'Mark S.' via TiddlyWiki
Another soul trying to find an actual use for those security keys. Lock down your github account? Yeah, they can do that. Lock down your bank account? Not so much. On Friday, January 1, 2021 at 3:00:54 PM UTC-8 HP wrote: > Hi all, > > regarding to this article about 2FA Web authentication >

[tw5] Re: Why are the tiddlers not proper sorted?

2021-01-02 Thread Saq Imtiaz
Try this: <> On Saturday, January 2, 2021 at 6:55:40 PM UTC+1 schlechter...@gmail.com wrote: > This is only a workaround... > > It looks like it is not working, when the tiddlername is a combination of > letters + numbers > > I added 'z-test' and than 'x-test' --> sorting ok > > Stefan >

[tw5] Re: Seeking help for my idea of a more easily image import working process

2021-01-02 Thread 'Mark S.' via TiddlyWiki
On Friday, January 1, 2021 at 2:15:42 PM UTC-8 HP wrote: > Hi Mark S., > > > I'm not sure what you mean. It works with the single file HTML when > using TiddlyDesktop. You could use TD until you've imported your images. > > Yes, I mean the single HTML file. Iirc TD is an .exe and works with

Re: [tw5] Seeking help for my idea of a more easily image import working process

2021-01-02 Thread Saq Imtiaz
What version is your TiddlyWiki file? Please confirm that the tiddler $:/Import does not already exist. If it does, please delete it, save and reload and try again. On Saturday, January 2, 2021 at 7:00:48 PM UTC+1 ludwa6 wrote: > Correct, @Jeremy : If you mean by "main window" the one that

Re: [tw5] Seeking help for my idea of a more easily image import working process

2021-01-02 Thread ludwa6
Correct, @Jeremy : If you mean by "main window" the one that launches on startup, which displays the several wikis i am managing with TiddlyDesktop, that's not the one... But rather: in the window that holds the wiki i am currently managing, if i drag an image to that window, a green bar

[tw5] Re: Why are the tiddlers not proper sorted?

2021-01-02 Thread Stefan Schlechter
This is only a workaround... It looks like it is not working, when the tiddlername is a combination of letters + numbers I added 'z-test' and than 'x-test' --> sorting ok Stefan sil...@gmail.com schrieb am Samstag, 2. Jänner 2021 um 18:30:10 UTC+1: > This is often how it works with computer

Re: [tw5] Seeking help for my idea of a more easily image import working process

2021-01-02 Thread Jeremy Ruston
> On 1 Jan 2021, at 14:38, ludwa6 wrote: > > Was excited to learn from @MarkS. about "External Attachments" plugin for > TiddlyDesktop, since that is my UI for TW5, but couldn't get it working > right: i drag an image to TiddlyDesktop, and it lights up the green import > bar atop the window,

Re: [tw5] Plugin update notifications for plugins outside of a plugin library

2021-01-02 Thread Jeremy Ruston
> One of my favorite recent features is how plugins part of a library tell you > when they need updating. > > Am I missing something, or do plugins/themes that are not part of libraries > missing this feature? That’s correct, the ability to automatically update plugins is a property of

Re: [tw5] Two Factory Authentication (2FA) support

2021-01-02 Thread Jeremy Ruston
Hi HP The Web authentication specification assumes the existence of a server, and so is of no use to the single file configuration of TiddlyWiki. While it could be integrated into the Node.js setup our policy is to try to keep complex security related code external to TiddlyWiki. It’s much

Re: [tw5] Drag-and-drop plugins under node

2021-01-02 Thread Jeremy Ruston
To clarify, the recommendation to install plugins via tiddlywiki.info rather than by dragging and dropping only applies to plugins from the official plugin library. Installing plugins in this way allows them to be automatically upgraded when the core is upgraded > What does the bold part

[tw5] Re: Why are the tiddlers not proper sorted?

2021-01-02 Thread Sylvain Naudin
This is often how it works with computer programs, such as file managers. So I've gotten into the habit of naming my files 01, 02 (or 001, 002 depending on the target number). I don't know if TW can deviate from the rule and understand that 2 and after 10. Sylvain Le samedi 2 janvier 2021 à

[tw5] Re: Why are the tiddlers not proper sorted?

2021-01-02 Thread Stefan Schlechter
Hello Jonathan, actual sort order is (see screenshot of my first post): Spotlight 1 Spotlight 10 Spotlight 2 Greetings Stefan Jonathan Lundquist schrieb am Samstag, 2. Jänner 2021 um 15:56:11 UTC+1: > What order are they appearing in? -- You received this message because you are subscribed

[tw5] Re: Why are the tiddlers not proper sorted?

2021-01-02 Thread Stefan Schlechter
save and reload done, but still wrong order... Stefan vinvi...@gmail.com schrieb am Samstag, 2. Jänner 2021 um 15:57:46 UTC+1: > Did you save and reload? > > Op zaterdag 2 januari 2021 om 15:37:12 UTC+1 schreef > schlechter...@gmail.com: > >> Hello, >> >> I did 'Adding a table of contents to

Re: [tw5] Button that read tags from a field.

2021-01-02 Thread vinvi...@gmail.com
Thank you Xavier, Can you tell me how to paste this piece of code into the existing code? For some reason I am not getting it working. Op zaterdag 2 januari 2021 om 17:19:56 UTC+1 schreef Xavier: > Hi, > > Since the tags field is of the list type, you need to retrieve its > content either

[tw5] Can you create a text file from TiddlyWiki on node.js?

2021-01-02 Thread si
As I understand it, TW single file version cannot do anything with the file system on your computer while running in a browser. Does this restriction disappear when using node.js? For example, could I (theoretically) create a button in my wiki that creates a new text file somewhere on my

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread Mohammad Rahmani
Hi Hans! But seriously we have such a name. 1. Electron a famous framework lets create desktop apps using web technology https://www.electronjs.org/ 2. Atom is great text editor https://www.electronjs.org/apps/atom 3. Graviton a minimalistic code editor

Re: [tw5] Button that read tags from a field.

2021-01-02 Thread Xavier Cazin
Hi, Since the tags field is of the list type, you need to retrieve its content either directly from another list-typed field (that is list or tags), or indirectly by transforming the string content into a list. In your example, you may achieve this by first setting a variable to a filter that

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread Charlie Veniot
If you don't mind, I'd like to ditto that and adorn with a "why I ditto(?)" To me, the words "card" and "record" have semantic meanings to me that don't quite fit the semantic meaning of "tiddler". Well, the semantic meaning I've attached to "tiddler" is, to me, much broader/flexible than

Re: [tw5] Re: Updating the community showcase page on TiddlyWiki.com

2021-01-02 Thread Mohammad Rahmani
Hi *Odin,* > > @Mohammed: For now I just went with the recurring standard I saw. But a > standardized template is a good idea. What would you include in the > template? > Op donderdag 31 december 2020 om 15:42:29 UTC+1 schreef David Gifford: > I have used a template in TW-Scripts for several

[tw5] [Announcement] Commander plugin updated to 2.1.2

2021-01-02 Thread Mohammad Rahmani
*Announcement:Commander plugin* *Date: Jan 2nd, 2021* *Release: 2.1.2* *Status: Stable* Commander is now a mature and quite powerful plugin and it can be used as a useful addition to Tiddlywiki empty.html. This *stable release* is a bug fix release and distributed under Kookma Plugin Library.

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread Hans Wobbe
I'm probably spending too much time trying to understand Quantum computing, so AtomicCards suggests (to me) a possible wish to go a bit deeper and at least use subAtomic element names. Quark? Maybe even Boson or Fermion? Happy New Year! Hans On Saturday, January 2, 2021 at 9:14:09 AM UTC-5

[tw5] Re: Recipe plugin

2021-01-02 Thread Odin
Hi Jonathan, That is a great question! I am not sure how to add a conditional rule to the edit button to check if the tiddlers tag is Recipe, and then code to open up the recipe editor. This would also lead to change/edit the core tiddlers, which is not advisable because it makes updating to

[tw5] Re: Why are the tiddlers not proper sorted?

2021-01-02 Thread vinvi...@gmail.com
Did you save and reload? Op zaterdag 2 januari 2021 om 15:37:12 UTC+1 schreef schlechter...@gmail.com: > Hello, > > I did 'Adding a table of contents to the sidebar' ( > https://tiddlywiki.com/static/Adding%2520a%2520table%2520of%2520contents%2520to%2520the%2520sidebar.html > ) > > I created

[tw5] Re: Why are the tiddlers not proper sorted?

2021-01-02 Thread Jonathan Lundquist
What order are they appearing in? -- 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] Button that read tags from a field.

2021-01-02 Thread vinvi...@gmail.com
Hello, I have a button to create a new tiddler. With\define TAGS() [[$(currentTiddler)$]] [[Tag 2]] [[Tag 3]], I can tag the new tiddler. \define BUTTON-NAME() Enter > \define BUTTON-COLOR+SIZE() btn btn-link btn-sm \define BUTTON-TEXT-COLOR() color: \define TIDDLER-TITLE()

[tw5] Why are the tiddlers not proper sorted?

2021-01-02 Thread Stefan Schlechter
Hello, I did 'Adding a table of contents to the sidebar' (https://tiddlywiki.com/static/Adding%2520a%2520table%2520of%2520contents%2520to%2520the%2520sidebar.html) I created Spotlight 1, Spotlight 2 and Spotlight 10 Result: Why is the list not sorted? Thanks for feedback Stefan -- You

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread Glenn Dixon
AtomicCards™ On Sat, Jan 2, 2021, at 2:14 AM, BurningTreeC wrote: > I like the name "AtomCards" > > to add my two cents to the discussion :D > > positiv...@gmail.com schrieb am Montag, 28. Dezember 2020 um 07:14:43 UTC+1: >> I couldn't find if this topic has already been re-hashed this decade.

[tw5] Re: Drag-and-drop plugins under node

2021-01-02 Thread duche...@gmail.com
I have the exact same case as dieg: I used tiddlywiki for a while under nodejs and importing plugins via drag and drop. Now with 5.1.23 I wanted like to install them the recommended way ,

Re: [tw5] Re: How can I find recent imports in TW Commander?

2021-01-02 Thread Mohammad Rahmani
@Glen In such a case I normally repeat the steps with an empty.html + plugin in question if everything worked then I suspect there are issues with my Tiddlywiki if not then I may think there is an issue with plugin and then Tiddlywiki or brower etc. I use ublock and have no problem in importing

Re: [tw5] Re: How can I find recent imports in TW Commander?

2021-01-02 Thread Glenn Dixon
@Mohammad I tried steps 1-7 as you listed them. Still ZERO results. Tried in Chrome - worked! Back to Firefox - turned off uBlock - worked! Turned uBlock back on (since it wasn't actually, theoretically, blocking anything on that page) - still works! Not sure if something in uBlock was

Re: [tw5] Re: How can I find recent imports in TW Commander?

2021-01-02 Thread Mohammad Rahmani
This is awesome Saq! Very useful! Thanks a million! I absolutely add this lovely feature to Commander right away! This will answer many questions on how to process a list of imported tiddlers. Best wishes Mohammad On Sat, Jan 2, 2021 at 2:49 PM Saq Imtiaz wrote: > In fact this version is

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread Álvaro
Hi community! Happy new year! I think that we are all clear that TW has a basic unit, the tiddler. We can build our TW with them. We can rename them as *card *, *record*, ..., and then we can rename the project. For example, with tiddler rename as *tile* we can rename TW as *kaleido* or

Re: [tw5] Re: How to execute JS on startup? I have a "copy on select" userscript

2021-01-02 Thread Sylvain Naudin
Hello Maki, Thank you for putting this thread back in recent items, it allows me to discover the solution. Yours seems to work correctly on desktop (Firefox under Fedora Gnu/Linux). Regards, Sylvain Le samedi 2 janvier 2021 à 12:58:32 UTC+1, ma...@makiaea.org a écrit : > love this, thanks lin

Re: [tw5] Re: How to execute JS on startup? I have a "copy on select" userscript

2021-01-02 Thread maki aea
love this, thanks lin onetwo! i'm on mobile so i modded a copy slightly to use pointer instead of mouse, sorry am not able to test extensively or on desktop to see if it still works there just now: http://makiaea.org/00045/20201205makiaea-anwiki#copy%20on%20select warmest wishes, maki On

Re: [tw5] Re: How can I find recent imports in TW Commander?

2021-01-02 Thread Saq Imtiaz
In fact this version is better as it automatically opens Commander. See attached file. On Saturday, January 2, 2021 at 12:10:14 PM UTC+1 Saq Imtiaz wrote: > @Mohammad try the following: > > 1. In https://kookma.github.io/TW-Commander/ import the attached .json > file > 2. After that, import

Re: [tw5] Re: How can I find recent imports in TW Commander?

2021-01-02 Thread Saq Imtiaz
@Mohammad try the following: 1. In https://kookma.github.io/TW-Commander/ import the attached .json file 2. After that, import any other tiddler This is how I personally think the core should handle complex manipulation of imported tiddlers, that is keep the import process as simple as possible

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread TiddlyTweeter
Regarding ideas of CARD or RECORD or variants thereof like "AtomCards" (i.e. that emphasise the atomistic nature of the "unit"). Well. Not sure. I still prefer Tiddler as FRAGMENT. A bit more. Why? The problem with "Record" and "Card" is both imply self-contained-wholeness. Basically echoing

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread TiddlyTweeter
Mohammad wrote: > Tiddlywiki, is a *development studio* which has a high level > scripting language with many components (official /third party) to build > different apps/tools based > on the web technology (HTML5+JS+CSS). Examples are: TiddlyResearch, > TiddlyShow, Projectify, ... > Ciao

Re: [tw5] Re: How can I find recent imports in TW Commander?

2021-01-02 Thread Saq Imtiaz
@Mohammad try the following: 1. In https://kookma.github.io/TW-Commander/ import the attached .json file 2. Import any tiddler This is how I personally think the core should handle complex manipulation of imported tiddlers, that is keep the import process as simple as possible but make it

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread TiddlyTweeter
HP et al ... Just FYI, I tried many times on Twitter to get some interest in the fact our toot is a *rare example of a practical, working QUINE.* I was replying mainly to developers. I thought it would be of real interest. BUT, actually, the response was flat. The "Quine" nature of our tool

Re: [tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread TiddlyTweeter
Mark S. wrote: > It would be interesting if people posted their approximate geographical > location, where they grew up, and what the word "tiddler" suggests to them. Purely for your interest ... I grew up in the UK in Leicestershire always next to rivers or canals, or living on boats, for

[tw5] Re: TiddlyWiki Project Name

2021-01-02 Thread BurningTreeC
I like the name "AtomCards" to add my two cents to the discussion :D positiv...@gmail.com schrieb am Montag, 28. Dezember 2020 um 07:14:43 UTC+1: > I couldn't find if this topic has already been re-hashed this decade. But > I was wondering if there is any value in discussing alternative names