[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-03 Thread 'Jake' via TiddlyWiki
> If you are trying to create a form, I figured the easiest approach was to > just store the data of your form on a data tiddler. All this can then be > done while giving complete flexibility on different field types. If you > create a form template and then use that template to create new

[tw5] Re: New tiddlywiki, same setup

2020-07-03 Thread Eric Shulman
On Friday, July 3, 2020 at 9:38:28 PM UTC-7, Sara wrote: > > PS. Apologies for my over exuberance... I'd spent too much time with so > little success... so your quick response and solution was deeply > appreciated! > No apologies are needed! It feels good to know that my help is so

[tw5] Re: New tiddlywiki, same setup

2020-07-03 Thread Sara
PS. Apologies for my over exuberance... I'd spent too much time with so little success... so your quick response and solution was deeply appreciated! On Saturday, 4 July 2020 13:39:10 UTC+10, Eric Shulman wrote: > > On Friday, July 3, 2020 at 7:46:43 PM UTC-7, Sara wrote: >> >> Something I want

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

2020-07-03 Thread TW Tones
Folks, Fancy yourself a tiddlywiki wizard (or wannabee)?, are you up to the challenge?, think the solution is obvious?, like to learn through trying? This is an *optional* coding challenge to provide a better solution, more concise code, if you are interested. - I am in the middle of

[tw5] Re: Style attribute in Popup ignores user's style and position settings (bug?)

2020-07-03 Thread Eric Shulman
On Friday, July 3, 2020 at 8:45:32 PM UTC-7, Mark S. wrote: > > Thanks for that, Eric! It is definitely non-intuitive. I guess the upshot > is that if you want a custom popup you have to essentially roll your own. > It seems like the "position" attribute doesn't allow anything other than > left

[tw5] Re: New tiddlywiki, same setup

2020-07-03 Thread Sara
Wow! Thanks so much Eric!! I tried it and it works perfectly :) Thanks you so so much for taking the time to respond so fully! And giving an explanation of how it works me keen to explore more of the functionality and know-how in this great piece of code! It's so cool when people can share

[tw5] Re: Style attribute in Popup ignores user's style and position settings (bug?)

2020-07-03 Thread 'Mark S.' via TiddlyWiki
Thanks for that, Eric! It is definitely non-intuitive. I guess the upshot is that if you want a custom popup you have to essentially roll your own. It seems like the "position" attribute doesn't allow anything other than left positions. I hope tc-popup-keep works with this approach as well.

[tw5] Re: New tiddlywiki, same setup

2020-07-03 Thread Eric Shulman
On Friday, July 3, 2020 at 7:46:43 PM UTC-7, Sara wrote: > > Something I want to do but cannot find anywhere, is to start a new > tiddlywiki with the same setup as my old. I really like the theme, plugins > and what I have set up works just right for me. If I want to start a new TW > and keep

[tw5] New tiddlywiki, same setup

2020-07-03 Thread Sara
Hi all, Firstly, many thanks for an extraordinary resource! I'm relatively new to TW and I'm sure I'm only using a fraction of it's ability but I love it! Something I want to do but cannot find anywhere, is to start a new tiddlywiki with the same setup as my old. I really like the theme,

[tw5] Re: Click to edit code question

2020-07-03 Thread TW Tones
Folks, This is working quite nicely 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. I could provide an override button, but wondering it is is possible to stop the button action when click and drag

[tw5] Re: Style attribute in Popup ignores user's style and position settings (bug?)

2020-07-03 Thread Eric Shulman
On Friday, July 3, 2020 at 5:10:37 PM UTC-7, Mark S. wrote: > > I've been wrestling with the reveal popup widget. > > No matter what I do with the widgets' "style" setting, or the widget's > "position" setting, it always generates an internal style attribute with > "left: 15px" (the amount does

[tw5] Re: Access the not-yet-created $action-createtiddler title ?

2020-07-03 Thread TW Tones
Saq, I don't know how I missed that *unusedtitle* macro. Of course it returns only one at a time, the same title until the new title is used. But the truth is any macro that can return a suitable, unique and unused title can be fed into a new tiddler action would prove useful. I can imagine

[tw5] Style attribute in Popup ignores user's style and position settings (bug?)

2020-07-03 Thread 'Mark S.' via TiddlyWiki
I've been wrestling with the reveal popup widget. No matter what I do with the widgets' "style" setting, or the widget's "position" setting, it always generates an internal style attribute with "left: 15px" (the amount does vary). Apparently in CSS, left trumps right, so even if I specify a

[tw5] Re: Click to edit code question

