[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Birthe C
Springer, I tried your link in Firefox, did not see the problem, but then I opened it i chromium and saw the sorting problem, just as you described it. Just so you know it is not only in your browser. Birthe -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Mat
To clarify: I can't find it in prerelease because the "Recent" tab doesn't stretch that far. I'm not saying the bug isn't there. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Mat
Ah, you're right. Removing that tiddler also corrects the timeline. Highlight a brittleness in the timeline macro tho. I'm closing my issue because I don't know how to best describe the problem.Thanks Saq. <:-) -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Mat
@Rahul I don't know the intricacies of the macro you intend to use but I'm guessing you wish to pass the tiddler that is current in the listwidget. But for example this < >> passes the literal string {{!!title}} and not the current tiddlers actual title. Also, the argument to src needs to

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Saq Imtiaz
Corrupted data rather than a bug. The real question is how the "Using TiddlyWiki on Node.js" tiddler got corrupted. On Saturday, May 23, 2020 at 11:10:11 AM UTC+2, Mat wrote: > > It is definitely a bug! You find it also on https://tiddlywiki.com/ (not > prerelease) > > Go to

Re: [tw5] Re: Stroll updates

2020-05-23 Thread Osin
Thanks David, it looks like the setup is fairly modular and I shouldn't get "stuck", I'll just need to learn a bit more about TW and its back-end. On Friday, May 22, 2020 at 10:01:34 PM UTC-3, David Gifford wrote: > > Hi Osin > > Deleting Stroll is the same as deleting TiddlyBlink: go to >

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Michael Manti
Rahul, Here are macros that I used to build a collapsible table of contents with the slider macro from the Shiraz plugin. I switched from details to slider because slider retains state, but the idea should be the same. \define suboutline() <$list filter="[has[text]]"> <$transclude

[tw5] Re: [For Beginners] Setting up Tiddlymap to view all maps

2020-05-23 Thread Tony K
Hello Reet thank you for sharing this, It seems we both are working on the same thing. actually I was trying to accomplish this yesterday and I ended up doing exactly the same than what you did just without the limit[100] i'm returning all tiddlers my issue now is the "navigation" I don't

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Saq Imtiaz
The tiddler "Using TiddlyWiki on Node.js" has a corrupted modified field. Try editing and re-saving it. On Saturday, May 23, 2020 at 10:39:28 AM UTC+2, Birthe C wrote: > > Springer, > > I tried your link in Firefox, did not see the problem, but then I opened > it i chromium and saw the sorting

[tw5] Re: Running JS REPL inside TW

2020-05-23 Thread Scott Sauyet
bump On Friday, May 15, 2020 at 5:16:12 PM UTC-4, Scott Sauyet wrote: > > My recent success dynamically building a stand-alone TW to document a > corporate system -- with many thanks due to helpful people here! -- has > made me want to revisit something >

[tw5] Re: Saving changes on Android to the same file name

2020-05-23 Thread Riz
In case you did not know, Tiddlywiki now has a android app that lets you save HTML TW5s where they are located Readme: https://github.com/donmor/TiddloidLite APk: https://github.com/donmor/TiddloidLite/releases -- You received this message because you are subscribed to the Google Groups

[tw5] Re: tekan plugin and "get more plugins" conflict, fyi

2020-05-23 Thread Riz
Tekan was moved to standalone edition . There was similar conflicts which made the plugin rather difficult to work with. However, latest updates to TW5 has made so many of these conflicts resolvable. I am in the process of updating both the

[tw5] Re: After upgrade my fixed position edit toolbar dissappears when scrolling through tiddlers only appearing in the gaps between tiddlers

2020-05-23 Thread Sapphireslinger
Tony M and Birthe C, thank you! The z-index 500 worked perfectly for the Page toolbar! But none of the z-index numbers works for the Edit Toolbar. (I even took z-index off of the Page Toolbar and tried using it for the Edit Toolbar alone, but it didn't do anything. So at present my code

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Mat
@Rahul, by the way: Could someone please help me with a particular implementation > ...then start a new particular thread instead of hijacking this old one which is not about your question. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread Saq Imtiaz
@Thomas: also remembered that the droppable widget doesn't support the ALT key (and I was trying to work with just what is in the core), but that may get addressed soon: https://github.com/Jermolene/TiddlyWiki5/pull/4671#discussion_r429346222 On Thursday, May 21, 2020 at 11:21:58 AM UTC+2,

Re: [tw5] Re: How to publish a plugin?

2020-05-23 Thread Joshua Fontany
Mahalo (thanks!) for sharing! It seems you are using the same library as TheDiveO's TwTube plugin. It might be worth comparing how you are both using the library. https://github.com/TheDiveO/TwTube Best, Joshua F On Friday, May 22, 2020 at 6:31:22 AM UTC-7, Roel Vanhout wrote: > > Thanks

[tw5] Re: tekan plugin and "get more plugins" conflict, fyi

2020-05-23 Thread Joshua Fontany
I am excited to hear that! I was going to take a shot at it myself, but am looking forward to seeing your next iteration. Best, Joshua F On Saturday, May 23, 2020 at 12:17:57 AM UTC-7, Riz wrote: > > Tekan was moved to standalone edition >

[tw5] Trigger action when a tab loses focus?

2020-05-23 Thread Tony K
is there a way to trigger an action when a tab loses focus? I know that the state tiddler changes but how can I "watch" the state tiddler and issue a command when its content changes? thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Mat
It is definitely a bug! You find it also on https://tiddlywiki.com/ (not prerelease) Go to https://tiddlywiki.com/ Recent tab search (using ctrl-f i.e browser tool) for e.g the tiddler ExternalImages - this is the last title for 2014. After it comes 2020 again. <:-) -- You received this

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Mat
Posted bug report: https://github.com/Jermolene/TiddlyWiki5/issues/4675 <:-) -- 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: HomelabOS fixed my issue with TW!!!

2020-05-23 Thread Riz
Would you like to write a guide for newbies to get such a set up running? We will feature it in reddit. Sincerely, Riz -- 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

[tw5] Re: Stroll updates

2020-05-23 Thread Reet Pandher
I ran into the same problem as you: Here is how to setup tiddlymap to view all tiddlers: 1. Click on the 3 horizontal bars on the right of the view tab. 2. Create new view 3. Enter the following code and hit OK : <$tmap view="All" editor="advanced" > 4. Click on the bars again and rename it to

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread 'Mark S.' via TiddlyWiki
tiddler_variable_in_the_loop was from your example. I assumed it contained the name of a tiddler. If not, then the example needs to be re-explained. On Saturday, May 23, 2020 at 7:12:02 AM UTC-7, Rahul Kashyap wrote: > > Hi Mark, > > thanks for reply. I am not sure what would be the >

[tw5] Re: TW5 PHP Saves

2020-05-23 Thread Birthe C
Ron, Use the TiddlySpot Saver. Birthe -- 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

[tw5] Re: Showcase: RAD.sb TiddlyWiki instance

2020-05-23 Thread Birthe C
CJ Veniot, I must be the most unlikely of readers. Knowing nothing about development or programming. But I enjoy your writing style. I followed a link to a neocities site of yours. Writing about Geocities and more. Reading this is like reliving the era. Thank you! Birthe -- You received

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread springer
To clarify: the glitch would *not* affect folks who followed directions ;) and downloaded "empty.html" -- but only those who started with hitting save to download from tiddlywiki.html (including the corrupt "Using ... node.js" tiddler), which is apparently how I started the file hosted at this

[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread springer
Willy, I'm in a similar situation (personal wikis, but multiple devices). The tiddlyspot server, on auto-save, is somewhat less anxious than the iCloud solution. It's not vital to remember to close, but if you come back to an old open version of your wiki, it remains important to

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread 'Mark S.' via TiddlyWiki
No, that's normal. There's a hundred tiddler limit built in. That's a hundred event days, so the actual number of tiddlers comes out a little bit more than 100. So that puts back in 2019. On Saturday, May 23, 2020 at 9:51:11 AM UTC-7, Birthe C wrote: > > Mark S, > > There must be more to it.

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Mat
Tony K wrote: > > however can i edit a tiddler field without a "Trigger" from what I have > noticed it is an $action-setfield and it needs a button to be clicked or > something no? > Right, to have it edited it needs an action trigger. BUT I just note in the docs

[tw5] Re: [For Beginners] Setting up Tiddlymap to view all maps

2020-05-23 Thread Reet Pandher
Hi Tony, I just gave up after figuring this out. lol. I've just added live view as a separate tab and work with that. On Saturday, May 23, 2020 at 6:42:09 PM UTC+5:30, Tony K wrote: > > Hello Reet > > thank you for sharing this, It seems we both are working on the same > thing. actually I was

[tw5] using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread Willy Tanner
I am coming to depend on Tiddlywiki more and more these days and I am wondering how I can use it best on multiple devices (macOS and iOS). For the moment I am simply using a single html file on my iCloud Drive that I am trying to remember to close once I am finished on one computer lest I

Re: [tw5] Re: HomelabOS fixed my issue with TW!!!

2020-05-23 Thread Rizwan Ishak
If you write it up, there will be definitely feedbacks and suggestions. On Sat, 23 May 2020, 20:09 kelsang sherab, wrote: > I am happy to be involved. > > I do not have any experience in writing this kind of things but I am very > happy to > > Either join a team effort. > > If no one is willing

[tw5] Re: Showcase: RAD.sb TiddlyWiki instance

2020-05-23 Thread CJ Veniot
G'day and Happy Saturday! *(Well, happy whichever current day anybody happens to read this.)* *Aside*: - When I say/write "SQLWindows", the majority of people think SQL. SQLWindows *(that is the really old name for the product)* is a 4GL Windows programming tool - Back in the

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Birthe C
Mark S, There must be more to it. In Firefox looking a my Tiddlywiki, tab recent show me tiddlers from 2020 and 2019. I am sure I have several years old tiddlers in that old upgraded tiddlywiki. Birthe -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Personal News

2020-05-23 Thread Willy Tanner
Jeremy, all the best for you and your family, I really hope that the symptoms subside soon and without any long-term complications. W On Monday, May 18, 2020 at 10:59:36 AM UTC+2, Jeremy Ruston wrote: > > I should let you all know that I have somehow contracted Covid-19, despite > being in

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Mat
Is it a limited set of actions that makes the tab lose focus, perhaps "clicking on another tab" or is it just *anything *that makes it lose focus? Because the tab state tiddler doesn't change unless you click on another tab. <:-) -- You received this message because you are subscribed to the

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread 'Mark S.' via TiddlyWiki
This works: <$list filter="[prefix[findme]]"> <> On Saturday, May 23, 2020 at 8:34:30 AM UTC-7, Rahul Kashyap wrote: > > Hi Mark, > > Yes, I posted that question there as well. Mat asked me to start a new > thread. I suppose this is proper thread? > > I tried Mat's latest solution as well

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread 'Mark S.' via TiddlyWiki
My chrome on Linux is about 4 major versions behind (v 80). It doesn't show the problem. I'm guessing that Chrome made a change to their sort code. I don't understand how a single corrupt tiddler would change the entire sort order. Since TiddlyDesktop shares code with Chrome (I think), the

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread Mat
Mark S. wrote: > > <> > That's very interesting! I didn't expect this to be allowed syntax since this is not allowed: <> (...or is it???) Thanks Mark and Rahul! <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

Re: [tw5] Running JS REPL inside TW

2020-05-23 Thread Arlen Beiler
I would say if you want to write it yourself, that's probably your best bet. For TiddlyWiki we just use the browser console, and TiddlyWiki doesn't focus on Javascript as a user feature so this isn't a core focus. I would say use a widget. If you look through the /core/modules/widgets/ folder you

[tw5] Re: Showcase: RAD.sb TiddlyWiki instance

2020-05-23 Thread HansWobbe
Hi: Thanks for sharing this introductory information. I quite enjoyed it; being more of an Oldie than a Newbie, myself. I admire your obvious ambition in starting your RAD.sb development since you did state that this would be a large, long-term undertaking. And your long-term devotion to

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread 'Mark S.' via TiddlyWiki
The wikitext form of invoking the macro is limited. But you can use the macrocall widget instead: <$macrocall $name=details sum=<> src={{{ [get[text]]}}} /> This is probably still not exactly what you want (the src will lose its original formatting). The next step would be to move the

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Tony K
Hello Mat, yes clickling on another tab wld do, I just don't want to go to every other tab (it is in the sidebar) and edit the code On Saturday, May 23, 2020 at 4:37:04 PM UTC+3, Mat wrote: > > Is it a limited set of actions that makes the tab lose focus, perhaps > "clicking on another tab"

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread Rahul Kashyap
Hi Mark, thanks for reply. I am not sure what would be the tiddler_variable_in_the_loop I tried with {{!!title}} which gives the title name but, without its content. Are there other way to get the tiddler_variable. Best, -Rahul On Saturday, May 23, 2020 at 9:41:41 AM UTC-4, Mark S. wrote: >

[tw5] Is there any tiddly react when external file is not founded ?

2020-05-23 Thread Marc Viot
Hello, I would like to use external file on google drive or dropbox to view image or pdf. But I don't know if user can access to them because he needs to be online. So I would like to test if external file are or not. Is there any message to test ? Thank's a lot -- You received this

[tw5] Re: Saving changes on Android to the same file name

2020-05-23 Thread PMario
On Saturday, May 23, 2020 at 5:51:57 AM UTC+2, Mark S. wrote: > > If you use PMario's file-backups you can save to the same file on Firefox > (not sure if it does Chrome). > FireFox works for me. There is no Chrome version atm. ... BUT it needs to be Downloads dir or a subdirectory also on

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Saq Imtiaz
I wrote a widget at some point that allowed you to setup actions to be triggered in response to specific tiddlers changing. The issue from what I recall, was the potential to trigger recursion. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Rahul Kashyap
Hi Mat, Thanks for reply. I tried your method but, it caused "maximum stack call" error. I posted on this because it was about understanding and using the loop structure of list widget. I thought it reduces the duplication of questions and convenience for other people seeing related

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Tony K
however can i edit a tiddler field without a "Trigger" from what I have noticed it is an $action-setfield and it needs a button to be clicked or something no? On Saturday, May 23, 2020 at 5:07:54 PM UTC+3, Mat wrote: > > OK, one approach would be to modify the core macro for buttons or to >

[tw5] Re: HomelabOS fixed my issue with TW!!!

2020-05-23 Thread kelsang sherab
I am happy to be involved. I do not have any experience in writing this kind of things but I am very happy to Either join a team effort. If no one is willing to do it I am very happy to try. *In summary: *I am up for it - but it will be better if c could do it with someone else. On

[tw5] Re: Is there any tiddly react when external file is not founded ?

2020-05-23 Thread Mat
> > I would like to use external file on google drive or dropbox to view image > or pdf. > It is not clear what you mean. Is the "external file" the TW or the image? > But I don't know if user can access to them because he needs to be > online. So I would like to test if external file are

[tw5] Re: Lesson from Shiraz: Create a Task manager in seconds

2020-05-23 Thread Boris Kalinin
Thank you very much for this amazing plugin! Is there a way to set custom table column names in dynamic-table macro? Or they necesserily have to be the same as field names? четверг, 23 апреля 2020 г., 14:36:43 UTC+5 пользователь Mohammad написал: > > Shiraz Dynamic Tables lets you create a

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread springer
Great to wake up and find that the problem was tracked down. Thanks, gang! Meanwhile, I wonder about any Chrome-using newbies who might have downloaded the same empty.html (with the corrupt "Using ... node.js" tiddler) and become simply discouraged that some of their work seemed to disappear

[tw5] TW5 PHP Saves

2020-05-23 Thread Ron Poulin
Hi, I followed the instructions to set up the store.php file as explained in the TW5 get started page. I have my server set up and working, I have the site set up with the store.php file installed and configured with user and password but, the problem is that looking at the TW5 v.5.1.22 file

[tw5] HomelabOS fixed my issue with TW!!!

2020-05-23 Thread kelsang sherab
This post is written for the purpose of helping TW to grow. I have been aware of TW for a number of years. I have been fascinated with it and I actually love it. But I never managed to get going with it. My reasons are: 1. The famous [infamous?] learning curve of how to actually use it - it

[tw5] [For Beginners] Setting up Tiddlymap to view all maps

2020-05-23 Thread Reet Pandher
First off let me say please don't ask me any technical questions. I learned all of this by spending too much time on google. I don't know what any of those code snippets mean. The intent of the post is to make sure no other new users have to waste their time. Second, it's just sad that for a

[tw5] using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread Dave Parker
I use BobExe and sync the individual tiddler files between computers with syncthing. That way if there are file conflicts at least it's just individual tiddlers that conflict, not the entire TW file. I'm waiting hopefully for Jed to release a secure easy to install raspberry pi server one day

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread 'Mark S.' via TiddlyWiki
On Saturday, May 23, 2020 at 9:38:39 AM UTC-7, Mat wrote: > > Mark S. wrote: >> >> <> >> > > That's very interesting! I didn't expect this to be allowed syntax since > this is not allowed: <> (...or is it???) > > It seems to be allowed now. I'm thinking that maybe it didn't use to be? -- You

Re: [tw5] Personal News

2020-05-23 Thread Andrew
__    Hi Jeremy,    I'm praying that the people that are  studying this virus find the cure the soonest and so that this pandemic will end around the globe. The advise I got helped me. Stay active if at all possible.

Re: [tw5] Running JS REPL inside TW

2020-05-23 Thread Scott Sauyet
Thank you. I'll check out that suggestion. This isn't really JS as a core feature, just a useful addition to some documentation. But it does require the ability to run user-entered Javascript, and that might just be pretty far from TiddlyWiki's sweet spot. Cheers, -- Scott On Saturday,

[tw5] Re: Running JS REPL inside TW

2020-05-23 Thread Scott Sauyet
Well either I apologize for confusing you or say you're welcome for opening up new horizons, whichever seems appropriate! If you are confused and want to understand more fully, I can certainly try another explanation. But if you've ever seen Codepen, JSFiddle, RunKit or any of the dozens of

[tw5] LaTeX.css - Make your website look like a LaTeX document

2020-05-23 Thread Diego Mesa
This might be of interest to the academics in the group! Article: https://latex.now.sh/ HN Comments: https://news.ycombinator.com/item?id=23282207 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread Tony K
@bimlas is it shared or for your own use? On Sunday, May 24, 2020 at 12:18:01 AM UTC+3, bimlas wrote: > > Saq, > > I think we should work together... > > https://www.youtube.com/watch?v=PNqxIEX7eEg > > I wonder how you solved the navigation with the arrow buttons? It works > for me too, but

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread Tony K
oh ok :o) looking wonderful, if you ever decide to share it do drop me a line plz On Sunday, May 24, 2020 at 12:30:50 AM UTC+3, bimlas wrote: > > It is not shared yet because many things are still unclear and I am not > sure I have chosen the best solutions. > -- You received this message

Re: [tw5] Re: TW5 PHP Saves

2020-05-23 Thread Ron Poulin
Thank you Birthe Have you set one up this way and does it work for you? Ron On Sat, May 23, 2020 at 11:14 AM Birthe C wrote: > Ron, > > Use the TiddlySpot Saver. > > > Birthe > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. >

[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread Alfonso Arciniega
Willy, Using the *timimi* extension with its Backup method settings set to "Tower of Hanoi"; plus setting your TW to "Save changes automatically" in the ControlPanel you could avoid losing your changes if you open a TW left open in your other machine. Worst case scenario would be you have to

[tw5] Re: using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread Alfonso Arciniega
Good point, Gracious, I forgot to mention that I also use Quine2 on my iOS devices. However, instead of synchronizing to iCloud, which allows to use devices of only one platform, I synchronize to Google Drive, which allows me to do from everywhere, every device. Alfonso -- You received this

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread bimlas
I only use JS to handle arrow buttons. I also plan to implement the search function, but it will need some kind of recursive filter (like the Kin filter), but I will try to avoid this to keep the plugin as simple as possible. This is also one of the issues that makes the plugin not ready yet.

[tw5] Re: Showcase: RAD.sb TiddlyWiki instance

2020-05-23 Thread CJ Veniot
Aw shucks, thanks Birthe C. Unexpected warm fuzzies are a fun gift. I can't offer much to TiddlyWiki development-wise, but if I can somehow contribute some ideas via sample TiddlyWiki use cases, then I'm in. Suffering from "intertwingulitis

[tw5] Re: Recent tab sorting wrong, burying some recent tiddlers, major glitch!

2020-05-23 Thread 'Mark S.' via TiddlyWiki
Ok. Tested. This problem shows up in TD 0.0.14 but not in TD 0.0.13. Presumably something changed in the chromium core. On Friday, May 22, 2020 at 5:19:36 PM UTC-7, springer wrote: > > Dear all, > > One of my tiddlyspot wikis has developed a bizarrely mis-ordered "Recents" > tab. > > At first,

Re: [tw5] Running JS REPL inside TW

2020-05-23 Thread Scott Sauyet
Thank you Brian. I think that would get me going quickly. I'll try it out this week. And, you're right. That TinyEditor is pure genius! Cheers, -- Scott On Saturday, May 23, 2020 at 1:41:51 PM UTC-4, Brian Theado wrote: > > You could use iframes and adapt the 400 bytes of genius from >

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread bimlas
It is not shared yet because many things are still unclear and I am not sure I have chosen the best solutions. -- 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: Query: What is a fragment?

2020-05-23 Thread bimlas
Unfortunately, a lot of things are still obscure about Zettelkasten, but I’m very interested in the topic because basically it can be applied regardless of device: any note-taking app, wiki, even an issue tracker, and of course it works on paper. I started working on a TiddlyWiki Zettelkasten

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread Saq Imtiaz
Hi Bimlas, No wonder we both discovered the bug with the droppable widget and the class assignment at the same time :) I was cleaning up my code and improving the CSS styling when I ran into it, and saw you had just made a pull request for it! I would be very happy to collaborate, especially

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Mat
OK, one approach would be to modify the core macro for buttons or to create your own, i.e the tiddler $:/core/macros/tabs As you'll see there, the tabs are really buttons, just styled as tabs. Buttons are, as you know, simple to make trigger actions. The previous is if you need to *trigger

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Mat
Rahul Kashyap wrote: > > Hi Mat, > > Thanks for reply. I tried your method but, it caused "maximum stack call" > error. > The thing is that what I wrote is not a complete solution, I was only pointing out a few probably issues with your code. To really solve it one has to look at the macro

[tw5] Re: Running JS REPL inside TW

2020-05-23 Thread Ste Wilson
I have no idea what much of what you just said actually means... But I don't think I've been confused in exactly this way about tiddlywiki before :D -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread 'Mark S.' via TiddlyWiki
Mat's post here is probably want you want: https://groups.google.com/d/msg/tiddlywiki/egnHPo0LXkg/k6vKzyGeBQAJ On Saturday, May 23, 2020 at 7:12:02 AM UTC-7, Rahul Kashyap wrote: > > Hi Mark, > > thanks for reply. I am not sure what would be the > tiddler_variable_in_the_loop > > I tried with

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread Rahul Kashyap
Hi Mark, Yes, I posted that question there as well. Mat asked me to start a new thread. I suppose this is proper thread? I tried Mat's latest solution as well but, it doesn't work. *tiddler_variable_in_the_loop was from your example. I assumed it contained the name of a tiddler. If not,

[tw5] Re: Personal News

2020-05-23 Thread Alfonso Arciniega
Hi Jeremy, Hope you recover fully pretty soon. Best, Alfonso -- 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

Re: [tw5] Running JS REPL inside TW

2020-05-23 Thread Brian Theado
You could use iframes and adapt the 400 bytes of genius from https://github.com/umpox/TinyEditor to suit your needs. This editor has 3 text boxes along the top. One for each of html, css, and javascript. As you type in them, the results is rendered in the box at the bottom. The TinyEditor code

Re: [tw5] Re: TW5 PHP Saves

2020-05-23 Thread Birthe C
Ron, The last discussion about store.php here. Hope you can find some help there, Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] using Tiddlywiki on multiple devices w/o sync issues

