[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread 'Mark S.' via TiddlyWiki
Oh, yeah, add that to the feature list. TW/node.js has a static file server. Not sure if it can serve up all file types. You could use a separate file server, but then you won't be able to use relative addresses and the addresses will be different from that of your main TW and probably subject

[tw5] Re: Simplest way to list all tiddlers that transclude the current tiddler?

2021-07-23 Thread Evan Hackett
Really? I just tried the snippet again to double check, and it isn't working for me. Yes I saved the tiddler, nothing shows up. Do you think there could be some other reason it isn't working? Perhaps incompatible versions or something? Here's more info in case it helps: TW version:

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread Charlie Veniot
Just a goofy thought: if I wanted to serve binary files so they don't have to be included in a TiddlyWiki instance, my first instinct would be to setup a ridiculously tiny web server for static content. (Any server similar to Web Server for Chrome

[tw5] Re: How to link a tag to a tiddler of a different name?

2021-07-23 Thread Harry
Hi Tones, Thanks for your help. I think what you suggested is what I want. I don't mean to skip the tag pill dropdown, but want to make the first click after the dropdown to be redirected to a different tiddler, (See the blue shaded line in the pic attached). If there's a way to do so, I would

[tw5] Re: Getting relink to prevent obsolete permalinks

2021-07-23 Thread Charlie Veniot
Well, TiddlyTweeter said "SERIOUS IMPLICIT KNOWLEDGE," so I can't take the kudos for that. I can't imagine how relink could make anybody lazy. I want relink to handle it because I prefer focus on churning the intertwingled thoughts as tiddlers without the sticks-in-the-wheels,

[tw5] Re: Announcing Editor-Autolist-Markdown

2021-07-23 Thread Daryl Sun
Thank you for your reply! I didn't know the toolbar was actually responsible for most of the functionality of Editor-Autolist, and by extension Editor-Autolist-Markdown. I never used it, and I don't use keyboard shortcuts for formatting since I format by hand - unless it's indentation, in

Re: [tw5] I broke the json pre-release :|

2021-07-23 Thread TW Tones
Springer, >From a design perspective for column headings I would stick to a standard fields such as column-heading with the value"" on a tiddler called "tennis", or as the case may be a sport tiddler. Already dynamic tables support alternate column names in a standard field/value and there

[tw5] Re: How to link a tag to a tiddler of a different name?

2021-07-23 Thread TW Tones
Harry, It would not be wise to do it on the first click of the tag as access to the tag pill dropdown is important. I have a small set of macros that extend the "tag pill dropdown". I could make a variation that looks for say a "redirect" field in a "tag tiddler" and displays that in the "tag

[tw5] Re: TiddlyWiki Community Call and File Uploads Plugin

2021-07-23 Thread TW Tones
Given Converted Time Sydney, NSW, Australia 2:00 am AEST Wednesday, 18 August 2021 I am not sure I will make it, perhaps in a follow-up one. If possible if you can publish a recording after

[tw5] Re: How to link a tag to a tiddler of a different name?

2021-07-23 Thread Harry
Hi Tones, Thanks for your help. This is certainly an easy solution. Though in my case, I have a few dozens of such tags with short acronyms but longer full names. So I wonder if there's another way that could allow a click on the tag tiddler to be auto-redirected to another tiddler. This would

[tw5] Re: How to create a table that updates each cell entry as tiddlers change?

2021-07-23 Thread TW Tones
Harry, There are arrange of approaches you can use here. There are already *dynamic table* solutions or the content of your table can refer to variables or transclusion such that if they change it is reflected in your table. I tend to populate tables using the list widget so its the result of

[tw5] Re: How to link a tag to a tiddler of a different name?

2021-07-23 Thread TW Tones
Harry, In this case the tiddler CBC is a tiddler for the tag. The quick solution is to place in CBC [[List of all congressional black caucus members]] and perhaps also <> Even add "List of all *C*ongressional *B*lack *C*aucus members (CBC)." If someone is familiar that CBC is a tag they can

[tw5] Re: Getting relink to prevent obsolete permalinks

2021-07-23 Thread TW Tones
This is where I think relink can make people lazy. The unique key to a tiddler is the title, but it is so easy to change the key, which is a powerful benefit but there are a subset of situations where changing the key needs further thought. If relink just "handles it", we may just forget the

[tw5] How to link a tag to a tiddler of a different name?

2021-07-23 Thread Harry
Hi all, I have a question that I think might be simple but have not been able to figure out as a novice. I have attached a tag, say "CBC", to all entries who are a member of the congressional black caucus. When I click the CBC tag in a given tiddler, the pop-out would show a clickable line

[tw5] How to create a table that updates each cell entry as tiddlers change?

2021-07-23 Thread Harry
Hi all, I have a niche question about creating an auto-updating table and wonder if anyone can give me some guidance. To illustrate the specific context, let's say I'm trying to create a table of all chairs and ranking memebers of the senate committees. The table would look like this: |

Re: [tw5] I broke the json pre-release :|

2021-07-23 Thread PMario
Hi, There was no offence intended in my last post. Your tests are good and you already discovered a problem, that would have caused a severe problem in production, if you hadn't found it. ... So -- well done! What I wanted to say is that we need to test all kind of filter operators, that can

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread PMario
Hi, I think the main advantage is, that you can easily build and test the latest version of TW on your local PC. It lets you serve binary files eg: images or PDFs from a /files directory, so you don't need to include them in your wiki. With the new SSE plugin mentioned in the other post it

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread PMario
On Friday, July 23, 2021 at 11:03:38 PM UTC+2 Mark S. wrote: > >- It's the only official way to share a TW over the local network. > > It's also possible to share single file wikis on windows, with built-in IIS server and WebDav. I did discuss the setup at youtube:

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread 'Mark S.' via TiddlyWiki
In general, I find single file TW most practical. But the node version has these capabilities ... - It doesn't need a special 3rd party saver. - It's the only official way to share a TW over the local network. - The local file system can search and manage tiddlers. - Hypothetically

[tw5] Re: Announcing Editor-Autolist-Markdown

2021-07-23 Thread Jason Houle
@Daryl, glad to hear you enjoy it! Also, I came to TW5 by way of Stroll, so kudos are due to David as well. I was actually unaware of this Stroll feature until you pointed it out. Unfortunately I think that is where the issue lies: the way Stroll has implemented the 'remove toolbar' actually

[tw5] TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread Charlie Veniot
Hello all, Knowing very little about nodejs other than having successfully installed it on Linux (a Linux container, or VM, on my Chromebook) and installed a working TiddlyWiki via npm, and not finding any "for dumb-dumbs" kind of info on the web ... What are the benefits of using TiddlyWiki

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread Mark Cubberley
Geez...this has been a slog... I'm on a Mac. The $ seems to be the culprit. I changed the filename from $__plugins_giffmex_subsume.json to plugins_giffmex_subsume.json and ran: tiddlywiki --load "__plugins_giffmex_subsume.json" --unpackplugin "$:/plugins/giffmex/subsume" --savewikifolder

[tw5] Re: Simplest way to list all tiddlers that transclude the current tiddler?

2021-07-23 Thread Soren Bjornstad
Your snippet works for me when placed in a tiddler that has links or transclusions to it from other tiddlers. Just to be sure, did you try saving the tiddler rather than just looking at the preview? all[current] will be a draft tiddler if you're looking at the preview, so it probably won't

[tw5] Re: TiddlyWiki Community Call and File Uploads Plugin

2021-07-23 Thread Boris Mann
Thanks for the kind words, Saq. It's been great working with you and Jeremy and I'm happy to support you and the community. I'd really like some open discussion around how the TiddlyWiki community can use and rally around Open Collective. I'm personally _very_ inspired by the organization and

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread 'Mark S.' via TiddlyWiki
And the unpackplugin command just turns the plugin tiddlers into separate tiddlers in tiddler space, which isn't what you want. So that part doesn't seem necessary. On Friday, July 23, 2021 at 9:55:45 AM UTC-7 Mark S. wrote: > Oops. I removed double quotes from $__plugins_giffmex_subsume.json

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread 'Mark S.' via TiddlyWiki
Oops. I removed double quotes from $__plugins_giffmex_subsume.json . On Friday, July 23, 2021 at 9:54:35 AM UTC-7 Mark S. wrote: > Oh. Are you running linux? I also changed double quotes to single quotes > around $:/plugins/giffmex/subsume so the shell doesn't interpret the $ as > a variable.

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread 'Mark S.' via TiddlyWiki
Oh. Are you running linux? I also changed double quotes to single quotes around $:/plugins/giffmex/subsume so the shell doesn't interpret the $ as a variable. I'm wondering if the unpackplugin is even needed. On Friday, July 23, 2021 at 9:48:32 AM UTC-7 mark.cu...@gmail.com wrote: > I missed

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread Mark Cubberley
I missed that in the example, thanks. I tried the following: tiddlywiki --load "$__plugins_giffmex_subsume.json" --unpackplugin "$:/plugins/giffmex/subsume" --savewikifolder "subsume" and got the same error... On Friday, July 23, 2021 at 11:53:07 AM UTC-4 Mark S. wrote: > The --unpackplugin

[tw5] Re: What other tools compliment TiddlyWiki well? [discussion]

2021-07-23 Thread Ste
Android note taking apps wot I has used: As I have a note9 Fii note is my scribble notes with a stylus. Nebo notes is also good. (as is myscipt2 calculator by the same peeps) For markdown neutriNote is good. DroidEdit fills that notepad++ hole And Quinoid or Tiddloid for the tiddlywiki. Snap

[tw5] Re: Simplest way to list all tiddlers that transclude the current tiddler?

2021-07-23 Thread Evan Hackett
I had a feeling it wasn't supported, because I looked through all the filter operators and nothing stuck out at me as being what I wanted. So since I am using the relink plugin, does that mean I can call its operators in my own tiddler? So far I've been unsuccessful getting something to work,

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread 'Mark S.' via TiddlyWiki
The --unpackplugin takes the name of the tiddler, not of the JSON file (just delete ".json" from your unpackplugin command). It looks like after you're done you'll need to do some cleanup, moving subsume/plugins/subsume to plugins/subsume, and deleting the subsume directory. On Friday, July

[tw5] How can I hide the color-picker when adding a "color" field?

2021-07-23 Thread Si
If you add the field "color" TiddlyWiki will replace the text-box for editing the field value with a color-picker. In most cases this is very helpful, but I prefer to use color names (e.g. papayawhip), so I don't want to see the color-picker. I can't figure out how to remove this feature, can

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread Mark Cubberley
Thanks for the help. I exported the $:/plugins/giffmex/subsume as a .json file and it yields $__plugins_giffmex_subsume.json. In the terminal: tiddlywiki --load "$__plugins_giffmex_subsume.json" --unpackplugin "$:/plugins/giffmex/subsume.json" --savewikifolder "subsume" and I get: Error:

[tw5] Re: Getting relink to prevent obsolete permalinks

2021-07-23 Thread TiddlyTweeter
Right! But there is SERIOUS IMPLICIT KNOWLEDGE at work knowing that Mumbai IS Bombay Do these transforms inform the user of what is going on an why? Just asking for a friend, TT On Friday, 23 July 2021 at 15:03:34 UTC+2 PMario wrote: > On Thursday, July 22, 2021 at 5:14:00 PM UTC+2 springer

Re: [tw5] I broke the json pre-release :|

2021-07-23 Thread springer
Mario, Thanks for the bracket fix! (I should have caught that, but was getting bleary-eyed.) When you say, "you mainly test with tiddler titles, and not fields. Even if you have strange field names...," I'm not sure what you mean. I have focused mostly on having strange field names that

[tw5] Re: Getting relink to prevent obsolete permalinks

2021-07-23 Thread PMario
On Thursday, July 22, 2021 at 5:14:00 PM UTC+2 springer wrote: And as much as you may "choose my tiddler names well enough when needed so > they need not change in future", renaming a tiddler is not always a matter > of realizing that you failed to have foresight the first time around. (My >

Re: [tw5] I broke the json pre-release :|

2021-07-23 Thread PMario
Hi, Nice tests, but you mainly test with tiddler titles, and not fields. Even if you have strange field names in your tiddlers. https://springerspandrel.github.io/tw/new-json-tw-experiment.html#Show%20related%20field-table%20(ViewTemplate) .. The filter is probably broken, because the number

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-23 Thread maki aea
thanks @fred that really helped me, using it right now, it's great! On Friday, July 23, 2021 at 1:03:30 PM UTC+1 fred@gmail.com wrote: > @mark S > the screen caps shown in my previous reply do not use the Command Palette > . I think the Command

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-23 Thread Frédéric Demers
@mark S the screen caps shown in my previous reply do not use the Command Palette . I think the Command Palette user interface is not well suited for your need to show the search results in context. It is probably best in your case to setup a keyboard

[tw5] Re: Building a list of tabs dynamically in a performant manner

2021-07-23 Thread Soren Bjornstad
Tones, Here's the reference explorer tiddler, as mentioned earlier in the thread: https://zettelkasten.sorenbjornstad.com/#%24%3A%2Fsib%2Frefexplorer%2FReferenceExplorer Most of the data set is public in the same wiki…if you just click around in some random non-system tiddlers, they all have

[tw5] Re: Building a list of tabs dynamically in a performant manner

2021-07-23 Thread Soren Bjornstad
Ah, got it. I'll give it a try when I upgrade, thanks. On Friday, July 23, 2021 at 12:31:53 AM UTC-5 saq.i...@gmail.com wrote: > Hi Soren, I mentioned this when I suggested the filter and explained in a > bit more detail in a follow up reply which seems to never have been posted. > > You will

[tw5] [Avenues] My take on TiddlyWiki ...

2021-07-23 Thread TiddlyTweeter
The fundamentally open, quinoidal, structure of TW, fundamentally allows ANY system you pine after. Though it is radically agnostic about the importance of mother's linkages. TBH I think it is gonna be easier to show that through OUTPUT wiki, rather than "in-process" approximations. Just a

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-23 Thread maki aea
@fred nice! would love to know how you fire command palette with /, do you simulate ctrl+p or do you call it directly? i'm able to bind another key using mousetrap (remembering to save and reload tiddlywiki for the changed javascript to kick in) but am having trouble calling command palette

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-23 Thread TiddlyTweeter
Ciao Mark S. I kinda agree. Well, broadly, I agree, and waver too ... It is interesting to me as the USE CASES seem to me to form the real INTERREGNUM here. What do you need to SHOW FOR the use case? Just a probe TT On Friday, 23 July 2021 at 05:23:42 UTC+2 Mark S. wrote: > At the moment, I

[tw5] Re: Seeking general feedback on Grok TiddlyWiki

2021-07-23 Thread TiddlyTweeter
Ciao Soren, I think I GROK Grok TiddlyWiki quite well :-) I mentioned elsewhere that I think it might be quite useful if you provided some kind of downloadable macro with an embedded SVG of your site logo for dev. users to use to cross-link to it. WHY? Because it is a great resource that

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-23 Thread ludwa6
Nice work, @Fred (and quick! now i know where the "FastFreddy" moniker [1] comes from :-). Streams-fusion plugin now ticks all the boxes, with no bugs, AFAICT; will be testing this heavily through actual use over weekend. [1] Re your choice of hosting this project at fastfreddy.gitlab.io :

[tw5] Re: Seeking general feedback on Grok TiddlyWiki

2021-07-23 Thread Mohammad
Hi Soren, While I have already sent you several comments! I like to answer your request here! 1. I have a local copy of your Grok Tiddlywiki and it is in my quick shortcut list and I see it time by time specially when there is question I am looking for a solution 2. I think Grok has been

Re: [tw5] TiddlyWiki Community Call and File Uploads Plugin

2021-07-23 Thread Mohammad Rahmani
Thank you for sharing Saq! I will attend and I am sure we can learn from this event! Best wishes Mohammad On Fri, Jul 23, 2021 at 12:03 AM Saq Imtiaz wrote: > We will be having a *TiddlyWiki Community call* with Jeremy, Boris and > myself on August 17th at 6pm CET: TiddlyWiki Community: