[tw5] Re: Bob and keystrokes

2021-07-05 Thread Ed Heil
Thanks, TW, PMario. What defines a temporary tiddler for these purposes? Being under $:/temp/ ? On Monday, July 5, 2021 at 9:23:48 PM UTC-4 PMario wrote: > Hi Ed, > You can create a form, that uses a temporary tiddler. Those tiddlers are > not synced. Once your values are written you can

[tw5] Re: Bob and keystrokes

2021-07-05 Thread PMario
Hi Ed, You can create a form, that uses a temporary tiddler. Those tiddlers are not synced. Once your values are written you can hit a button, that copies the temp values to the real values. --> done -mario -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Bob and keystrokes

2021-07-05 Thread TW Tones
Ed, Great to hear your application. You should be able to design around this. Editing the current tiddler or others can cause 1. loss of focus (due to edit self) 2. Delays if the entry causes a refresh elsewhere (on screen), or even if displayed in the current tiddler. I expect you can

[tw5] Re: What's the issue with IDs again?

2021-07-05 Thread TW Tones
Chris, One thing I have observed with issues such as this, is too many people look for "one size fits all" to the detriment of finding a good enough solution. In my last post I hit at a number of good enough solutions for many different cases. Perhaps the simplest method is to break the

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-05 Thread TW Tones
Mario, Thanks for the response. It is important for me to understand because you come from a stricter privacy approach than myself. Regards Tones On Monday, 5 July 2021 at 20:51:47 UTC+10 PMario wrote: > On Sunday, July 4, 2021 at 1:26:21 PM UTC+2 TW Tones wrote: > > I assume then if you do

[tw5] Bob and keystrokes

2021-07-05 Thread Ed Heil
I've got a wiki going on where I keep track of information for a tabletop roleplaying game. I've got it set up with Bob so everyone can see it at once. It's pretty great. One thing that I'm finding is that sometimes Bob doesn't seem to pick up all the keystrokes it's being sent in edit text

[tw5] Re: [TW5] Open all the tiddlers with a particular tag

2021-07-05 Thread Mike Andyl
And by the way, there is an error in the code, that's more correct for the open button. <$list filter=$filter$> <$action-navigate $to={{!!title}}/> <$action-sendmessage $message="tm-unfold-all-tiddlers" *foldedStatePrefix="$:/state/folded/"/>* And don't do it in a /$list loop! воскресенье,

[tw5] Re: [TW5] Open all the tiddlers with a particular tag

2021-07-05 Thread Mike Andyl
And by the way, there is an error in the code, that's more correct for the open button. *\define openByFilter(filter name)<$button>open filtered tiddlers $name$<$list filter=$filter$><$action-navigate $to={{!!title}}/><$action-sendmessage $message="tm-unfold-all-tiddlers"

[tw5] Re: add hour to field

2021-07-05 Thread paulgilbert2000
Wow Thanks Eric, You never respond back with anything less than a full answer , i really wish i could repay you someday for your help and generosity Thank you sir! On Monday, July 5, 2021 at 3:12:17 PM UTC+2 Soren Bjornstad wrote: > Mystery solved! I needed to look up the syntax of compare

Re: [tw5] Why Message has been deleted?

2021-07-05 Thread Jeremy Ruston
I'm afraid that the spam detection features of Google Groups frequently holds messages until they have been approved by a human (typically me or Eric Shulman). We get an awful lot of this, it's not just you! Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
I attached the code for it in the first post. -- 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

[tw5] Why Message has been deleted?

2021-07-05 Thread Mike Andyl
I can not answer or submit a new question? Have you blocked me? -- 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: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
I attached the code in the first post. понедельник, 5 июля 2021 г. в 16:44:49 UTC+3, PMario: > Hi, > It would be much easier, if you posted the code, instead of images. I can > test the code with a wiki, but I have to test the code from an image in my > brain, which makes it much more

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Astor
code for it in the first post. -- 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: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
in 1st post понедельник, 5 июля 2021 г. в 16:44:49 UTC+3, PMario: > Hi, > It would be much easier, if you posted the code, instead of images. I can > test the code with a wiki, but I have to test the code from an image in my > brain, which makes it much more difficult ... for me. > > You

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
1st post понедельник, 5 июля 2021 г. в 16:44:49 UTC+3, PMario: > Hi, > It would be much easier, if you posted the code, instead of images. I can > test the code with a wiki, but I have to test the code from an image in my > brain, which makes it much more difficult ... for me. > > You didn't

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
all code in 1st message понедельник, 5 июля 2021 г. в 16:44:49 UTC+3, PMario: > Hi, > It would be much easier, if you posted the code, instead of images. I can > test the code with a wiki, but I have to test the code from an image in my > brain, which makes it much more difficult ... for me.

[tw5] Re: What's the issue with IDs again?

2021-07-05 Thread clutterstack
I'm going to admit I'm missing something, too. I'm not certain whether there's a technical factor that makes ids worse in TW than in HTML, or if it's just the distinction between an HTML *developer* (who can easily put duplicate ids into a page) and a TW *user* that makes them too dangerous

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread PMario
Hi, It would be much easier, if you posted the code, instead of images. I can test the code with a wiki, but I have to test the code from an image in my brain, which makes it much more difficult ... for me. You didn't show the the code for "image-picker-list", which seems to contain the

[tw5] Re: add hour to field

2021-07-05 Thread Soren Bjornstad
Mystery solved! I needed to look up the syntax of compare the other day and thought I was just being dense when I couldn't find it in the list. On Sunday, July 4, 2021 at 6:34:36 PM UTC-5 Eric Shulman wrote: > <<.group-heading "String Operators">> > <<.operator-rows "[tag[Filter

[tw5] Problem with tm-unfold-all-tiddlers button. Bug?

2021-07-05 Thread Mike Andyl
After clicking the button, this happens - many new entries "undefined <>" are created with the word "*show*". https://i.imgur.com/62HclPh.jpg This should unfold the entries, but that doesn't happen. https://i.imgur.com/1y0nPU1.jpg "The core uses a foldStatePrefix of $:/state/folded/ to store

[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-05 Thread Mike Andyl
Yes, it seems that all the images are in place. No links or <> tags lead to them. Only . And without this, the import turned out to be almost useless. понедельник, 5 июля 2021 г. в 02:11:10 UTC+3, Mark S.: > Are there images in the images directory? > > > On Sunday, July 4, 2021 at 2:44:43

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
No, it is not restored and does not work anymore, there are no symbols. https://i.imgur.com/xTE3niN.jpg https://i.imgur.com/TDvEgac.jpg понедельник, 5 июля 2021 г. в 14:00:06 UTC+3, PMario: > On Sunday, July 4, 2021 at 11:04:23 PM UTC+2 miket...@gmail.com wrote: > >> And this shouldn't be

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread PMario
On Sunday, July 4, 2021 at 11:04:23 PM UTC+2 miket...@gmail.com wrote: > And this shouldn't be restored if I canceled the changes and removed all > the extra symbols before? > It will be restored, if you changed it back to the initial state. If not it may be a bug, or you copy pasted some

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-05 Thread PMario
On Sunday, July 4, 2021 at 1:26:21 PM UTC+2 TW Tones wrote: I assume then if you do not want to use an internet dictionary as you > source of word checks then perhaps you need the aforementioned 700k of data > that is a dictionary. > No. I'm perfectly fine with the "Spell Check" preview