[tw5] Re: Javascript to open tiddler

2022-07-10 Thread Saq Imtiaz
Assuming you want to open the tiddler in the default story river, try this: let actions='<$navigator story="$:/StoryList" history="$:/HistoryList"> <$action-navigate $to="TiddlerNameHere"/> ' window.parent.$tw.rootWidget.invokeActionString(actions,this) On Sunday, July 10, 2022 at 3:29:53 PM

Re: [tw5] Filter to exclude tiddlers from includeWikis

2022-01-04 Thread Saq Imtiaz
I think you could try to use the $:/config/OriginalTiddlerPaths tiddler to determine which tiddlers come from a specific path on disk and then exclude those. https://tiddlywiki.com/#tiddlywiki.info%20Files On Monday, January 3, 2022 at 3:50:09 PM UTC+1 Jeremy Ruston wrote: > Hi Louis, > >

[tw5] Re: variables in subfilters make TW crash

2021-11-21 Thread Saq Imtiaz
I suspect you are using TW v5.1.23 in which this is a know issue. Upgrading to v5.2.0 should resolve it. If it does not, please report back. On Sunday, November 21, 2021 at 2:30:27 PM UTC+1 CarloGgi wrote: > > Hallo everybody, I go into trouble when using variables in subfilters, > they make

[tw5] Re: Bug in TW 5.2.0 in zoomin view.

2021-11-07 Thread Saq Imtiaz
Can you please confirm if this was working in TW v5.1.23? I have opened an issue on Github: https://github.com/Jermolene/TiddlyWiki5/issues/6180 On Sunday, November 7, 2021 at 10:40:19 AM UTC+1 Siniy-Kit wrote: > Jeremy, help me please. I want to update my template to new version, but > it

[tw5] Re: how do stroll and tiddlyblink compare?

2021-08-20 Thread Saq Imtiaz
Here is a video courtesy of Defiant_Information from reddit that shows how to set up Stroll with TiddlyMap. If you have further questions I suggest you post them on Talk TiddlyWiki

[tw5] Re: why TiddlyDesktop does not run my macros ?

2021-08-20 Thread Saq Imtiaz
Can you please post the code for your macro? On Friday, August 20, 2021 at 9:45:06 AM UTC+2 vpl wrote: > Hi > > I'm wondering why tiddlydesktop does not run the macro I've developped in > javascript > When I open the tiddly file (.html) into my browser all works fine and > macro are executed,

[tw5] Re: Use Talk Tiddlywiki instead of Google Forum

2021-08-19 Thread Saq Imtiaz
Not a feature but a reason: The plan is to eventually make this group read only and move all discussions to Discourse. Actively using Discourse now, and not just for testing, will allow us to discover any pain points etc and make a more informed decision about whether we do want to make that

[tw5] [ Streams ] future development plans

2021-08-19 Thread Saq Imtiaz
Hi everyone, I've started a thread about future development plans for Streams . Please note that I will no longer be monitoring or replying to Streams related matters on the Google Group. Please address any questions,

[tw5] Re: Seeking common misunderstandings

2021-08-18 Thread Saq Imtiaz
Yes that is exactly what I mean. The GG threads in Discourse are read only. It would help if people started new threads on Discourse, hopefully we will see more of that in the next days. The plan is to migrate to Discourse and make this group read only after a short period where we test out

[tw5] Re: Seeking common misunderstandings

2021-08-18 Thread Saq Imtiaz
Hi Soren, I posted a small list an hour ago but due to the vagaries of GG it doesn't seem to have been posted. Re-writing is never fun but will do so and post as a reply on Discourse a little later. Regards, Saq On Wednesday, August 18, 2021 at 3:30:43 PM UTC+2 Soren Bjornstad wrote: > I'm

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

2021-08-17 Thread Saq Imtiaz
A video from the community call as well as slides are now available at the new community forum: https://talk.tiddlywiki.org/t/aug-17th-2021-community-call-core-savers-syncers-upload-plugin-discourse-forum/28 You will also find a thread there in the Plugins section for feedback on the beta

Re: [tw5] Do you already use https://talk.tiddlywiki.org/ ?

2021-08-17 Thread Saq Imtiaz
It would be great if we could get more community members to join the new forum at https://talk.tiddlywiki.org/ and use it for discussions, and provide feedback on how they find the user experience. Note that you can log in with a Google or Github account, or create a new user account

[tw5] Re: A brewing idea: TiddlyWiki on node.js: check for changes

