Re: [tw5] How prevent edit-text from losing focus?

2023-06-30 Thread Flibbles
For real though, What is the workaround for this? Why does it happen? It seems like it should be fixable, because it doesn't happen if you're editing the "text" field, or if you're editing an index, or if "currentTiddler" never gets set. This seems super specific, but it's also a use case that

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2022-03-07 Thread Flibbles
This seems like it adds a lot of complexity to anyone parsing the JSON tiddler store. If anyone is manually looking through it, then they won't have access to all of the fields unless they also parse the text for "\field" pragmas. Out of question, what is the workflow for having multiline

[tw5] Re: How to make TW5 work fast with many tiddlers?

2022-01-15 Thread Flibbles
I don't know about that, but "$list filter" could be better. If you profile that russian tiddlywiki you linked, you'll see that typing stuff into the search bar lags, and it's because the browser is spending >50% of its time in garbage collection. Filters make a ton of extraneous arrays. And

Re: [tw5] assigning macro output to a variable

2021-12-20 Thread Flibbles
I know I'm late, but variables may work better than arguments if you want to keep the filter separate. \define check_feature() [getindextrim[]match[Y]] <$let feature={{!!current_chosen_feature}} has_feature=<> <$list filter="[tag[system]filter]" variable="sys">

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-11-07 Thread Flibbles
And now, because I know you've all been waiting for it, CSS compression! Uglify handles both your javascript and your static css files now. The gains aren't much, but it's a necessary step on the path to wikitext uglifying. On Saturday, October 30, 2021 at 2:43:56 PM UTC-4 Flibbles wrote

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-10-30 Thread Flibbles
early the trimming we get by compressing javascript. On Friday, October 22, 2021 at 11:07:49 AM UTC-4 Siniy-Kit wrote: > Thank you Flibbles ! I use your plugin for TW 5.2.0 + replace svg icons > by fontawesome (I use it my projects) TW5 become 1.2 Mb > > Is it possible to compr

Re: [tw5] Re: Reboot of Subsume plugin