2020-05-23 Thread Gracius
Have you guys played with Quine on iOS? It has evolved to the point where it does saves frequently to iCloud, and the dev is working on handling individual tiddler saves. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread bimlas
Saq, I think we should work together... https://www.youtube.com/watch?v=PNqxIEX7eEg I wonder how you solved the navigation with the arrow buttons? It works for me too, but only in one direction (good down, but not perfect up) and I had to create a Javascript filter for that too. -- You

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread Mat
@bimlas - looks *great*! Is it made in WikiText or js? (...really hoping WikiText so it's hackable for TW users) <:-) -- 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

[tw5] Re: How do I pass a variable to a Javascript macro? (or don't I?)

2020-05-23 Thread Joshua Fontany
In order to pass a value "by reference" to a macro call (while not inside a macro definition), you need to expand it out to the full <$macrocall> widget: ``` <$set name=bgcol value="7"> >> <$macrocall $name=nowandthen m=11 v=<> />"<>" ``` https://tiddlywiki.com/#MacroCallWidget Best,

[tw5] Re: Query: What is a fragment?

2020-05-23 Thread TonyM
Bimlas, Do you mean when you say "Unified Identifier" are you talking about a unique ID? I found an algorithm and way to implement in tiddlywiki so any tiddler can be referenced by its Unique ID regardless of its title. Just ask if that is what you are looking for. Regards Tony On Sunday,

Re: [tw5] Personal News

2020-05-23 Thread Waldemar G. Matuska
Hi Jeremy, Wishing you a thorough recovery. I''ve just started studying up on TiddlyWiki and about to adopt it as my personal knowledge base. Thanks for all your work over the years. Take care, Waldo -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: Running JS REPL inside TW

2020-05-23 Thread TonyM
Folks, The tiddlywiki embeded tiny Editor example is interesting, and I learn something new everyday, eg about pasting the editor into the address bar. This means the editor can be bookmarked. I am very interested in this work, because I believe tiddlywiki could make a good developer kit,

[tw5] Re: Bullets and numbers of lists are not visible.

2020-05-23 Thread Sanjit Maddamsetty
No, the problem isn't the solved yet. No, I haven't used any other styling before the problem started, I was new to Tiddlywiki, and I was experimenting with few plugins, which I am not using now - as they did not work out for me. The problem is probably from one of those. I now need help to 1)

[tw5] Re: Bullets and numbers of lists are not visible.

2020-05-23 Thread TonyM
Sanjit To remove plugin open them as a tiddler and delete yhem, often you will have save and reload but I don't think this is where your problem lays. Take a tiddler in which you expect the bullets to appear and use the browsers developer tools to inspect the results. This may allow you to see

[tw5] Re: TW5 PHP Saves

2020-05-23 Thread TonyM
Ron, I had so many problems with store php perhaps due to my own ignorance, but I find tw-receiver, a much better solution for PHP. https://github.com/sendwheel/tw-receiver Regards Tony On Sunday, May 24, 2020 at 2:36:23 AM UTC+10, Ron Poulin wrote: > > Hi, > > I followed the instructions to