2021-08-17 Thread Saq Imtiaz
Hi Charlie, On Tuesday, August 17, 2021 at 8:18:27 PM UTC+2 cj.v...@gmail.com wrote: > Say I have a TiddlyWiki running on node.js, and two people currently > viewing the same TiddlyWiki in their browsers. > > Say User 1 is editing a tiddler. I'm thinking it would be cool if User 2 > could

[tw5] Re: I Think I Hacked TiddlyWiki

2021-08-17 Thread Saq Imtiaz
> > > I'd be more concerned about people being tricked into importing a tiddler > that contained code like this. > >From my perspective this is the only practical concern, and once again emphasizes the need to be careful when importing content from others. -- You received this message

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-15 Thread Saq Imtiaz
wgit.com/Guitlle/habito/build/build/habito-docs.html >> >> On Saturday, August 14, 2021 at 6:54:23 PM UTC+2 Saq Imtiaz wrote: >> >>> Just to add a bit more clarification to the issue since I have a bit >>> more time now than I did yesterday, this functionality s

Re: [tw5] Re: Parameters into macros

2021-08-14 Thread Saq Imtiaz
ers so it may > be a bit over my head, but I'll give it a try. > > On Sat, Aug 14, 2021 at 1:04 PM Saq Imtiaz wrote: > >> The first thing that comes to mind is rewriting the macro as a filter >> operator. >> >> >> >> On Saturday, August 14, 2021 a

[tw5] Re: Parameters into macros

2021-08-14 Thread Saq Imtiaz
The first thing that comes to mind is rewriting the macro as a filter operator. On Saturday, August 14, 2021 at 6:54:22 PM UTC+2 Stobot wrote: > Is there a way to pass dynamic parameters into macros (javascript) other > than using <$macrocall/>? > > For instance I use a modified version of

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-14 Thread Saq Imtiaz
This is one of the first things that came up with a search, perhaps it may be of interest: https://rawgit.com/Guitlle/habito/build/build/habito-docs.html On Saturday, August 14, 2021 at 6:54:23 PM UTC+2 Saq Imtiaz wrote: > Just to add a bit more clarification to the issue since I have a

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-14 Thread Saq Imtiaz
Just to add a bit more clarification to the issue since I have a bit more time now than I did yesterday, this functionality should have been implemented as a widget and not a macro. I quickly dropped the link in reply yesterday so you would know that there was some follow up on your post.

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-13 Thread Saq Imtiaz
See https://github.com/Jermolene/TiddlyWiki5/issues/5903#issuecomment-898691487 On Friday, August 13, 2021 at 9:26:33 PM UTC+2 cmari wrote: > I have been a happy daily user of *Daily Task Macro *( > http://togglers.tiddlyspot.com/) for years, so I am wondering whether > someone can point me to

[tw5] Re: Save to Github -- I keep getting "Error while saving: XMLHttpRequest error code: 404"

2021-08-11 Thread Saq Imtiaz
Is the target repository set to Pumpapa/pumpapa.github.io ? I cannot be sure from the screenshot. On Wednesday, August 11, 2021 at 9:25:56 PM UTC+2 pum.w...@gmail.com wrote: > No luck. I tried main and tried retyping it. > Note that the only branch is in fact master; I'm not sure why, given

[tw5] Re: Save to Github -- I keep getting "Error while saving: XMLHttpRequest error code: 404"

