[tw5] Re: Click to edit code question

2020-07-04 Thread TW Tones
Mat, Exactly, come to think of it many apps including tiddlywiki toolbar buttons, if you click but don't release and drag the pointer away from the tiddler the click action does not occur. ie they only trigger on release if still on the button. Regards Tony. On Saturday, July 4, 2020 at

[tw5] Re: Why does this edittext widget lose focus?

2020-07-04 Thread Saq Imtiaz
Your entire popup refreshes with every keystroke, not just the edit-text widget. Without looking at code, I would say you have a variable or filter that triggers the popup, that is re-evaluated with every keystroke. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: How to avoid (or define) the target attribute in external links?

2020-07-04 Thread Mat
One way would be to create a macro based around the html tag. Of course, then you wouldn't user the [ext[]] syntax, but the macro instead. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: How to avoid (or define) the target attribute in external links?

2020-07-04 Thread Eric Shulman
On Saturday, July 4, 2020 at 3:09:46 AM UTC-7, Michaelsy wrote: > > When I create an external link in the wikitext, for example: > [ext [Open file|../20200703224247/index.html]] > then the target attribute in the HTML-link is set to "_blank". How can I > avoid this? I would prefer not to have a

[tw5] Re: Click to edit code question

2020-07-04 Thread Mat
TW Tones wrote: > > Exactly, come to think of it many apps including tiddlywiki toolbar > buttons, if you click but don't release and drag the pointer away from the > tiddler the click action does not occur. > ie they only trigger on release if still on the button. > Actually, testing it in

[tw5] Re: How to avoid (or define) the target attribute in external links?

2020-07-04 Thread Michaelsy
Ok, my use case: I use TiddlyWiki as a replacement for an HTML editor with which I always create a single (more less independent) HTLM page. I.e. one TiddlyWiki file = one single HTML page. (At least I am currently checking if this is a reasonable way for me). This page is a part of a

[tw5] Re: Why does this edittext widget lose focus?

2020-07-04 Thread Mat
Ah, that sounds reasonable. I'll have to ask the @Jedi master about his plugin. Thank 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 email to

[tw5] Re: Why does this edittext widget lose focus?

2020-07-04 Thread Saq Imtiaz
I think that caret widget refreshes itself on every keystroke instead of just updating its position. -- 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: Click to edit code question

2020-07-04 Thread TW Tones
Mat I'm not complaining just observing that click and click drag are not differentiated. Perhaps it never is? tont -- 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] How to avoid (or define) the target attribute in external links?

2020-07-04 Thread Michaelsy
When I create an external link in the wikitext, for example: [ext [Open file|../20200703224247/index.html]] then the target attribute in the HTML-link is set to "_blank". How can I avoid this? I would prefer not to have a target attribute for external links, system-wide. Thanks in advance!

[tw5] Re: Click to edit code question

2020-07-04 Thread Mat
TW Tones wrote: > > I'm not complaining just observing that click and click drag are not > differentiated. > But, as far as I know, it's not "click" vs "drag" - it is "click" vs "click and drag" since you need to click in order to drag. One could, however, imagine that a button only fires on

[tw5] Re: How to avoid (or define) the target attribute in external links?

2020-07-04 Thread TW Tones
Michaelsy, Thanks for sharing. I will consider your case example at length tomorrow. The first thing that comes to mind is using a template and a single tiddler for each html page. Regards Tony On Saturday, July 4, 2020 at 10:04:50 PM UTC+10, Michaelsy wrote: > > Ok, my use case: I use

[tw5] Re: Google groups page not loading properly?

