Re: Leo for organizing notes?

2020-02-04 Thread Steve Litt
On Tue, 4 Feb 2020 17:06:42 -0800 (PST) Thomas Passin wrote: > On Tuesday, February 4, 2020 at 6:41:00 PM UTC-5, stevelitt wrote: > > > > > > > Length can be unavoidable, when there are many interacting parts. > > > > > > > That's when you need a diagram. > > > > Right. What a pain

Re: Problem with import

2020-02-04 Thread 'tfer' via leo-editor
I modified this script to point to the 'js' directory and made it a script button, all it does is create a level one node 'imported files' with two descendants, both @path nodes, one for the directory an one for the reveal.js file. On Friday, January 31, 2020 at 6:14:28 AM UTC-5, Edward K.

Re: Leo for organizing notes?

2020-02-04 Thread Thomas Passin
On Tuesday, February 4, 2020 at 6:41:00 PM UTC-5, stevelitt wrote: > > > > Length can be unavoidable, when there are many interacting parts. > > That's when you need a diagram. > Right. What a pain that we can't have diagrams in an ordinary text file. Grrr. Although the Viewrendered3

Re: Leo for organizing notes?

2020-02-04 Thread Thomas Passin
I'm not up on the current books, but here's a possible starting point - https://wiki.python.org/moin/BeginnersGuide One thing to keep in mind. There are two series of Python - 2.x and 3.x. They are basically very similar but have a few differences. Even though 3.xx has been the main release

Re: How to start up Leo the dumb way

2020-02-04 Thread Steve Litt
On Sat, 1 Feb 2020 14:51:34 -0500 Steve Litt wrote: > On Thu, 30 Jan 2020 16:48:27 -0800 (PST) > andyjim wrote: > > > Really dumb question, I know. MacOS system. I'd like to launch Leo > > from the launch bar instead of from terminal (which is the only way > > I know to launch it). But it

Re: Leo for organizing notes?

2020-02-04 Thread Steve Litt
On Tue, 4 Feb 2020 05:10:01 -0800 (PST) Thomas Passin wrote: > On Tuesday, February 4, 2020 at 5:25:45 AM UTC-5, Edward K. Ream > wrote: > > > > > > Length is not your friend in convincing others. > > > > Length can be unavoidable, when there are many interacting parts. That's when you need

Re: Leo for organizing notes?

2020-02-04 Thread andyjim
Thomas, I will respond to your notes, and I'm working on a concise description of my envisioned system. On Tuesday, February 4, 2020 at 2:01:16 PM UTC-5, Thomas Passin wrote: > > Here's another potentially useful paper - > > http://people.csail.mit.edu/msbernst/papers/p337-vankleek.pdf > > The

Re: Leo for organizing notes?

2020-02-04 Thread andyjim
"Nonsense. Anyone over the age of 7 can learn python." Love it! Where do I start? More politely, could you recommend a handful of what you consider the best resources/approach for a beginning programmer? I may or may not dig in, but I might as well give myself the opportunity and exposure.

another problem with failed import

2020-02-04 Thread 'tfer' via leo-editor
I haven't had a chance to do my "by hand" rearrangement of reveal.js. I'll look at how the improved importer does and incorporate that to get and outline for study. I wasn't aware that failed imports are supposed to block the save activated overwrite of the file for the @auto node, so I

Re: Leo for organizing notes?

2020-02-04 Thread Thomas Passin
Here's another potentially useful paper - http://people.csail.mit.edu/msbernst/papers/p337-vankleek.pdf The actual software project is now defunct, but we might get some ideas from it. On Tuesday, February 4, 2020 at 9:43:17 AM UTC-5, Thomas Passin wrote: > > Here's something interesting.

Re: Leo for organizing notes?

2020-02-04 Thread Thomas Passin
On Tuesday, February 4, 2020 at 9:43:17 AM UTC-5, Thomas Passin wrote: > > Here's something interesting. Remember the Memex, described by Vannebar > Bush in 1945? It sounded like a mixture of the Web and a zettelkasten, > with better media input means than perhaps we have today. Well,

Re: Leo for organizing notes?

2020-02-04 Thread Thomas Passin
I have put the HTML file on my server at http://tompassin.net/pub/zettel/zettel_requirements.html You can just open it in your browser at that address. On Tuesday, February 4, 2020 at 8:04:06 AM UTC-5, Thomas Passin wrote: > > > On Monday, February 3, 2020 at 10:36:59 PM UTC-5, andyjim wrote:

Re: Leo for organizing notes?

2020-02-04 Thread Thomas Passin
Here's something interesting. Remember the Memex, described by Vannebar Bush in 1945? It sounded like a mixture of the Web and a zettelkasten, with better media input means than perhaps we have today. Well, someone is trying to actually build one, or at least something as close as he can get

Re: Leo for organizing notes?

2020-02-04 Thread Thomas Passin
On Tuesday, February 4, 2020 at 5:25:45 AM UTC-5, Edward K. Ream wrote: > > > Length is not your friend in convincing others. > Length can be unavoidable, when there are many interacting parts. But each of those parts is better when compact. But there's an art here - too terse can be be

Re: Leo for organizing notes?

2020-02-04 Thread Thomas Passin
On Monday, February 3, 2020 at 10:36:59 PM UTC-5, andyjim wrote: > > > Thomas, sorry for my ignorance but what do I need to do to view your HTML > file rendered? I can dig out the text as is, but rendering it would make > it a lot easier. I'm not HTML literate. > Do you see that there is a

JS importer has been improved

2020-02-04 Thread Edward K. Ream
#1481 has been completed using a proper JS tokenizer. See the first comment for full details. As noted in the first comment, imo it's best to import to a "live" @clean, provided that the original sources are under control of git or some

Re: Leo for organizing notes?

2020-02-04 Thread Edward K. Ream
On Mon, Feb 3, 2020 at 5:06 PM andyjim wrote: Sure wish I were a programmer. Sometimes I've thought maybe I should dive > into programming just to gain the skills to build this myself, but I think > that's likely way too ambitious, especially at my age. > Nonsense. Anyone over the age of 7 can