2021-08-11 Thread Saq Imtiaz
Where it says "master" for branch, try removing that text and typing it back in manually. On Wednesday, August 11, 2021 at 3:32:03 PM UTC+2 pum.w...@gmail.com wrote: > Just installed 5.1.23 in a fresh github repo (Pumpapa/pumpapa.github.io) > > When I try to set GitHub Saver (see attached

[tw5] Re: How to create a "save to github" button/trigger a save with a specific saver (single file wiki)?

2021-08-10 Thread Saq Imtiaz
="github save button/private/state" $tags="[[private]] [[github save button]]"/> <$action-setfield $tiddler="$:/GitHub/Username" text={{github save button/private/username}} /> <$list filter="[match[yes]]"> {{$:/core/images/github}}

[tw5] Re: How to create a "save to github" button/trigger a save with a specific saver (single file wiki)?

2021-08-10 Thread Saq Imtiaz
Ah right, I believe there is a race condition which is leading to the double save. On Tuesday, August 10, 2021 at 8:20:32 PM UTC+2 Saq Imtiaz wrote: > Regarding: " It would be best if I could save only to github thus never > overriding my local wiki. Is that possible ?" &g

[tw5] Re: How to create a "save to github" button/trigger a save with a specific saver (single file wiki)?

2021-08-10 Thread Saq Imtiaz
Regarding: " It would be best if I could save only to github thus never overriding my local wiki. Is that possible ?" Have you tried removing the second instance of $action-sendmessage $message="tm-save-wiki" in your code? On Tuesday, August 10, 2021 at 8:00:43 PM UTC+2 Télumire wrote: > Hi

[tw5] Re: How to create a "save to github" button/trigger a save with a specific saver (single file wiki)?

2021-08-10 Thread Saq Imtiaz
I think bimlas' code has most of what you need and could easily be adapted for your purposes. You may want to consider speaking with him, see https://groups.google.com/g/tiddlywiki/c/ZU_s6FdUy8Q/m/KeXVnOciBAAJ Also helpful might be the ability to create a custom save button that does not

[tw5] Re: tiddlywiki.info : would a "includeFiles" property make sense?

2021-08-10 Thread Saq Imtiaz
tiddlywiki.files might do the trick: https://tiddlywiki.com/#tiddlywiki.files%20Files I use them to load files from a subfolder of the wiki tiddlers folder. I do believe you could have a tiddlywiki.files file in a subfolder of tiddlers that then uses relative paths to files outside that the

[tw5] Re: Regex Character Classes not working in search-replace

2021-08-07 Thread Saq Imtiaz
> > It works fine with the shortcut class \w, but if I replace that with > [a-zA-Z0-9_] it breaks, when logically those should be the same. You cannot have the characters [ and ] inside a literal operand to a filter operator. The workaround is to define the regular expression as a variable

[tw5] Re: Dreaming of "TidEdit", an in-browser TiddlyWiki WikiText editor

2021-08-07 Thread Saq Imtiaz
I suspect you would find this prototype by JD of interest: http://j.d.fullscreen.tiddlyspot.com/ Click the "fullscreen" button in the tiddler toolbar, and then turn on the preview in the editor. TiddlyWiki has a mechanism to allow you to switch between page layouts

[tw5] Re: filter operator: sort by last part of title

2021-08-06 Thread Saq Imtiaz
See this thread https://groups.google.com/g/tiddlywiki/c/ZXunGNpbG4c/m/ZIzuFq5iAQAJ On Friday, August 6, 2021 at 5:54:09 PM UTC+2 Mohammad wrote: > 1. goto https://tiddlywiki.com/prerelease/ > 2. create three tiddlers with below titles all tagged with xtx as below > one: first > two: second >

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

2021-08-06 Thread Saq Imtiaz
Hi Mark, That sounds very disconcerting. Please do let me know if you discover a way to recreate the problem. It seems particularly odd that the configuration tiddlers were affected as neither the text splitting code nor relink should be touching those. There have been problems in the past

[tw5] Re: How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-05 Thread Saq Imtiaz
> I'm not sure if we can and if we should provide this functionality. ... > Markdown editors expect a common format if they read .md files. Using TW > fields at the top is not standard for markdown. > Agreed. If we do add support for meta data in markdown files it would then be prudent to

[tw5] Re: Notation editor

2021-08-05 Thread Saq Imtiaz
Hi Arun, While I use Notation every day, I haven't had the chance to update it for the current core version even for myself since the time of that video. So a public release is extremely unlikely. Furthermore I will not be posting a demo of the existing code. My experience with sharing public

[tw5] Re: How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-04 Thread Saq Imtiaz
Look at the section on "File System Extensions" at https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming On Wednesday, August 4, 2021 at 12:53:46 PM UTC+2 Shareda wrote: > > Hello! I am setting up my workflow using TiddlyWiki 5.1.23 on Node.js. > I would like to store and edit all of

Re: [tw5] Re: Picture based tiddlers

2021-08-03 Thread Saq Imtiaz
> > Great Ideas so far. From a developer standpoint, I can recommend the Imgur > API for integration. Not only does it give flexibility and a high number of > photo uploads per day, but it is also relatively easy to use and combine > with existing technologies (ie tiddlywiki in this case.) >

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

2021-08-02 Thread Saq Imtiaz
@fred > Everything I have tried works but it seems the node still doesn't reflect > its new (merged) content; escaping and double clicking to edit again then > reflects the new content. It feels like I activate the node's edit mode > before the changes have taken place even if the code had

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

2021-08-01 Thread Saq Imtiaz
@Fred +1 for making use of the settings UI templates Note that the settings UI code might change at some point in the future. The settings related stuff might get split off into its own plugin that any other plugin can make use of if its present, but it shouldn't be a big change adapting to

Re: [tw5] New JSON Store Area Now in v5.2.0 Prerelease

2021-08-01 Thread Saq Imtiaz
@Mohammad I recommend posting this as an issue at https://github.com/flibbles/tw5-uglify On Sunday, August 1, 2021 at 8:41:52 AM UTC+2 Mohammad wrote: > I am testing Tiddlywiki 5.2.0 p with different plugins I use. > > Today I noticed Uglify (Uglify — Plugin compression made easy >

[tw5] Re: Difference between two timestamps in elapsed time?

2021-07-27 Thread Saq Imtiaz
Hiya BTC, It occurs to me that the format:relativedate[] operator could be extended. It currently calculates the date relative to now and does not accept any parameters. It could be extended to accept a parameter indicating the date to compare to, as well as perhaps a format string. The

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

2021-07-24 Thread Saq Imtiaz
Hi Flibbles, No significant changes to saving no node.js. Currently tiddlers of type text/vnd.tiddlywiki are saved as .tid, files unless they have mutliline fields in which case those tiddlers are saved as .json files. This will remain the same with the addendum that a tiddler with field names

[tw5] Re: Announcing Editor-Autolist-Markdown

2021-07-24 Thread Saq Imtiaz
> > Inheriting from Saq's implementation (and I'm not sure if there's any > other way to do it), editor-autolist-markdown works via an 'invisible' > toolbar button with the assigned key shortcuts. > The alternative would be trying to add event listeners for the keydown event to the text area

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

2021-07-22 Thread Saq Imtiaz
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 need the 5.2.0 pre-release for that filter to work, as one of the changes is greater consistency in setting the value of

[tw5] Re: Excising Large Outlines in TW

2021-07-22 Thread Saq Imtiaz
Mark you can save a plugin tiddler as a folder: https://links.tiddlywiki.com/urls/4b5e9c4afc6923035ef9/ Otherwise you can drag and drop the plugin to your wiki and import it and it will work, though it will only be installed for that specific wiki to which you dragged it. On Thursday, July

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

2021-07-22 Thread Saq Imtiaz
> > If I get some time in the next couple months and nobody else does it, > maybe I will take a look at how to get started with TW core development. > > Would be happy to answer any questions you might have along those lines. -- You received this message because you are subscribed to the

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

2021-07-22 Thread Saq Imtiaz
You can see your corresponding local time at the following link: https://www.timeanddate.com/worldclock/fixedtime.html?msg=TiddlyWiki+Community+Call+and+File+Uploads+Plugin=20210817T18=195=1=30 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

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

2021-07-22 Thread Saq Imtiaz
Apologies Soren, I should have specified in UTC as well. CET is indeed UTC+2. So the community call is at August 17th at 16:00 UTC You can see your corresponding local time here . On Thursday, July 22, 2021 at 10:18:45 PM UTC+2 Soren Bjornstad wrote: > Saq, > >

[tw5] TiddlyWiki Community Call and File Uploads Plugin

2021-07-22 Thread Saq Imtiaz
We will be having a *TiddlyWiki Community call* with Jeremy, Boris and myself on August 17th at 6pm CET: TiddlyWiki Community: Core Savers & Syncers, Upload Plugin, & Community Forum - Zoom I hope some of you will be able to join us for what I think will be a very

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

2021-07-22 Thread Saq Imtiaz
> Is there a search tool or plugin that works with streams? Streams is neat > to take notes with, but searching is problematic since the default search > shows you only the titles. Possibly someone has already written a custom > search? > @Mark S: I don't think there is a good generalized

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

2021-07-22 Thread Saq Imtiaz
> Also need to find an easy way to delete all the node-tiddlers rendered > superfluous, once i flatten using your modal ; this is the one function of > Jan's addon that i miss... > > Delete the root tiddler the way you would delete any other tiddler. You will be prompted to delete it's nodes

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

2021-07-21 Thread Saq Imtiaz
On Wednesday, July 21, 2021 at 10:38:28 PM UTC+2 Mark S. wrote: > So, you have to add manual config even though it's set up in the relink > plugin config? Since your rename is happening outside of the Streams UI, yes. If you trigger a rename using the built in affordances, it is handled

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

2021-07-21 Thread Saq Imtiaz
s this mean i >>>>>> should first remove the several bits that make up that addon before >>>>>> installing streams-fusion plugin? Or does your plugin do its own proper >>>>>> house-cleaning? >>>>>> >>>>>> /walt

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

2021-07-21 Thread Saq Imtiaz
I believe this check for field names is the cause: https://github.com/Jermolene/TiddlyWiki5/blob/d455072f13dd00955ae82d62d2d6e44581bdba9e/boot/boot.js#L1606 On Wednesday, July 21, 2021 at 9:34:54 PM UTC+2 Saq Imtiaz wrote: > @Jeremy regarding this bug, I think it is related to having a sp

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

2021-07-21 Thread Saq Imtiaz
With regards to exporting a stream as a wikitext list, I have never pursued the option involving wrapping things in DIVs because the resultant output is quite difficult to read and edit, at which point just outputting HTML might be cleaner. However one option that might be worth investigating

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

2021-07-21 Thread Saq Imtiaz
t file. You get a blank white screen, no errors in the console. On Friday, July 16, 2021 at 6:32:46 PM UTC+2 Saq Imtiaz wrote: > I don't have the opportunity to debug this at the moment but I believe > this is the commit responsible: > > https://github.com/springerspandrel/tw/commit/49a

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

2021-07-21 Thread Saq Imtiaz
Streams 1.2.22 is now live and should allow other plugins to add buttons at the end of a stream. -- 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: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-21 Thread Saq Imtiaz
>> >>>> /walt >>>> >>>> On Wednesday, July 21, 2021 at 12:45:48 PM UTC+1 fred@gmail.com >>>> wrote: >>>> >>>>> ok, here's a beta streams-fusion addon: >>>>> https://fastfreddy.gitlab.io/streams-

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

2021-07-21 Thread Saq Imtiaz
has[stream-list]]" variable="_NULL"> >>>> <$(outerTag)$> >>>> <$list filter="[enlist{!!stream-list}is[tiddler]]"> >>>> <> >>>> >>>> >>>> >>>> >>>> \

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