2020-07-04 Thread TW Tones
Too late I thought it was intended, it now forms part of my understanding of your "in my face" personality. he he ha ha snicker TW Tones On Saturday, July 4, 2020 at 6:12:36 PM UTC+10, Ste Wilson wrote: > > It happens to me for Jan! He be huge! Not sure how to fix it! :( Sooory. -- You

[tw5] Re: How to avoid (or define) the target attribute in external links?

2020-07-04 Thread TW Tones
Michaelsy, May I ask what you are trying to achieve ? Many would consider the target of _blank is "without a target attribute". Do you mean you want to open it in the current tab? If so _top works and will break out of an iframe. Regards Tony On Saturday, July 4, 2020 at 8:09:46 PM

[tw5] Re: Click to edit code question

2020-07-04 Thread TW Tones
Mat; That seems closer, I can not select the text without triggering open, but on release it opens. However you have provided a clue to how it may be handled, Thanks On Saturday, July 4, 2020 at 8:56:15 PM UTC+10, Mat wrote: > > TW Tones wrote: >> >> Exactly, come to think of it many apps

[tw5] Why does this edittext widget lose focus?

2020-07-04 Thread Mat
Yes, there have been a few other threads recently that comment on editors losing focus but I believe this question is different. Thus: This wiki features a floating popup (via the $:/plugins/OokTech/CaretPosition

Re: [tw5] Re: Problem displaying fields in tiddler

2020-07-04 Thread Robert Jopling
Many thanks Eric I discovered the issue with editing fields in the same tiddler. I do not really want to do that anyway. Was just playing around. Thanks for pointing me to the solution. On Fri, 3 Jul 2020, 22:21 Eric Shulman, wrote: > On Friday, July 3, 2020 at 2:04:59 PM UTC-7, Rob Jopling

[tw5] Re: Way to prevent closing home tiddler?

2020-07-04 Thread Birthe C
Hi Paul. Create a tiddler witth the title $:/config/EmptyStoryMessage in that tiddler you insert: {{YourTiddlerTitle||$:/core/ui/ViewTemplate}} When the story is empty, your tiddler will show. https://tiddlywiki.com/#HistoryMechanism Birthe lørdag den 4. juli 2020 kl. 18.40.46 UTC+2 skrev

[tw5] Re: Integrated Static File Server

2020-07-04 Thread ludwa6
Ah... ONLY w/ node.js? Am not keen to make such a major change, just to enjoy this feature. But thanks anyway, Mark, for the clarification. On Saturday, July 4, 2020 at 5:50:30 PM UTC+1 Mark S. wrote: > The static server works with the node.js webserver for TiddlyWiki. > >

[tw5] Re: Get a macros overview like this!

2020-07-04 Thread clutterstack
Good idea. I just pasted that into a tiddler in case I need it. Now working on a tiddler to list all the tiddlers I wrote for listing things I may want to refer to. :) On Saturday, July 4, 2020 at 1:07:46 PM UTC-4, Mat wrote: > > *He that is without forgotten locally defined macros, cast the

[tw5] Bob and BobEXE version 1.6.0, Mopbucket, backup your data

2020-07-04 Thread Jed Carty
Bob 1.6.0 is finally released. It fixes some large bugs from 1.5.2. The BobEXE version is available here: https://github.com/OokTech/TW5-BobEXE/releases/tag/1.6.0 The plugin is available here: https://github.com/OokTech/TW5-Bob Highlights: - General stability improvements for syncing - Backups

[tw5] I earn some money by making sites on Tiddliwiki. And I think Tiddliwiki can have commercial development.

2020-07-04 Thread Siniy-Kit
Little story. All we know that Tiddliwiki is absolutely free, and it is very good to start any project on free platform. But commercial projects evolve faster than free, because money sometimes a very good motivation factor. And people, who pay money for their project squeeze all the juice

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-07-04 Thread Duarte Farrajota Ramos
In the meantime I figured TiddlyWiki already filters system tiddlers out by default, so this could be made a little simpler. So for the record here is a canonical post gathering the whole procedure, Lets say you have a wiki at D:/TiddlyWiki.html and need to search it frequently and

[tw5] Re: Way to prevent closing home tiddler?

2020-07-04 Thread Saq Imtiaz
Perhaps try this: http://felixhayashi.github.io/TW5-Respawn/#%24%3A%2Fplugins%2Ffelixhayashi%2Frespawn On Saturday, July 4, 2020 at 6:40:46 PM UTC+2, Paul P wrote: > > Is there a way to prevent users from closing the home tiddler? For most > people unfamiliar with the more obscure navigation

[tw5] Re: Code simplification Challenge - a smart config values select

2020-07-04 Thread Felicia Crow
Hi, First personally I would love for challenges like these to become a thing since not only do I get to learn things I normally would not necessarily need for myself and second I think it would be interesting to see different approaches to the same challenge. Second here is my solution for

[tw5] Integrated Static File Server

2020-07-04 Thread ludwa6
I would like to start Using the Integrated Static File Server, but the very brief instruction on that page doesn't explain how to turn it on in the first place. Does this mean it should be running by default? >From

[tw5] Way to prevent closing home tiddler?

2020-07-04 Thread Paul P
Is there a way to prevent users from closing the home tiddler? For most people unfamiliar with the more obscure navigation options, this puts them into nowhere land, especially when using the read-only plugin. For example, close enough tiddlers on tiddlywiki.com and it is easy for a

[tw5] Re: Integrated Static File Server

2020-07-04 Thread 'Mark S.' via TiddlyWiki
The static server works with the node.js webserver for TiddlyWiki. https://tiddlywiki.com/#GettingStarted%20-%20Node.js On Saturday, July 4, 2020 at 8:54:24 AM UTC-7, ludwa6 wrote: > > I would like to start Using the Integrated Static File Server, >

[tw5] Re: Way to prevent closing home tiddler?

2020-07-04 Thread Mat
You can tag it $:/tags/AboveStory Might want some additional styling. <:-) -- 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: Get a macros overview like this!

