Re: Leo as a Database

2022-04-01 Thread Christophe Vermeulen
Maybe it doesn't do what I want (I still am quite puzzled with leo, and don't understand most of it, just discovered i t recently and played a bit messing things up), but in the new 6.6, the "Save As" choices seems different : instead of zipped or not, now I see ... JSON/XML/SQLite.. It looks

Re: Leo as a Database

2022-04-01 Thread rengel
On Friday, April 1, 2022 at 1:28:15 PM UTC+2 tbp1 wrote: > I have used t-w several times over the years. I admire its > accomplishments. Somehow I have always ended up moving on. It may be that > I found it hard to grasp an overall structure. It would also be a bear to > write one's own

Re: Leo as a Database

2022-04-01 Thread tbp1...@gmail.com
ng back in ... 1998. Ward Cunningham invented the Wiki >>> starting from Hypercard, so why not start from leo to invent ... the next >>> big thing ? >>> >>> I agree that a SQLite format for leo internally might be a good idea. >>> But apparently Edward won'

Re: Leo as a Database

2022-04-01 Thread rengel
ward won't, and he probably has good reasons. Maybe for leo 8 ? >> >> On Thursday, March 31, 2022 at 4:14:30 AM UTC+2 tbp1...@gmail.com wrote: >> >>> If you look at it right, Leo can be thought of - and used - as a >>> database. I don't really mean just the tree

Re: Leo as a Database

2022-03-30 Thread tbp1...@gmail.com
, and he probably has good reasons. Maybe for leo 8 ? > > On Thursday, March 31, 2022 at 4:14:30 AM UTC+2 tbp1...@gmail.com wrote: > >> If you look at it right, Leo can be thought of - and used - as a >> database. I don't really mean just the tree-and-body organization and >>

Re: Leo as a Database

2022-03-30 Thread Christophe Vermeulen
gt; data. I mean a database in a more geneal and organized sense. > > A year or two ago, we had in another thread a presentation of how > @Edward's brother Speed uses Leo "as a database" in his business. That was > so complicated and so woven into his business practices that

Leo as a Database

2022-03-30 Thread tbp1...@gmail.com
Leo "as a database" in his business. That was so complicated and so woven into his business practices that I never fully grasped how it works. And yes, I know that a Leo outline can be written as a SqlLite database file. I don't mean that, either. That's structured so that the ou

Re: ENB: Leo as a database

2021-11-20 Thread zhaohe wang
I have already tested leovue. It will be slow if leo nodes over 400. https://github.com/kaleguy/leovue 在2021年11月21日星期日 UTC+8 上午11:58:30 写道: > Yes, I have tested 20,000 nodes. Leo react slowly. Now I use Leo less > than 10,000 nodes otherwise I will create a new .leo file. > > 在2021年11月16日星期二

Re: ENB: Leo as a database

2021-11-20 Thread zhaohe wang
Yes, I have tested 20,000 nodes. Leo react slowly. Now I use Leo less than 10,000 nodes otherwise I will create a new .leo file. 在2021年11月16日星期二 UTC+8 上午5:11:54 写道: > This Engineering notebook officially kills a bad idea: that of having Leo > "augment" production databases. Indeed, there are

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-30 Thread Edward K. Ream
On Fri, Jun 30, 2017 at 10:14 AM, Edward K. Ream wrote: ​> ​ I'll attempt to give you permission immediately. ​Just invited you to join leo-editor members, as part of the core team. That should do the trick. Edward -- You received this message because you are subscribed

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-30 Thread Edward K. Ream
On Fri, Jun 30, 2017 at 9:27 AM, vitalije wrote: > I don't know how to publish my branch. When I try to publish it in > leo-editor/leo-editor.git I get: > remote: Permission to leo-editor/leo-editor.git denied to vitalije > ​I'll attempt to give you permission immediately.

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-30 Thread vitalije
copy one file that contained some changes that I have made several months ago and were out of sync with the current master. I forgot to push script that exports Leo tree in database. Without it new code can't be tested. That reminded me that I haven't done anything about saving to db files. I am

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-30 Thread vitalije
I don't know how to publish my branch. When I try to publish it in leo-editor/leo-editor.git I get: remote: Permission to leo-editor/leo-editor.git denied to vitalije Several months ago I have forked leo-editor and made a pull request from there. When I look at that forked repository github

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-30 Thread Edward K. Ream
On Thu, Jun 29, 2017 at 4:49 PM, vitalije wrote: ​> ​ FAILED (errors=6, skipped=25) These are the results of running unit tests. I don't know if those six > failing tests are supposed to fail on my machine or they signalize that I > broke something. @Edward please look at

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-30 Thread Edward K. Ream
me I had more > success. I have finally made the first version of my prototype. With my > changes Leo can accept as input argument database file. Now I can open any > ordinary xml Leo document, click a button and database version of Leo > document is generated in the same fold

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-29 Thread Terry Brown
On Thu, 29 Jun 2017 14:49:43 -0700 (PDT) vitalije wrote: > Ran 904 tests in 94.022s > > FAILED (errors=6, skipped=25) I had six errors testing master without modifications a couple of days ago, so sounds like everything passed. Well done. Cheers -Terry -- You received

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-29 Thread vitalije
setting leoID from os.getenv('USER'): 'vitalije' reading settings in /home/vitalije/programi/leo/trunk-git/leo/config/leoSettings.leo reading settings in /home/vitalije/programi/leo/trunk-git/leo/config/myLeoSettings.leo reading settings in

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-29 Thread Terry Brown
this time I had more > success. I have finally made the first version of my prototype. With > my changes Leo can accept as input argument database file. Now I can > open any ordinary xml Leo document, click a button and database > version of Leo document is generated in the same fol

Re: A new file format for Leo documents (sqlite3 database file)

2017-06-29 Thread Offray Vladimir Luna Cárdenas
his time I had more > success. I have finally made the first version of my prototype. With > my changes Leo can accept as input argument database file. Now I can > open any ordinary xml Leo document, click a button and database > version of Leo document is generated in the same folde

A new file format for Leo documents (sqlite3 database file)

2017-06-29 Thread vitalije
document, click a button and database version of Leo document is generated in the same folder where Leo file is located and with the extension '.db' instead of '.leo'. Later Leo can open that db file and have the same tree it would have if it parsed xml file. leoSettings and myLeoSettings as well

Leo plus a database back-end (was Re: Is something basic missing from Leo?)

2010-11-20 Thread Offray Vladimir Luna Cárdenas
Hi, El 02/08/10 17:22, Terry Brown escribió: On Mon, 2 Aug 2010 16:59:48 -0500 Edward K. Reamedream...@gmail.com wrote: For example, I often wonder whether better integration with zodb might be good. I had forgotten all about your interest in couchDB. That says more about my memory than