2021-07-21 Thread Saq Imtiaz
Hi Soren, glad that was helpful. When I worked on performance improvements for Streams a few months ago, the biggest gains were from simplifying the widget and DOM structure, and replacing macros with transclusions, rather than from optimizing filters. I took a brief look at your wiki just now

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

2021-07-20 Thread Saq Imtiaz
@Soren I recommend enabling performance instrumentation and checking to see which filter runs are the culprits. https://tiddlywiki.com/#%24%3A%2Fconfig%2FPerformance%2FInstrumentation:%24%3A%2Fconfig%2FPerformance%2FInstrumentation%20%5B%5BPerformance%20Instrumentation%5D%5D Note that you need

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

2021-07-17 Thread Saq Imtiaz
@fred > I noticed my solution does not work so well for complex node content, as > those in: > https://saqimtiaz.github.io/streams/#Working%20with%20streams%20tiddlers > > The reason is that wrapping in tags mangles them badly; I tried a > few alternatives (, more white space, ..), no

[tw5] Re: NoteTaking in Streams

2021-07-17 Thread Saq Imtiaz
@keelan I think for the most part the description of your workflow that we have at the moment should be sufficient to aid others in their understanding of how they might be able to use Streams. What might be useful to add is information about any settings for Streams or other plugins in your

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