2020-07-04 Thread Jon
Although I can't appreciate the code, I can appreciate the humour! On Saturday, 4 July 2020 18:07:46 UTC+1, Mat wrote: > > *He that is without forgotten locally defined macros, cast the first > stone!* > > OH you fools! Here's so you don't have to look like *bloody nincompoops *the > next >

[tw5] Re: Get a macros overview like this!

2020-07-04 Thread Mat
Hehe, thanks Jon. The code simply makes a table listing available macros that are not in explicit macro tiddlers. I should probably have made it so that it instead does list macros from explicit macro tiddlers and also macros in plugins. This way you'll find a lot of macros that you probably

[tw5] Get a macros overview like this!

2020-07-04 Thread Mat
*He that is without forgotten locally defined macros, cast the first stone!* OH you fools! Here's so you don't have to look like *bloody nincompoops *the next time we need to stone someone: <$list filter="""[all[tiddlers]!has[plugin-type]!tag[$:/tags/Macro]search[\define]]"""> <$link/>

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-07-04 Thread tony
Thank you so much for this!! Leveraging the convenience of the browser address bar saves steps of having to go through UI in Advanced Search Your method works with node.js as you explain so clearly! Keyword + expands to http://localhost:8080/myfolder/mywiki.html#:[!is[system]search[]]

Re: [tw5] Bob and BobEXE version 1.6.0, Mopbucket, backup your data

2020-07-04 Thread Stobot
Love this update Jed - I've been using for a while now and it's the most stable yet! On Saturday, July 4, 2020 at 11:35:13 AM UTC-4 inmy...@gmail.com wrote: > Bob 1.6.0 is finally released. It fixes some large bugs from 1.5.2. > > The BobEXE version is available here: >

[tw5] Re: Way to prevent closing home tiddler?

2020-07-04 Thread Mat
Mat wrote: > > You can tag it $:/tags/AboveStory > Follow up: There's also BelowStory which might be less intrusive. And the following shows up only if the storyriver is empty: Add this tiddler on tiddlywiki.com and see how it behaves: title: whatever tags: $:/tags/PageTemplate text: <$list

[tw5] Re: Integrated Static File Server

2020-07-04 Thread Michaelsy
The whole thing seems much less mysterious to me than the term "integrated static file server" seems to suggest. After all, there is always some kind of "file server", namely the software that makes it possible to make the tiddlywiki.html file available to the browser. This could be for example

[tw5] Re: New tiddlywiki, same setup

2020-07-04 Thread passingby
Well if you stick around this group, you will realize that this group is totally unlike other groups. You can ask a question, any question, any level, and nobody ever chides you or give you 'show your efforts first' or 'we are not here for your homework' type of responses. People here are very

[tw5] Re: Google groups page not loading properly?

2020-07-04 Thread Saq Imtiaz
Yep, I get that for Ste and Jan. I am getting kinda used to being up close and personal with Ste's crazy eyed charm. On Saturday, July 4, 2020 at 10:12:36 AM UTC+2, Ste Wilson wrote: > > It happens to me for Jan! He be huge! Not sure how to fix it! :( Sooory. -- You received this message

[tw5] Re: Google groups page not loading properly?

2020-07-04 Thread Ste Wilson
I've unchecked the link my profile and show my picture so hopefully my gurning visage will no longer assault your ocular senses. But thank you for your kind words :D -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Click to edit code question

2020-07-04 Thread Mat
TW Tones wrote: > > [..] but I notice when I wish to highlight and copy part of the code > displayed within the button that it also triggers the button to edit the > code. > Are you complaining that "when I click on the button it triggers" ??? ;-) ;-) ;-) <:-) -- You received this message

[tw5] Re: New tiddlywiki, same setup