2021-09-03 Thread Flibbles
Friday, September 3, 2021 at 12:57:31 PM UTC-4 Flibbles wrote: > Yes, this is the confusion. > > You must not use the "\relink" pragma in your plugin, because it requires > Relink to be installed in order to parse. If you use config tiddlers > instead (e.g. tiddlers named

Re: [tw5] Re: Reboot of Subsume plugin

2021-09-03 Thread Flibbles
Yes, this is the confusion. You must not use the "\relink" pragma in your plugin, because it requires Relink to be installed in order to parse. If you use config tiddlers instead (e.g. tiddlers named "$:/config/flibbles/relink/macros/subsume/tid" with text "

[tw5] Re: Reboot of Subsume plugin

2021-09-03 Thread Flibbles
/ $:/plugins/giffmex/subsume/macro/subsume-edit $:/plugins/giffmex/subsume/readme $:/plugins/giffmex/subsume/stylesheet $:/config/flibbles/relink/macros/subsume/tid $:/config/flibbles/relink/macros/subsume-edit/tid ...since you've got those two macros. Both would have the text content

[tw5] Re: Reboot of Subsume plugin

2021-09-03 Thread Flibbles
project. If you have the tiddler... $:/config/flibbles/relink/macros/subsume/tid included, with the text content of "title", then you don't have to do anything else. And (in theory) anyone can install your plugin and/or Relink in any order they choose. It's up to them, and your plugin

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-09-02 Thread Flibbles
k just fine. No need for weird syntax gymnastics. -Flibbles On Monday, August 30, 2021 at 10:17:48 AM UTC-4 cj.v...@gmail.com wrote: > Arg, sorry. Forgot about the quotes. > > I almost never specify a tiddler title with quotes. > > For example, if transcluding a tiddler called "Th

[tw5] Re: Reboot of Subsume plugin

2021-09-02 Thread Flibbles
Hey David Gifford, Flibbles again. Just wondering if there was some problem with Relink that was preventing the integration. Unless Relink is causing some sort of glitch, I would have thought integrating our two plugins would have been easy peasy using the whitelist method. What was going

Re: [tw5] Re: Introducing: the Subsume plugin.

2021-08-10 Thread Flibbles
Hey David Gifford, I'm noticing you're integrating with Relink by using the inline "\relink" pragma. I'd strongly recommend you change it so your plugin uses the relink whitelist instead. You just need a tiddler named: $:/config/flibbles/relink/macros/subsume/tid whose contents

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

2021-08-01 Thread Flibbles
I'll look into it as soon as I have some free time. -Flibbles On Sunday, August 1, 2021 at 5:27:11 AM UTC-4 Mohammad wrote: > Hi Saq, > Sure I do! > > > Best wishes > Mohammad > > > On Sun, Aug 1, 2021 at 11:24 AM Saq Imtiaz wrote: > >> @Mohammad

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

2021-07-24 Thread Flibbles
Thank you. I am much relieved. I would not have looked forward to having every file in my git repository touched, and to have all of the tiddlers' text bodies crammed into one line. On Saturday, July 24, 2021 at 4:36:50 PM UTC-4 saq.i...@gmail.com wrote: > Hi Flibbles, > > No si

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

2021-07-24 Thread Flibbles
Hey all, Question: Is this going to impact the way NodeJS servers saves tiddlers to file? Will they no longer be .tid files, and maybe be .json files instead? -Flibbles On Friday, July 23, 2021 at 9:53:46 PM UTC-4 TW Tones wrote: > Springer, > > From a design perspective for column h

[tw5] Re: Does Relink add a new filter operator?

2021-07-10 Thread Flibbles
to be a demand for them. -Flibbles On Wednesday, July 7, 2021 at 11:02:42 AM UTC-4 Si wrote: > Thanks David, that's very handy. > > On Wednesday, 7 July 2021 at 13:47:57 UTC+1 David Gifford wrote: > >> Yes, this is a nice new way of filtering lists. >> >> Try <$

Re: [tw5] Re: A weird request

2021-07-03 Thread Flibbles
I was just about to remark to the same effect. Backreferences only includes links with string values, nothing else. But Relink has something a little more powerful. You have a tiddler "$:/.giffmex/ViewTemplate/Backlinks", If you change its contents to: <> Then it will include all the

Re: [tw5] Re: Relink Plugin Performance

2021-07-02 Thread Flibbles
d to scrap a ton of old optimizations I had, but I got the indexing working as best I could to compensate. -Flibbles On Monday, June 7, 2021 at 12:40:04 AM UTC-4 PMario wrote: > On Monday, June 7, 2021 at 6:26:01 AM UTC+2 History Buff wrote: > >> Thanks. That explains it. I’m assu

Re: [tw5] Re: A weird request

2021-07-02 Thread Flibbles
Hey. I'm unsure why Relink isn't able to address this. It should be able to rename, AND it should be able to show you all references where that macro is used. Are you saying that the macro argument to mapline isn't getting relinked? I'm looking at your showModal(tid) that you posted. That

Re: [tw5] [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-06-20 Thread Flibbles
u can see the uglify tiddlywiki.info file for an example of how to generate a tiddlywiki file without certain plugins or files. In Uglify's case, it creates one without the jasmine plugin, or any tiddlers with the "Test/' prefix. -Flibbles On Saturday, June 19, 2021 at 6:21:39 AM UTC-4 Jan wrote:

Re: [tw5] [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-06-18 Thread Flibbles
probably best done by the user. If they are serving versions of a tiddler where they want certain plugins excluded, they'd could use the publishFilter. A slightly elaborate tiddly-filter could exclude all deactivated plugins. Hope this helps! -Flibbles On Friday, June 18, 2021 at 6

[tw5] Re: Markdown usage

2021-04-30 Thread Flibbles
1. The markdown way to link to other tiddlers is: [Caption for link](#TiddlerName) If your tiddler has spaces, it needs escaping. [Caption to link](#Tiddler%20Name) 2. Calling macros works just fine in Markdown text (as long as it's an inline call). If you want to declare

Re: [tw5] Re: The simplest way to include the JS code into Tiddlywiki

2021-04-18 Thread Flibbles
I know I'm a little late to the party here, but I think your first solution may not have worked because it didn't have a module-type. If you have... module-type: utils ...then tiddlywiki will load this tiddler on startup (and put any existing exports int utils, which will be none). As it is,

[tw5] Re: A how to: protecting my code from my continous tiddler title changes

2021-04-07 Thread Flibbles
my sponge works: Relink truly is a godsend. > > Uh, well, you would be the godsend? > > The Relink angel? > > The Relink fairy? > [image: tooth-fairy-1.jpg] > > Well, let's say I gusheth with heaps of praise. > > > On Wednesday, April 7, 2021 at 1:40:41 PM UTC-3 Fl

[tw5] Re: A how to: protecting my code from my continous tiddler title changes

2021-04-07 Thread Flibbles
to make this code reusable by plugging it all into a macro, then EditorName could be a macro param, and using the *\relink* in that case would be most clear. Glad to hear Relink is helping out. -Flibbles On Wednesday, April 7, 2021 at 9:18:32 AM UTC-4 cj.v...@gmail.com wrote: > G'day g'

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2021-03-23 Thread Flibbles
Not sure I understand. Relink isn't integrated with any package managers like npm. To install Relink under Node.JS, you'd download the source from github, and the github page <https://github.com/flibbles/tw5-relink> has instructions on how to install. On Wednesday, March 24, 2021 at 1:15

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2021-03-23 Thread Flibbles
ithub.io/tw5-relink/#Migration%20to%20V2>. better yet, reach out to me, because I can probably migrate your modules in about 10 seconds. Anyway! Hope you all enjoy. This version of Relink will save you seconds. *Seconds*! -Flibbles On Thursday, December 17, 2020 at 1:03:51 AM UTC-5 Flibbles wro

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Flibbles
Hah! SideEditor definitely seems a lot more stable. Hadn't noticed that rQT hadn't been touched in nearly four years. :) -Flibbles On Tuesday, February 23, 2021 at 2:06:49 PM UTC-5 Mat wrote: > So poor Flibbles should not be blamed for this. It likely has nothing to > do with

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Flibbles
g. you can have > normal tiddler and rQT with same title, and phantom ones do not work with > tags. > > Maybe I would paste code and sb nice would check it for me? Unfortunately > I am still a rookie. > > wtorek, 23 lutego 2021 o 17:49:23 UTC+1 Flibbles napisał(a): > >&

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Flibbles
Clone? So is this the "Reuse content" button in the tiny rQuickTid window? (I've never used, or even heard of, rQuickTid, so you'll need to bear with me.) On Tuesday, February 23, 2021 at 11:21:54 AM UTC-5 bartosz.w...@gmail.com wrote: > Hello there. > > I started using rQuickTid

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread Flibbles
I don't think so. I'm not sure what that is, and I can't find it in the core. Uglify works by hijacking the View Widget, which is used for all plugin writing during saves. It's not great, but it's what I found works. If there's a better way, I'd gladly change it over. On Wednesday, January 20,

Re: [tw5] [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread Flibbles
ely this problem only happens once per browser session, since results are cached, and it doesn't occur with NodeJS implementations. Otherwise, glad you like it! -Flibbles On Wednesday, January 20, 2021 at 8:48:28 AM UTC-5 TiddlyTweeter wrote: > *Side thoughts on text/wikitext uglifi

Re: [tw5] [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Flibbles
tricky. Unlike javascript, wikitext is dependent on white space. Definitely not sure if I could reduce them by over 60% like you're suggesting though, unless you're thinking of stream compression, but that'd be outside the scope of this plugin. -Flibbles On Tuesday, January 19, 2021 at 10:37:19 PM

[tw5] [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Flibbles
. Then go ahead. Check it out. Here's the demo site. <https://flibbles.github.io/tw5-uglify/> And here's the github page <https://github.com/flibbles/tw5-uglify>. Let me know what you all think. -- You received this message because you are subscribed to the Google Groups "

[tw5] Re: Are there any hacks for getting backlinks for soft links?

2021-01-15 Thread Flibbles
If you're just trying to get a list of backlinks to look at, I might recommend the Relink plugin. It adds a special References tab to the TiddlyInfo panel. Once rememberq is properly configured, which would be something like `\relink rememberq question:wikitext answer:wikitext` or something

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-12-16 Thread Flibbles
Yes. The parent-plugin field is present on both of Relink's supplemental plugins. On Thursday, December 17, 2020 at 12:45:13 AM UTC-5 Mohammad wrote: > Flibbles, > Have you tried the parent-plugin field to distribute subplugin of relink > as its children? > Take a lo

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-12-15 Thread Flibbles
> it is a confusing concept. > > > Best wishes > Mohammad > > > On Wed, Dec 16, 2020 at 4:24 AM Flibbles wrote: > >> For those who may be interested, many people requested that Relink be >> able to handle renaming titles of nested directory tiddlers associated

[tw5] Re: Noteself - Tiddlers disappearing on other devices. What am I missing?

2020-12-15 Thread Flibbles
I know I'm late to the party here, but are you using lazy tiddler loading? It has a few issues that can cause tiddler bodies be deleted. On Thursday, July 2, 2020 at 9:49:11 AM UTC-4 Sean Carter wrote: > I'm using Tiddlywiki with Noteself for automatic saving in addition to a > few other

[tw5] Re: Query: Plugin Libraries? Who has them?

2020-12-15 Thread Flibbles
On Friday, July 31, 2020 at 3:24:13 PM UTC-4 TiddlyTweeter wrote: > Ciao PMario > > Fibbles plugin Library has dependencies as it invokes language tiddlers > you need RELINK for already to show. If you try invoke it without that > you'll get blanks. > Knowing that you can install the plugin

[tw5] Re: Rename tiddlers to datetime IDs (unique identifier)

2020-12-15 Thread Flibbles
I don't normally hang around in the Google group, so I didn't see this until now. I read what you wrote several times but I'm still not clear on what Relink is doing wrong, or what it's supposed to be doing but isn't. You don't still need help, do you? -Flibbles On Thursday, October 22, 2020

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-12-15 Thread Flibbles
allows for custom rename rules based on filters, as well as rules introduced by 3rd party plugins. Currently, the only built in rule is the directory tree one. I couldn't think of any others that people would generally want. If you know of any, let me know. -Flibbles On Monday, May 25, 2020 at 11

[tw5] Re: Use Relink to rename similar tiddlers

2020-12-15 Thread Flibbles
I am here to say that Relink can now handle this very case. Introducing Relink-Titles It's a supplemental Relink plugin that allows for title updating of any directory-nested tiddlers. And also any custom filter rules, or rules

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
O... okay. But it already should have been... I guess I'm glad you've got something working for you though. Good luck! -- 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

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
[image: newline needed.png] -- 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 visit

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
Like link: ...??? I don't get what you're asking for. If you have your macro separated the way you say you do, then it should already be wrapped in elements. Maybe if you show me what you have? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
Or this? \define mylinks() links:<$list filter="[list[]]"><$link/>, \end On Thursday, May 28, 2020 at 4:08:06 PM UTC-4, Flibbles wrote: > > Oh. So this?: > > links:<$list filter="[list[]]"><$link/>, > -- You received this message b

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
Oh. So this: \define mylinks() links:<$list filter="[list[]]"><$link/>, \end This is my content <> -- 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

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
Like... this...? \define mylinks() links: <$list filter="[list[]]"><$link/>, \end This is my content <> Just including a space between the macro and your body would start a new paragraph. Or are you saying you want that macro to automatically render at the bottom of every tiddler or

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
Not quite sure what you mean. You want the last item in the list to be displayed separately? So... \define mylinks() links: <$list filter="[list[]butlast[]]"><$link/>, <$list filter="[list[]last[]]">and <$link/> \end What kind of output are you trying to get? -- You received this message

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
[list[]] works replacing [enlist{!!list}] in everyone else's examples. So the easiest way to print the list of the current tiddler is: {{{ [list[]] }}} As for your unicode directory name, I don't know what to tell you. I can't replicate the issue. Every single combination of escaped,

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-28 Thread Flibbles
[enlist{!!list}] does work. ...also [list[]] Surprised nobody mentioned that. For your linking to a file, make sure you can open "file:///d:\моясукапапка\" directly in your browser, such as by dragging that file onto a new tab. The link supplied from that is the href you should be using for

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
No problem. I was the one who convinced you to move to tiddlywiki/markdown.I might as well make sure it works for you. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
Also, I've put more effort into it and have created the version of wrapper which is better tested, and supports hardbreak (putting spaces at the end of lines to force a linebreak). This is the one I'll be submitting in my PR. -- You received this message because you are subscribed to the

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
Odd. It's working for me. Are you certain you actually removed the .txt file extension? My operating system only pretended to when I first tried it just now. If you search for "wrapper" in your tiddlywiki, and you get a tiddler with a title that has a filepath relative to your operating

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
This is because there's a bug in tiddlywiki/markdown where it's not properly respecting the *$:/config/markdown/breaks* tiddler. I'll submit a PR later today, but it'll probably take a while before it gets into master. Jermolene is still recovering. In the meantime, attached is a

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
That would do it. I'm glad it's working out for you now. :) -- 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

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
\rules is pretty poorly documented, but here's the best I can give you . That's what documenation exists, the list of rules, and the relevant

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
Sorry. Make that this: .tc-tiddler-preview li > :first-child, .tc-tiddler-body li > :first-child { display: inline } If you do anything like * list items With multiple lines Like this * Or even * Multiple list Just make sure it's producing what you expect. -- You received this

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
@Saq Imtiaz: I think we just experienced a race condition with responding to Kleinfelter. Same answer asynchronously. @Kleinfelter: As for the paragraph break, turns out that's actually how Remarkable rolls. It treats all the content in as a block. BUT, I got good results by adding the

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
of bullet lists. Each bullet *should* be "text >here" but it is "text here". This makes bullet > lists >take up too much space. Could be a deal-killer. > > > On Wed, May 27, 2020 at 12:09 PM Flibbles > wrote: > >> I'm not able to replicate this pr

[tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
I'm not able to replicate this problem. The only file trying to load tw5-markdown/highlight.js is tw5-markdown/wrapper.js. If you remove the plugin altogether, it should allow your server to boot. (Just a quick note though. If migrating becomes too much of an issue, relink-markdown will work

[tw5] Re: Understanding "Installing custom plugins on Node.js"

2020-05-27 Thread Flibbles
For the second method, your project directory will have stuff laid out like this: ``` tiddlywiki.info tiddlers/{all my tiddlers} plugins/pluginName/plugin.info plugins/pluginName/(other plugin stuff} ``` If you have your project set up like this, then your tiddlywiki server will have

[tw5] Re: freelinks and relink??

2020-05-26 Thread Flibbles
The way I'd do it is to create a child-plugin which users can optionally install. I just finished creating very nifty child-plugin support for Relink in order to optionally support Markdown, and I've been sifting through the discussions looking for places to use it. It's my new favorite toy

[tw5] Re: Relink, and setting up button widgets for modals

2020-05-26 Thread Flibbles
I'm going back and addressing all discussions about Relink. <$Button param /> is something Relink won't handle by default, because param could be anything, not just a title. However, if you only ever use it as a title, you can add <$button param> to the Relink whitelist as a title, and then

[tw5] Re: Relink doesn't always work

2020-05-26 Thread Flibbles
I'm going through and addressing all discussions about Relink. This is fixed now in latest versions. I'm 80% sure you're the person who submitted the bug report. -Flibbles On Thursday, April 16, 2020 at 4:02:47 AM UTC-4, Peter Buyze wrote: > > I love this plug-in, and have had good expe

[tw5] Re: freelinks and relink??

2020-05-26 Thread Flibbles
Sorry, I completely missed this. I don't normally sift through this group unless I want something. This integration actually wouldn't be that hard. I might make it in a week or so. Currently, I'm really burned out after having added markdown support. On Monday, April 20, 2020 at 5:49:31 AM

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-05-25 Thread Flibbles
led), what needs updating, and then update with a single click. It's super slick, guys. For real! But probably not worth all the work it took. -Flibbles -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and s

[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-19 Thread Flibbles
Please let me know if there are any tool or abilities you feel this plugin is lacking for working with xml. I'd like this plugin to have all the basic tools someone would need. For one, I'm thinking of adding an <> macro which will behave like XSLT's apply-templates, only tiddlywiki style. --

[tw5] Re: Personal News

2020-05-18 Thread Flibbles
Look forward to hearing from you after you're through it. Good luck. -Flibbles -- 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 tiddlywik

[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-14 Thread Flibbles
Eshka, I found some projects suffering similar problems, and I think I may have fixed it. Go head and try again. -Flibbles On Thursday, May 14, 2020 at 8:11:51 AM UTC-4, Flibbles wrote: > > Eshka, could you please tell me what browser you're using? > > Unfortunately, due t

[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-14 Thread Flibbles
Eshka, could you please tell me what browser you're using? Unfortunately, due to the nature of this plugin, there will be some cross-platform issues I need to resolve. Every browser implements xmldom it's own way. -Flibbles On Thursday, May 14, 2020 at 7:59:50 AM UTC-4, Eskha wrote: > >

[tw5] [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-13 Thread Flibbles
Name:* tw5-xml* Version: *1.0.0* Demo: https://flibbles.github.io/tw5-xml/ Source: https://github.com/flibbles/tw5-xml Check it out! <https://flibbles.github.io/tw5-xml/> It lets you: - Import and export XML, including bundled XML archives including multiple tiddlers. - It rende

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-13 Thread Flibbles
craped HTML. -Flibbles -- 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

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-10 Thread Flibbles
get/filter like this? The demo site is better filled out, and has examples of this new widget. <https://flibbles.github.io/tw5-xml/> -Flibbles -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this grou

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-03 Thread Flibbles
he queries (I... I really don't want to do this. This is one step below reimplementing XPath for myself.) I'll continue to look into ways to improve default namespace support; I'll try scrubbing namespaces from the DOM again, but for now, the current implementation may be what we get. -Flibb

[tw5] Re: XML plugin for Tiddlywiki??

2020-05-02 Thread Flibbles
Tony: That'd be great. I built this so XML could act like super-data-tiddlers. So that's what it's mostly good at solving right now. But I'd love it if this plugin became the answer for other problem, though I may need more feedback on such use-cases to determine how to elaborate tw5-xml.

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-02 Thread Flibbles
Now that I better understand namespaces, being explicit with all namespaces in an XPath query actually makes sense to me. No ambiguity. Queries can traverse documents with a litany of changing namespace scopes. -Flibbles -- You received this message because you are subscribed to the Google G

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-01 Thread Flibbles
is make it so any undeclared prefix can act as the default namespace, but I get the sense that's not an expected practice. -Flibbles -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving e

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-01 Thread Flibbles
ou have? Also, I think I'll probably change the widget to <$xpath> too. Not many Tiddlywiki users know what xpath is, but it's more apropos than <$xml>. -Flibbles Are you able to send me what you have? On Friday, May 1, 2020 at 5:57:12 AM UTC-4, Xavier Cazin wrote: > > Hi Flibb

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-04-30 Thread Flibbles
myFile##xpath/indexer}} be a thing, but I'd need to work with Jermolene about making the textReferences more extensible first. I'm really looking for any feedback at all, from anyone. I'd like this to gel as much as possible to Tiddlywiki methods. -Flibbles On Tuesday, April 28, 2020 a

[tw5] Re: XML plugin for Tiddlywiki??

2020-04-27 Thread Flibbles
something like that. Dunno who'd use it. On Monday, April 27, 2020 at 9:02:59 PM UTC-4, TonyM wrote: > > Flibbles, > > Given xml tags act like custom html tags I would think it may be possible > to use css and the display but it appears the correct way is xslt > > > https:/

[tw5] XML plugin for Tiddlywiki??

2020-04-27 Thread Flibbles
40% towards having my own plugin, but I’m really surprised that this kind of stuff doesn’t already exist. I’ve searched. Am I overlooking something? -Flibbles -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-24 Thread Flibbles
, Mohammad wrote: > > Hi Filbbles, > Thank you for update. A minor comment: the plugin size seems +150kB > is this the minimum size? > > --Mohammad > > On Friday, April 24, 2020 at 8:30:37 AM UTC+4:30, Flibbles wrote: >> >> *New Feature!* >> >> The \

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-23 Thread Flibbles
lishes everything it could accomplish. -Flibbles On Monday, April 13, 2020 at 6:06:57 PM UTC-4, Flibbles wrote: > > @Peter Buyze: I'm glad! It definitely is a needed feature for large > projects. I built it out of need. > > @Lin Onetwo: I think this was probably meant for Ko

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-13 Thread Flibbles
@Peter Buyze: I'm glad! It definitely is a needed feature for large projects. I built it out of need. @Lin Onetwo: I think this was probably meant for Kookma? Other people are welcome into include Relink in bundles, but I haven't the ability to do so myself. -Flibbles On Sunday, April 12

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread Flibbles
Rahul Kashyap & Kalcifer Kandari, Macro parameters can now be configured to relink as wikitext as of v1.8.0, released tonight. Enjoy! Flibbles On Saturday, March 14, 2020 at 9:16:35 PM UTC-4, Rahul Kashyap wrote: > > Dear Flibbles, > > Thanks a lot for this plugin. This give

[tw5] Re: Creating tiddlers and programmatically modifying them?

2020-03-24 Thread Flibbles
> > I have just realized this won't work in the tiddler I create needs to > contain a define > \define code-tiddler() $(name)$ > > There are many applications it will, but perhaps not this one. > > Regards > Tony > > > On Tuesday, March 24, 2020 at 1:19:05 P

[tw5] Re: Creating tiddlers and programmatically modifying them?

2020-03-23 Thread Flibbles
w letter" /> \end <$set name="title" value="New Letter"> <$set name="name" value="Wilson"> <$set name="pet" value="snuffles"> <> This will create a new tiddler. with a variable title, name, and pet.

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-03-23 Thread Flibbles
rs are recognised, renaming a >> tiddler will go from taking me 10 minutes to taking 0 minutes. >> >> Kalcifer >> >> On Sunday, March 15, 2020 at 2:13:51 AM UTC, Flibbles wrote: >>> >>> Actually, scratch everything I said. It should be possible fo

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-03-23 Thread Flibbles
UTC-4, Kalcifer Kandari wrote: > > Looking forward to this. Once macro parameters are recognised, renaming a > tiddler will go from taking me 10 minutes to taking 0 minutes. > > Kalcifer > > On Sunday, March 15, 2020 at 2:13:51 AM UTC, Flibbles wrote: >> >> Ac

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-03-14 Thread Flibbles
kitext", then macro parameters can be treated as such, as well as fields, widget attributes, and list operators. This'll take me a several days to properly code. My workarounds will work in the meantime. On Saturday, March 14, 2020 at 9:59:02 PM UTC-4, Flibbles wrote: > > Hold

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-03-14 Thread Flibbles
uot;="details_for_tiddler" and "parameter"="tiddler". After you add, the type would default to "title", which is what you want. -Flibbles On Saturday, March 14, 2020 at 9:52:51 PM UTC-4, Flibbles wrote: > > Sooo, this is a strange case. What's happening

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-03-14 Thread Flibbles
I guess your full solution may be: \define link-to-tiddler() [[ tiddler_name ]] <$macrocall $name="details" sum=<> src={{ tiddler_name }} /> Hope this helps. Flibbles On Saturday, March 14, 2020 at 9:16:35 PM UTC-4, Rahul Kashyap wrote: > > Dear Flibbles, > > Thanks a lot

[tw5] Re: Query: Would it be possible to make a "filter builder?"

2019-10-05 Thread Flibbles
In response to your message in that other thread, I'm having trouble visualizing how a dialog or a wizard could help in building filters. Like, maybe something with arrows, or something that provides interactive completion, like as you type in an operand, it gives operand documentation. That's

[tw5] Re: Advanced search - filter expressions: how do I force a particular tiddler to appear at the top when exporting to a static page?

2019-10-05 Thread Flibbles
]] [[Program tips]] +[putfirst[]] [tags[]!is[system]sort[title]] [[contents]] If what you already have works, then it works. I just did this mostly for my own amusement, and thought I'd share. -Flibbles On Saturday, October 5, 2019 at 1:00:49 AM UTC-4, Suzanne McHale wrote: > > Hi, that di

[tw5] Re: Advanced search - filter expressions: how do I force a particular tiddler to appear at the top when exporting to a static page?

2019-10-04 Thread Flibbles
with [[In conclusion]is[tiddler]] instead, which just prevents the filter from appending a non-existent title. -Flibbles On Friday, October 4, 2019 at 1:38:12 AM UTC-4, Suzanne McHale wrote: > > The first one seems to work, thanks! It also avoids the issue of that > tiddler being repeated in the [!

[tw5] Re: Advanced search - filter expressions: how do I force a particular tiddler to appear at the top when exporting to a static page?

2019-10-03 Thread Flibbles
Maybe I'm late to the party, but the following seem to work too: [!is[system]sort[title]] [[Program Tips]] +[putfirst[]] or this goofy one: [!is[system]sort[title]move:-100[Program Tips]] I'd go with the first. On Wednesday, October 2, 2019 at 12:25:11 AM UTC-4, Suzanne McHale wrote: > >

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-21 Thread Flibbles
@CJ Veniot: I think Relink supports IE11 now <https://github.com/flibbles/tw5-relink/issues/9>. I wasn't able to get it to crash anymore while using that browser (but there may be something hidden you'll encounter some day. If you do, let me know) @TonyM: I've got basic support for ch

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-20 Thread Flibbles
Yes. This problem is coming from Relink. I was unaware that IE11 doesn't allow backtick syntax. I will have that fixed tomorrow. Too much to do tonight. Thank you for reporting this issue. I've created a bug report for it here <https://github.com/flibbles/tw5-relink/issues/9>. I'll be p

  1   2   >