Re: My javascript mistake

2018-01-16 Thread Edward K. Ream
On Tuesday, January 16, 2018 at 7:00:43 AM UTC-6, Edward K. Ream wrote: > > P. S. A node of caution. If I were designing a hothouse for malware, I > would choose something like the npm package warehouse. A search for "npm > malware" yields this page >

Re: Create custom menu items by referencing your existing buttons

2018-01-16 Thread lewis
It seemed like an unintended 'feature' to me :) On Wednesday, January 17, 2018 at 3:29:50 AM UTC+11, Edward K. Ream wrote: > > > > On Sun, Jan 14, 2018 at 5:05 AM, lewis > wrote: > >> I'm not sure if anyone is aware that you can create custom menu items by >>

Re: My javascript mistake

2018-01-16 Thread Edward K. Ream
On Tuesday, January 16, 2018 at 7:00:43 AM UTC-6, Edward K. Ream wrote: > Packages such as node.js, vue.js, react, etc. establish their own "coding conventions" that set de facto standards and minimize the problems and deficiencies of "bare" javascript. babel.js is a

Re: Letter of appreciation

2018-01-16 Thread tscv11
Okay, here is my first stab at making leo4sqlite a plugin. Everything seems to work and it has all of the same commands, etc. Let me know what you think! tscv11 -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: Leo's usage tips

2018-01-16 Thread Edward K. Ream
On Tuesday, November 28, 2017 at 8:39:28 AM UTC-6, vitalije wrote: I have just created a new issue > , and want to > discuss it here... > > If we make such list of tips I volunteer to provide some GUI to show a tip > every time Leo starts

Re: My javascript mistake

2018-01-16 Thread Terry Brown
Probably want to support JSX as well :-) Cheers - Terry On January 16, 2018 5:20:15 PM CST, "Edward K. Ream" wrote: >On Tuesday, January 16, 2018 at 7:00:43 AM UTC-6, Edward K. Ream wrote: > >> Packages such as node.js, vue.js, react, etc. establish their own >"coding

Re: The roadmap for 2018: visualization & services

2018-01-16 Thread Edward K. Ream
On Wed, Jan 3, 2018 at 2:48 PM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > Hi, > > This reminds me of a blog post where I saw kind of a similar relationship > between visualizations and outlining that was the AHA moment to conceive > the development of Grafoscopio [1]. Several

Re: Undoer class Problem

2018-01-16 Thread Edward K. Ream
On Mon, Jan 8, 2018 at 7:21 AM, Dev Eloper wrote: > Hello, > > I have undo granularity set to "word". According to the embedded docs, > this should occasionally trigger " > ​​ > recognizeStartOfTypingWord". > > I want to modify this function so that undo act's a bit

Re: Excluding nodes in @file tree?

2018-01-16 Thread Edward K. Ream
On Tuesday, January 16, 2018 at 6:36:17 AM UTC-6, Pal Csanyi wrote: > > Hi, > > I'm new to Leo. > > I am trying to create a Bash script with Leo. > I am using @file directive: > > @file NameOfBashScript > | - node1 > | - node2 > | - node3 > | | - node3.1 > | | - node3.2 > | - node4 > |

Excluding nodes in @file tree?

2018-01-16 Thread Pal Csanyi
Hi, I'm new to Leo. I am trying to create a Bash script with Leo. I am using @file directive: @file NameOfBashScript | - node1 | - node2 | - node3 | | - node3.1 | | - node3.2 | - node4 | - node5 Here I wish to exclude from NameOfBashScript file the node3.2 . How can I do that?

Re: Create custom menu items by referencing your existing buttons

2018-01-16 Thread Edward K. Ream
On Sun, Jan 14, 2018 at 5:05 AM, lewis wrote: > I'm not sure if anyone is aware that you can create custom menu items by > referencing your existing buttons. > Create an @menu>@item 'name' node with a matching @button 'name' already > present in your working or

Re: leo4sqlite plugin

2018-01-16 Thread T C
Thanks for your response. I am not satisfied with the blob situation because temporary @image nodes are created (I was thinking that some people might then want to move these out from under the 'temp' node and into more permanent collections, etc., but this means the user has to manually clear

Re: leo4sqlite plugin

2018-01-16 Thread tscv11
Nice job, me! Yes, I finally finished it, and no one can take that away from me, whether I ever hear from any of them again or not, whether anyone even looks at it or not, *I *know I did *good*. Well done, me, it was worth the effort! I think I'll work on a YAML database application next. Sounds

Re: leo4sqlite plugin

2018-01-16 Thread Terry Brown
On Tue, 16 Jan 2018 19:42:42 -0800 (PST) tscv11 wrote: > Nice job, me! Yes, indeed, nice job :-) In terms of suggestions, your own todos make sense. With plugins there's typically just the plugin, and no accompanying .leo file, so moving the content in the readme into the

My javascript mistake

2018-01-16 Thread Edward K. Ream
This post documents the biggest mistake I have made in the last decade or so. This mistake is akin to my initial misunderstanding of emacs. I didn't realize that tab completion makes it unnecessary to remember or type full emacs command names. I would seen my error had I seen an emacs user