2020-07-04 Thread Jon
Going forward Sara, you might also find Tiddler Commander useful for doing batch operations. Regards Jon On Saturday, 4 July 2020 05:40:45 UTC+1, Eric Shulman wrote: > > On Friday, July 3, 2020 at 9:38:28 PM UTC-7, Sara wrote: >> >> PS. Apologies for my

[tw5] Re: Google groups page not loading properly?

2020-07-04 Thread Ste Wilson
It happens to me for Jan! He be huge! Not sure how to fix it! :( Sooory. -- 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.

[tw5] Re: Google groups page not loading properly?

2020-07-04 Thread TiddlyTweeter
How big is the image you entered in Google? :-) Of maybe its the type of image used. I love seeing the mad professor take over the phone ;) TT On Saturday, 4 July 2020 10:12:36 UTC+2, Ste Wilson wrote: > > It happens to me for Jan! He be huge! Not sure how to fix it! :( Sooory. -- You

[tw5] Re: Cannot upgrade

2020-07-04 Thread Mam Mat
Hello, I had followed the dragging procedure, there was no list of Tiddlers that could be upgraded, but an Upgrade file was generated, I renamed it then saved, but it was empty. I'm sorry Birth C, but I did not understand the instructions of the link that you offer me. I just tried otherwise

[tw5] Re: Way to prevent closing home tiddler?

2020-07-04 Thread Birthe C
Diego, Tobias Beer uses $:/config/EmptyStoryMessage 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

[tw5] Re: Notowritey - Outliner/editor for TW

2020-07-04 Thread 'Mark S.' via TiddlyWiki
On Saturday, June 6, 2020 at 11:28:51 AM UTC-7, Mark S. wrote: > > > > Per request, starting a new thread here. > > As always, make backups because the State department will disavow all > knowledge of your activities. > Although I *think* you can start using NW now, future changes (like field

[tw5] Awesome Tiddlywiki: Cork-Board (Pin Borad)

2020-07-04 Thread Atronoush
It amazing to see this lovely cork board was created with little wikitext! https://kookma.github.io/TW-Pinboard/#Cork%20Board Tiddlywiki is awesome! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: New tiddlywiki, same setup

2020-07-04 Thread Sara
On Sunday, 5 July 2020 10:25:35 UTC+10, Eric Shulman wrote: > > > I like to think that, in addition to the truly awesome technology that > Jeremy has created, it is the nature and tone of these groups that has made > TiddlyWiki a success for so long. > > -e > This whole exchange shows they

[tw5] Re: New tiddlywiki, same setup

2020-07-04 Thread Eric Shulman
On Saturday, July 4, 2020 at 3:05:03 PM UTC-7, Sara wrote: > > If this group is a reflection of TW itself, it's no surprise it's full of > heart! > Along with Jeremy Ruston (creator of TiddlyWiki), I have been the administrator of this GoogleGroup for over 15 years. Very early on, we

[tw5] Re: Code simplification Challenge - a smart config values select

2020-07-04 Thread TW Tones
Felicia, Great work. I am happy to do more challenges, I hope others also support this idea, and they are welcome to do it themselves. In chrome I downloaded your json to a scratch area, went to tiddlywiki.com, dragged the file and dropped it in tiddlywiki.com and tested it. I added enable

[tw5] Re: New tiddlywiki, same setup

2020-07-04 Thread Sara
thanks Jon (and all) I'll check it out. If this group is a reflection of TW itself, it's no supirse it's full of heart! On Saturday, 4 July 2020 16:11:33 UTC+10, Jon wrote: > > Going forward Sara, you might also find Tiddler Commander > useful for doing

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-04 Thread Corey S
AndTidWiki is still working for me, saving locally. Do we *have* to go through the Google Play store? What about F-Droid? I got my NewPipe Youtube viewer from there. Works very well. AndTidWiki+ is the only other thing that comes close and its $3.50. I don't use Tiddlywiki much anymore, so I'm

[tw5] Re: Notowritey - Outliner/editor for TW

2020-07-04 Thread 'Mark S.' via TiddlyWiki
New release! Now you can edit in a nearly distraction-free way. When you edit, the bottom control section is gone. Floating off to the right is a checkmark control for closing the edit, and a settings cog for bringing up additional choices. There should be screenshots below.

[tw5] Re: Way to prevent closing home tiddler?

2020-07-04 Thread Diego Mesa
Just want to point out the great Tobi Beer who uses a different technique to have an always visible home tiddler on his page: https://tobibeer.github.io/tb5/# On Saturday, July 4, 2020 at 11:40:46 AM UTC-5, Paul P wrote: > > Is there a way to prevent users from closing the home tiddler? For