2020-07-03 Thread TW Tones
Tanks Saq, Mat and Mark, A fresh start this morning and it was trivial to fix, this is what I am using <$button tag="div" message="tm-edit-tiddler" param=<> tooltip="Click to edit code"> <$codeblock code={{!!text}}/> My Errors - Spending too much time on the computer - Not removing

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

2020-07-03 Thread Birthe C
That might be so, but we are all getting a long nose, if this keeps on. Birthe fredag den 3. juli 2020 kl. 23.50.54 UTC+2 skrev Mark S.: > > Sometimes on my desktop (though not at the moment). Only Ste's image. > -- You received this message because you are subscribed to the Google Groups

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

2020-07-03 Thread 'Mark S.' via TiddlyWiki
Sometimes on my desktop (though not at the moment). Only Ste's image. On Friday, July 3, 2020 at 1:02:12 PM UTC-7, Mat wrote: > > Ste wrote: > >> Ah! Not just me :) >> Seems more reliable on mobile. > > > Well, since YOU bring up mobile, Ste: Your (and only your) icon/face is > HUGE on the

[tw5] Re: Problem displaying fields in tiddler

2020-07-03 Thread Eric Shulman
On Friday, July 3, 2020 at 2:04:59 PM UTC-7, Rob Jopling wrote: > > A rookie problem I expect, but why are the fields are not displaying as i > expected. > I would like the contents of field1 to appear to the right of the text > field1 with field2 on the next line, etc > And why is field1 edit

Re: [tw5] Problem displaying fields in tiddler

2020-07-03 Thread Robert Jopling
OMG I said it was a rookie problem! Thanks Saq On Fri, 3 Jul 2020, 22:13 Saq Imtiaz, wrote: > Close your tags > > > -- > 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] Problem displaying fields in tiddler

2020-07-03 Thread Saq Imtiaz
Close your tags -- 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] Problem displaying fields in tiddler

2020-07-03 Thread Rob Jopling
A rookie problem I expect, but why are the fields are not displaying as i expected. I would like the contents of field1 to appear to the right of the text field1 with field2 on the next line, etc And why is field1 edit box displaying bigger than the one for field2? -- You received this

[tw5] Re: Cannot upgrade

2020-07-03 Thread Mat
Mia, did you follow the instructions in: https://tiddlywiki.com/#Upgrading <:-) -- 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: Google groups page not loading properly?

2020-07-03 Thread Mat
Ste wrote: > Ah! Not just me :) > Seems more reliable on mobile. Well, since YOU bring up mobile, Ste: Your (and only your) icon/face is HUGE on the phone, covering the whole screen in all posts from you. (Anybody else seeing this on Ste? ... Another complaint about the new UI: I'm

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

2020-07-03 Thread Ste Wilson
Ah! Not just me :) Seems more reliable on mobile. -- 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

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

2020-07-03 Thread Birthe C
Having to reload constantly - yes. I guessed it had to do with the new Groups and did not go for it. This is what we get from complaining about the group so much. Satisfied now, are we? @Mat, No that is not code: "fy fan" and i do agree. Birthe -- You received this message because you are

[tw5] Re: Cannot upgrade

2020-07-03 Thread Birthe C
Hi Mia, That looks so wrong. To me it looks like the tiddlers never got imported- and thus were never upgraded. Try to read https://tiddlywiki.com/#UpgradeMechanism What happens if you go to https://tiddlywiki.com/upgrade once more and start all over. You should see you tiddlers listed before

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

2020-07-03 Thread 'Mark S.' via TiddlyWiki
Ok, have updated https://marxsal.github.io/various/notowritey.html and deleted https://marxsal.github.io/various/notowritey-2020-07-02.html Plugin has now been updated in new version. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Access the not-yet-created $action-createtiddler title ?

2020-07-03 Thread Mat
> > [...] the *unusedtitle* macro. > Aha, there is such a thing after all! Excellent! Thanks Saq! <:-) -- 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: Access the not-yet-created $action-createtiddler title ?

2020-07-03 Thread Saq Imtiaz
FYI you can also get the title in advance using the *unusedtitle* macro. The title it returns will be the same that is used by action-createtiddler if you give both the same basetitle. <$vars newtitle=<> >. or <$macrocall $name="unusedtitle" baseName="foo"/> On Wednesday, July 1, 2020

[tw5] Re: Access the not-yet-created $action-createtiddler title ?

2020-07-03 Thread Mat
Just wanted to say thank you and that I did use this. A note: Instead of doing: removeprefix[Draft of ']removesuffix['] I think it is even better with: get[draft.of] <:-) On Wednesday, July 1, 2020 at 8:25:52 PM UTC+2 Eric Shulman wrote: > Here's an updated version that works as an

[tw5] Re: Click to edit code question

