Leo console mode: launch specifics

2018-01-06 Thread Matt Wilkie
I'm attempting to create script that launches Leo with console gui (#637 ) I can do this from the command line with `launchLeo.py --gui=console` but in setup.py `console_scripts` can't use parameters. There's no way for me to pass `--gui=console

Re: Leo BLOB API

2018-01-06 Thread tscv11
Let me know if you want to look at my script in its' current incarnation. When it comes to blobs it will: 1. insert 2. extract 3. view 4. open (not sure how 'edit' should be different from 'open') If you give me a better idea of how you'd like it done, I'll try adding the choice to save outlin

Noobie to try Leo on Mac OS for thoughts IDE

2018-01-06 Thread andyjim
I want an IDE/organizer for thoughts, ideas, journaling, writing. I have hundreds of past files of journals/thoughts to parse and organize plus my ongoing thinking/journaling addiction. Only thing I know of that may be close is Zettelkasten, but I haven’t dug into that yet, and don’t know i

Re: Leo Vue

2018-01-06 Thread Edward K. Ream
On Sat, Jan 6, 2018 at 4:33 PM, Edward K. Ream wrote: > On Thu, Jan 4, 2018 at 3:59 PM, Chris George wrote: > >> Clean git clone install. >> >> npm install >> >> npm run dev >> >> Success! >> > > ​Glad to hear it. I did the same, and got this cryptic message: > ​ [snip] > ​Well, following the

Re: Jump to git diff from log

2018-01-06 Thread Terry Brown
Just want to make sure there's no confusion here - this issue has nothing to do with the new "Jump to git diff from log" functionality, it's a query / bug report about an old and unrelated plugin, gitarchive. I responded here: https://groups.google.com/d/msg/leo-editor/rTEEdO9V2L8/SESvuYboEAAJ

Re: Jump to git diff from log

2018-01-06 Thread T C
Leo Log Window Leo 5.6, build 20171031115424, Tue Oct 31 11:54:24 CDT 2017 Not running from a git repo Python 3.5.3, PyQt version 5.6.0 Windows 10 AMD64 (build 10.0.15063) SP0 isPython3: True caching enabled leoID='6834' load dir: C:\Users\TSC\Desktop\leo-editor\leo\core global config dir: C:\Users

Re: Leo Vue

2018-01-06 Thread Edward K. Ream
On Thu, Jan 4, 2018 at 3:59 PM, Chris George wrote: > Clean git clone install. > > npm install > > npm run dev > > Success! > ​Glad to hear it. I did the same, and got this cryptic message: npm WARN lifecycle The node binary used for scripts is C:\Program Files\nodejs\node.exe but npm is using

Re: Leo BLOB API

2018-01-06 Thread Terry Brown
On Sat, 6 Jan 2018 15:42:18 -0600 "Edward K. Ream" wrote: > > For Leo handling BLOBs would mean managing a collection of PDF / SVG / > > bitmap (image formats) / spreadsheet / etc. kind of files, with the > > option to view them (possibly in a pane in Leo, but in an external > > viewer is fine to

Re: Jump to git diff from log

2018-01-06 Thread Edward K. Ream
On Wed, Jan 3, 2018 at 10:51 PM, tscv11 wrote: I hope this isn't too out of place. I just want to ask how to use > the gitarchive plugin. It crashes Leo with a perpetual loop when > I try to use it. > ​Please create an issue for this, giving as much detail as you can. Edward -- You received t

Re: Leo BLOB API

2018-01-06 Thread Edward K. Ream
On Sat, Jan 6, 2018 at 10:41 AM, Terry Brown wrote: For Leo handling BLOBs would mean managing a collection of PDF / SVG / > bitmap (image formats) / spreadsheet / etc. kind of files, with the > option to view them (possibly in a pane in Leo, but in an external > viewer is fine too), edit them (m

Re: cross-platform file references - how to deal with?

2018-01-06 Thread Edward K. Ream
On Wed, Jan 3, 2018 at 5:03 PM, jkn wrote: sorry to be a pain, but I think this (os_path_expandExpression() in > leoGlobals.py) does not work for multiple occurrences of path expressions. > ​... ​ > Shall I raise an issue for this? > ​Yes, of course. Edward -- You received this message

Leo BLOB API

2018-01-06 Thread Terry Brown
tscv11 has been bringing up the idea of BLOBs in Leo, something that's come up before but never moved forward. Binary Large OBject (BLOB) is the term used by databases for binary assets which don't fit in any of the regular text / int / real number kind of fields. For Leo handling BLOBs would mea