2021-07-17 Thread Saq Imtiaz
@fred nicely done. Quite pleasing to see what the new filter operators have been useful in this as well. Would you mind if I add this as another export example to the Streams docs? On Saturday, July 17, 2021 at 5:59:52 AM UTC+2 fred@gmail.com wrote: > Here's a version that wraps in only

[tw5] Re: Plugin packaging question

2021-07-16 Thread Saq Imtiaz
tw... >> >> On Friday, July 16, 2021 at 2:35:41 PM UTC-5 Saq Imtiaz wrote: >> >>> Same issue probably: >>> https://groups.google.com/g/tiddlywiki/c/7EHujx-J1U4/m/7ouJ73ktBAAJ >>> >>> On Friday, July 16, 2021 at 9:01:39 PM UTC+2 David Gifford wrote:

[tw5] Re: Plugin packaging question

2021-07-16 Thread Saq Imtiaz
Same issue probably: https://groups.google.com/g/tiddlywiki/c/7EHujx-J1U4/m/7ouJ73ktBAAJ On Friday, July 16, 2021 at 9:01:39 PM UTC+2 David Gifford wrote: > If you need to see the problem, the link is > https://giffmex.org/gifts/subsume.html. > > On Friday, July 16, 2021 at 1:53:27 PM UTC-5

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