2020-07-03 Thread 'Mark S.' via TiddlyWiki
A somewhat different technique is to wrap the text in a <$link> widget, and then that in a <$linkcatcher> which has an "actions" attribute. The <$link> can also change it's rendered tag and tag whatever classes you assign. For me, the advantage was that the actions clause could distinguish when

[tw5] Re: [ Streams ] : feedback and issues

2020-07-03 Thread Saq Imtiaz
If you would like shorter auto-generated titles for new tiddlers, remember that you can tweak how titles are generated by editing: $:/config/sq/streams/new-node-title Examples: https://saqimtiaz.github.io/sq-tw/streams.html#Customizing%20bullet%20titles For very short titles, make use of the

[tw5] [ Streams ] : feedback and issues

2020-07-03 Thread Saq Imtiaz
Please post your feedback and any issues for Streams here or on github: https://github.com/saqimtiaz/streams Demo: https://saqimtiaz.github.io/sq-tw/streams.html Previous thread and background: https://groups.google.com/forum/?oldui=1#!topic/tiddlywiki/KeVDndcnY0g%5B1-25%5D I am focusing only

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

2020-07-03 Thread 'Mark S.' via TiddlyWiki
I'm sticking with the traditional view as long as possible. But I'm having to reload the page a lot. My guess is that they reassigned servers to the new view. I'm also getting other artefacts, like edit boxes without the reply text and missing images. On Friday, July 3, 2020 at 4:26:03 AM

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-03 Thread Ankit
If you are trying to create a form, I figured the easiest approach was to just store the data of your form on a data tiddler. All this can then be done while giving complete flexibility on different field types. If you create a form template and then use that template to create new tiddlers

Re: [tw5] Re: Stroll updates

2020-07-03 Thread David Gifford
Simpler solution: delete $:/.giffmex/.../EditTemplate. Sorry, writing from the hospital, don't remember the middle part. On Fri, Jul 3, 2020, 9:31 AM Kai Xu wrote: > Hi both Alex and David, > > I was going through the chat also trying to make my Stroll stop > auto-creating tiddlers. Following

Re: [tw5] Re: Stroll updates

2020-07-03 Thread Kai Xu
Hi both Alex and David, I was going through the chat also trying to make my Stroll stop auto-creating tiddlers. Following above works and many many thanks for the info! Just so for this last point on changing the style of titles for missing tiddlers, I did something different to make things

[tw5] Re: EditorMagic - status update

2020-07-03 Thread Mat
Felicia Crow wrote: > [...] navigate between the suggestions with the keyboard. > In deed. So, some important next steps are: - get the CaretPosition plugin to behave properly - @Jed has done a good

[tw5] Re: EditorMagic - status update

2020-07-03 Thread Mat
> > Looks great. Just tried it on mobile. > Thanks for trying it out. I didn't even try it on mobile so no idea how it performs there. > I see the value in links a n d relationships. Have you given some thought > to coding support like writing complex wiki text macros and widgets? > Not

[tw5] Re: EditorMagic - status update

2020-07-03 Thread Felicia Crow
Hi Mat, it looks really great so far, I especially like the idea of the scribble area even if it does not fully work within the popup right now. One thing I could think of for a future version - if it isn't beyond the limits of tiddlywiki itself - would be to navigate between the suggestions

Re: [tw5] Re: An addon for Saq's stream-editor: AN Explanation and a desire

2020-07-03 Thread Saq Imtiaz
Hi Jan, > > Two wishes to saq: > -The indent of the nodes in mobile view could be smaller? Perhaps it could > be proportional to the tiddlerwidth > If you post this in the Streams thread, or as an Issue on github, I will take a look when I get the chance. > -Is it possible to have a

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-03 Thread 'Jake' via TiddlyWiki
> I didn't follow the intricacies of this thread but to make something > appear/disappear with the click of a button you can use the RevealWidget > as described here (see > section "Accordion or Slider") OR, since you refer to it as a

[tw5] EditorMagic - status update

2020-07-03 Thread TW Tones
Mat Looks great. Just tried it on mobile. Now I need to think through how this can turbo charge various activities and workflows. I see the value in links a n d relationships. Have you given some thought to coding support like writing complex wiki text macros and widgets? a long sought after

Re: [tw5] Re: An addon for Saq's stream-editor: AN Explanation and a desire

2020-07-03 Thread Jan
Hi Tony and Birthe, thanks for the clarifying discussion. In short for everyone: Saq has written an ingenious flexible editor which allows to order your thougts by writing in lists which can be rearranged using keyboardshortcuts and drag and drop. It does this by creating quite a lot of

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

2020-07-03 Thread 'Jake' via TiddlyWiki
same -- 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] Google groups page not loading properly?

2020-07-03 Thread TW Tones
I just saw that the first time just now on mobile. Switch to dev and back seemed to fix it. Tony -- 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-03 Thread TW Tones
Thank mat and Saq I will try again later/tomorrow. I believe I followed these patterns. I will try again and if it plays up I will do an image capture. Thanks for your help. Tonu -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Google groups page not loading properly?

2020-07-03 Thread Saq Imtiaz
Same issue here. Switching to new groups does seem to fix it, though that seems to be missing features. -- 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] A quick Form using Shiraz dynamic tables

2020-07-03 Thread Ankit Mittal
Hi I have been messing around a bit with creating form for capturing data and the TW-Shiraz plugin is just great with the lovely "dynamic table" option but the one issue with having a form with dynamic table was it always has fields in column header but with following code it is possible to

[tw5] Google groups page not loading properly?

2020-07-03 Thread Mat
I have for the past ~2 weeks had a lot of problems with loading the google groups page. I suspect it started after the "new Groups" layout was introduced. I did try out the new layout, disliked it, and switched back. But now only the groups top and sidebar loads but the messages list doesn't

[tw5] Cannot upgrade

2020-07-03 Thread Mia
Hello, Excuse me in advance if the question has already been asked, I am not fluent in English and I have to go through a translator. I had successfully completed the previous upgrade, but the one to version 5.1.22 doesn't work for me. The download is well offered after the upgrade, but when

[tw5] Re: Schedule maker?

2020-07-03 Thread dmigod forever
Quickly putting out there how I think this could be done, not in code because writing code takes me too long The scheduler in that page allows minimum 15 min items, thus max 4 items in an hour. Set variable hour=currenttiddler set variable day = current tiddler item name (I'm sorta unsure

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-03 Thread Mat
Jake wrote: > > A little question: what if I want this template to appear/disappear with a > click of a button? > I didn't follow the intricacies of this thread but to make something appear/disappear with the click of a button you can use the RevealWidget

[tw5] Re: Click to edit code question

2020-07-03 Thread Mat
TW Tones wrote: > > Basically how to wrap "anything" in a button, to get the trigger but not > alter the appearance of the content of the button. > I don't understand your question. You can wrap anything in a button and make the "button artifacts" invisible like this: and if you want the

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

2020-07-03 Thread Lin Onetwo
I don't think it is necessary to publish every small TW as APP, because you can just add a service worker https://onetwo.ren/wiki/#%24%3A%2Fplugins%2Flinonetwo%2Fservice-worker Then this wiki can be installed as a PWA. I'm recently consider building a RN app (for Android and iOS) to start

[tw5] EditorMagic - status update

2020-07-03 Thread Mat
Re-demo of EditorMagic ~ *the editor as an assistant!* With critical help from, particularly, @Jed, @Saq and @Eric (THANK YOU GUYS!!!) things are now *decent enough *for a new demo attempt. The idea is that you type e.g <$ to trigger a popup with a picklist for widgets. Or type ??dr to pop up

[tw5] Re: Click to edit code question

2020-07-03 Thread Saq Imtiaz
How can button CSS come into play when there is no button element? <$button tag="div" actions=<> > or <$button tag="pre" actions=<> > or <$button tag=<> actions=<> > On Friday, July 3, 2020 at 10:38:48 AM UTC+2, TW Tones wrote: > > Saq et al.. > > I may be missing something, but

[tw5] Re: Click to edit code question

2020-07-03 Thread TW Tones
Saq et al.. I may be missing something, but the tag only permits one html tag, I need both `` and `` and anyway other button class settings come into play like centre. I will keep exploring the options but if someone has a working example i would be nice. Basically how to wrap "anything" in

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-03 Thread 'Jake' via TiddlyWiki
A little question: what if I want this template to appear/disappear with a click of a button? E.g. I stored that form in a tiddler "DataInput" I tried this: <$button> Data Form <$set name="datavar" value="DataInput"> <$transclude tiddler={{||}} /> but obviously I'm doing smth wrong coz

[tw5] Re: pass variable to macro via macrocall not working

2020-07-03 Thread Dave Parker
Tony - yes, I use the {{||tiddler}} format a lot as its very convenient for setting up a remote tiddler as a template to view the local tiddler's data, especially if the code to transform the data is quite big. (in this case its quite simple) Thank you Mark, wikify for the win!! You can see

[tw5] Re: Click to edit code question

2020-07-03 Thread Saq Imtiaz
ButtonWidget, not button. Use the tag attribute to create whichever element you need. -- 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-03 Thread TW Tones
Saq, I understand that but the button imposes a class, which is not the codeblock. So In need something else to do this. I am looking into it now. Tony On Friday, July 3, 2020 at 3:31:54 PM UTC+10, Saq Imtiaz wrote: > > Wrap it in a ButtonWidget. > > On Friday, July 3, 2020 at 4:16:30 AM