2021-07-16 Thread Saq Imtiaz
I don't have the opportunity to debug this at the moment but I believe this is the commit responsible: https://github.com/springerspandrel/tw/commit/49a0b1ef1ef37d79e514c0a9cf7685e8f4baa75f#diff-81fd67dbd185daf4f0208c57ff40d029e2c72509417aec3bcb2f651900573431R265 Seems like the boot process just

[tw5] Re: NoteTaking in Streams

2021-07-15 Thread Saq Imtiaz
My previous two rather lengthy replies to this thread seem not have been published. I am hoping I've accidentally hit "reply to author". If not, I'll find the time to try again over the weekend. Saq -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: Announcing Editor-Autolist-Markdown

2021-07-15 Thread Saq Imtiaz
Hi Jason, That looks fantastic. The original autolist was a plugin hacked up in about an hour in response to a reddit request. It was never really meant for wider adoption. I worked on support for multiple lines later in response to a request here on the group but I don't think I ever

[tw5] Re: How to install plugins on TW node?

2021-07-13 Thread Saq Imtiaz
You can drag and drop and install it in each of your wikis. Or you can save the plugin to a "source folder": https://links.tiddlywiki.com/urls/4b5e9c4afc6923035ef9/ On Tuesday, July 13, 2021 at 5:37:55 PM UTC+2 davou...@gmail.com wrote: > > I'm running TW 5.1.23 on node js and I want to

[tw5] Re: Teaser of my macros

2021-07-13 Thread Saq Imtiaz
ts me have each one on the next line. > > On Tuesday, July 13, 2021 at 8:46:48 AM UTC-5 Saq Imtiaz wrote: > >> Looks spiffy. All this time talking about wanting an outliner in TW and >> you could have written it all along. >> >> Why >> >> <$macrocall $na

[tw5] Re: Teaser of my macros

2021-07-13 Thread Saq Imtiaz
Looks spiffy. All this time talking about wanting an outliner in TW and you could have written it all along. Why <$macrocall $name=det tid="The relationship between the Old and New Testaments"/> instead of: <> Is it for the autocomplete support? If so, we might be able to do something about

[tw5] Re: NoteTaking in Streams

2021-07-11 Thread Saq Imtiaz
Hi Walt, It seems like we are getting our wires crossed and I think I am partly to blame for which I apologize. I am very accustomed to speaking to a technical audience, OR a completely non-technical one. However here the borders are muddled and it has led to me using terms more colloquially

[tw5] Re: Adding " in a config that is wrapped in " "

2021-07-11 Thread Saq Imtiaz
Try this: "pattern": "///", "filter": "[all[tiddlers]!is[system]]", "start": "<$macrocall $name=det tid=\"", "end": "\" />" On Sunday, July 11, 2021 at 1:50:17 PM UTC+2 David Gifford wrote: > Hi everyone > > My edit to the edit-comptext plugin config tiddler ( >

[tw5] Re: NoteTaking in Streams

2021-07-11 Thread Saq Imtiaz
@walt As to the node-flattening issue i would like to see "wikitext" join the > other 3 options (bullet list, numbered list and paragraphs) > So when I wrote "an actual real world example of what their content in Streams is like, and what an ideal exported version in a single tiddler in

[tw5] Re: NoteTaking in Streams

2021-07-10 Thread Saq Imtiaz
Hi everyone. I've been away on an impromptu leave the last week, apologies for the late reply. I am very grateful to everyone that provided feedback or even just taken the time to acknowledge that they use Streams. Thank you Keelan, Zhang, Stan, Steph and everyone else. *@keelan* It is very

[tw5] Re: Filter to return tiddlers that do not contain any members of a given list

2021-07-10 Thread Saq Imtiaz
Assuming your identifiers are alphanumeric and do not contain characters that might need to be escaped in regular expressions, something like this should work: <$vars idListRegexp="[tag[Flashcard]get[identifier]join[|]]"> <$list filter="[all[tiddlers]!regexp]"> <> On Saturday, July 10, 2021

Re: [tw5] Re: TiddlyWiki5, Raspberry Pi and Vim: A guide for the command line aficionado

2021-07-10 Thread Saq Imtiaz
>>>> Like Saq, I'm no Vim expert, but there's also the built in VimL >>>> language that might be able to do this without having to invoke external >>>> scripts. >>>> >>>> And thanks for the original post - very interesting and possibl

Re: [tw5] [ demo ] Automated notifications for plugin updates

2021-07-10 Thread Saq Imtiaz
; hosted on non-CORS enabled servers would continue to work, with just > automatic update notification requiring CORS. > > Best wishes > > Jeremy > > > > -- > Jeremy Ruston > jer...@jermolene.com > https://jermolene.com > > On 10 Jul 2021, at 13:30, Saq Imt

[tw5] [ demo ] Automated notifications for plugin updates

2021-07-10 Thread Saq Imtiaz
I've been wanting to make it easier to inform end users of my plugins (well really just Streams) that there are updates available via an opt-in mechanism for those that would like such a feature. I realized that for plugins installed via a plugin library, the core actually already does the

[tw5] Re: [ Streams ] Version number changes

2021-07-09 Thread Saq Imtiaz
@pmario I can relate.. if I had to manually craft change logs from scratch that would likely take up all the time I have for TW tinkering. If you use the Conventional Commits spec for your commit messages, there are a lot of tools that can help generate changelogs:

Re: [tw5] Re: TiddlyWiki5, Raspberry Pi and Vim: A guide for the command line aficionado

2021-07-09 Thread Saq Imtiaz
ks for the original post - very interesting and possibly of use >> to me. >> >> Many thanks, >> David Shaw >> >> >> On Wed, 7 Jul 2021, 09:50 Saq Imtiaz, wrote: >> >>> Hi Gene, >>> >>> For the specific use case th

[tw5] [ Streams ] Version number changes

2021-07-09 Thread Saq Imtiaz
If you drop by https://saqimtiaz.github.io/streams/ you will see that the latest plugin version is now 1.2.21 This is functionally identical to the previous publicly available release 0.2.19. *There is no significance to the increase in version number for users.* The motivation for this post

[tw5] Re: How to display a filtered transclusion with markup formatting?

2021-07-07 Thread Saq Imtiaz
@si Try this: \define context() <$list filter="[get-stream-root[]addsuffix[: ]] [get-stream-root:includeall[]!search[<<*>>]rest[1]butlast[2]get[text]addsuffix[: ]] [get-stream-root:includeall[]!search[<<*>>]butlast[1]last[]get[text]]" variable="x"> <>

[tw5] Re: TiddlyWiki5, Raspberry Pi and Vim: A guide for the command line aficionado

2021-07-07 Thread Saq Imtiaz
Hi Gene, For the specific use case that your video demonstrates, i.e. creating short new tiddlers rather than editing existing ones, have you considered the following workflow: - don't write your newly created tiddler files to the wiki directory. - instead have vim do a PUT request with cURL

[tw5] Re: TiddlyWiki5, Raspberry Pi and Vim: A guide for the command line aficionado

2021-07-04 Thread Saq Imtiaz
That is a very interesting setup, thank you for taking the time to share it. My use case for notes also involves interacting with them via text editors and other tools as well as having them in TiddlyWiki. What I set up a few years back was a combo of fswatch + cURL + the tiddlywiki server

[tw5] Re: Streams : "strange behaviour" when transcluding a root tiddler

2021-07-04 Thread Saq Imtiaz
Or alternatively this is probably faster: {{{ [has[stream-list]!has[parent]] }}} On Sunday, July 4, 2021 at 2:38:22 PM UTC+2 Saq Imtiaz wrote: > @Walt > > >> Puts me to wonder (not exactly on-topic, but related): is there some such >> simple script i could plug into

[tw5] Re: Streams : "strange behaviour" when transcluding a root tiddler

2021-07-04 Thread Saq Imtiaz
@Walt > Puts me to wonder (not exactly on-topic, but related): is there some such > simple script i could plug into a tiddler to display a list of all the > other tiddlers that have any n>0 number of nodes (i.e. Streams) attached? > > {{{ [has[stream-list]get-stream-root[]] }}} -- You

[tw5] Re: Streams : "strange behaviour" when transcluding a root tiddler

2021-07-02 Thread Saq Imtiaz
Since the nodes are separate tiddlers, they don't show up with a normal transclusion. You need to transclude through a template: {{TiddlerTitleHere||$:/plugins/sq/streams/nodes-list-template}} On Friday, July 2, 2021 at 9:27:45 PM UTC+2 FrD wrote: > Hi (specially Saq) ! > > Thank you Saq for

Re: [tw5] NoteTaking in Streams

2021-06-29 Thread Saq Imtiaz
@walt For the flatten capability you only need the tiddlers numbered 1-5 In particular I would advise caution against using the stream-row-template override. If you drag and drop and import those 5 tiddlers, the flatten button will turn up at the bottom of the stream as long as the stream has

Re: [tw5] NoteTaking in Streams

2021-06-29 Thread Saq Imtiaz
> > It seems the *breadcrumbs feature* could be split out into a generic > plugin itself... > @Tones please feel free to do so. It is only about ten lines of wikitext. As I've previously mentioned, the initial motivation for writing Streams and doing so almost entirely in wikitext was to

Re: [tw5] NoteTaking in Streams

2021-06-28 Thread Saq Imtiaz
Thank you Stan and Steph. I'll post a link here and on reddit once the questionnaire is ready. On Tuesday, June 29, 2021 at 1:07:37 AM UTC+2 stan...@gmail.com wrote: > You can add me to the list for the questionaire. Streams is an excellent > addition to TW. > Stan > > On Monday, June 28,

[tw5] Re: butlast filter operator

2021-06-28 Thread Saq Imtiaz
This is essentially an oversight and will be fixed. Thank you for bringing this up. https://github.com/Jermolene/TiddlyWiki5/issues/5833 On Sunday, June 27, 2021 at 8:28:50 PM UTC+2 History Buff wrote: > All, > > I have a general question about the butlast filter operator. I had a > filter

Re: [tw5] NoteTaking in Streams

2021-06-28 Thread Saq Imtiaz
@si > I've also been considering asking for volunteers for a small group of >> regular users of Streams for testing new features.. > > > I'm happy to test stuff out as required. > I think I will start out with a questionnaire and also use that as an opportunity to ask for volunteers for

Re: [tw5] Artwork for v5.2.0

2021-06-27 Thread Saq Imtiaz
It is probably worth mentioning that the logo does not *have* to do with any new features being introduced. So if anyone has other ideas, go for it. On Sunday, June 27, 2021 at 7:02:55 PM UTC+2 springer wrote: > I've tweaked a *bit* more, and added Mohammad's submission to our gallery > at: >

[tw5] Re: Restyling a drop zone

2021-06-27 Thread Saq Imtiaz
> Saq, thanks, that was *very* helpful. (For anyone else who comes along, > that should be "tc-dragover", with a dash, not a dot.) > Happy it helped and apologies for the typo. Another neat trick when trying to inspect tricky CSS that involves transient states is to trigger the debugger

[tw5] Re: Restyling a drop zone

2021-06-27 Thread Saq Imtiaz
Inspect the dropzone DOM node with the browser dev tools and add the class "tc.dragover". This will allow you see what CSS is active during the drag over and make it easier to arrive at a solution. On Sunday, June 27, 2021 at 1:18:07 AM UTC+2 Soren Bjornstad wrote: > I'm creating a horizontal

Re: [tw5] NoteTaking in Streams

2021-06-26 Thread Saq Imtiaz
@walt > Saq, i just hope that the enthusiasm of your user community here is > sufficient to retain your continuing interest in Streams. > Unless something very unexpected happens, I am committed to at least maintaining Streams in its current form for the long term. So you need not worry

[tw5] Re: Streams Plugin - Splitting text

2021-06-26 Thread Saq Imtiaz
Hi Steve, trying using just split instead of /split/gi Under the covers, the value provided is being used as an operand to the filter operator splitregexp: https://tiddlywiki.com/#splitregexp%20Operator Hopefully this will help you better formulate your regular expression. I'll add some

Re: [tw5] NoteTaking in Streams

2021-06-26 Thread Saq Imtiaz
@Walt hopefully you are getting some helpful feedback here. Apologies for the slight digression caused by my replying to Streams specific comments and feedback. @fred you can also export using a filter from the Filter tab in Advanced Search @Si, > On the topic of how many people use it,

Re: [tw5] NoteTaking in Streams

2021-06-26 Thread Saq Imtiaz
> > > +@saq: you will however note this pattern of moving nodes from one tiddler > to another also disrupts the powerful relink tool when you rename the root. > Only child nodes that match the title prefix are updated; meaning anything > you dragged from a different origin retains its old

Re: [tw5] NoteTaking in Streams

2021-06-25 Thread Saq Imtiaz
@Fred could you please elaborate on what this side effect is that you mention? I my workflow, I treat them as sub-tiddlers really. You could say I > replaced larger tiddlers with multiple headings with much smaller streams > nodes (but not single line ones); main advantage is I can move nodes

  1   2   3   4   5   6   7   8   9   10   >