Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-10-20 Thread Edward K. Ream
On Fri, Oct 20, 2017 at 2:56 AM, vitalije wrote: > `npm run build` must be executed in terminal inside project folder. > Project is what you get by git cloning repository https://github.com/ > kaleguy/leoviewer not leo-examples. > I haven't tried it, just guessing. > ​Thanks for this. I'll try

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-10-20 Thread vitalije
`npm run build` must be executed in terminal inside project folder. Project is what you get by git cloning repository https://github.com/kaleguy/leoviewer not leo-examples. I haven't tried it, just guessing. Vitalije On Thursday, October 19, 2017 at 11:29:36 PM UTC+2, Edward K. Ream wrote: > >

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-10-19 Thread Edward K. Ream
On Thu, Oct 19, 2017 at 2:48 PM, Joe Orr wrote: > You can also get the newest versions from the project repo, run 'npm run > build' > ​This fails for me. The contents of npm-debug.log is: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\PROGRA~1\\nodejs\\node.exe', 1 verbose cli 'C:\

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-10-19 Thread Joe Orr
You can also get the newest versions from the project repo, run 'npm run build', they will be in dist folder. Will update readme soon. BTW @john, you can load multiple leo files by putting a link to a leo file in the node title. The doc.leo file has an example of this, see also the Shakespeare

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-10-19 Thread Edward K. Ream
On Thu, Oct 19, 2017 at 11:29 AM, Edward K. Ream wrote: > On Tuesday, October 10, 2017 at 9:53:18 AM UTC-5, john lunzer wrote: >> >> I want to thank you for this work Joe, this is really amazing and has the >> potential how I use Leo to share information. I was able to download all >> the files l

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-10-19 Thread Edward K. Ream
On Tuesday, October 10, 2017 at 9:53:18 AM UTC-5, john lunzer wrote: > > I want to thank you for this work Joe, this is really amazing and has the > potential how I use Leo to share information. I was able to download all > the files listed in index.html from the aws site and run the entire thing

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-10-15 Thread Joe Orr
John, Thanks, glad it is working for you. You can just zip those files, that is everything required. Those files aren't always up to date, for the most recent version, download the repo and look at the files in the docs folder. You just need index.html + whatever files in the static folder you

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-10-10 Thread john lunzer
I want to thank you for this work Joe, this is really amazing and has the potential how I use Leo to share information. I was able to download all the files listed in index.html from the aws site and run the entire thing locally without having to run a web server. Just open the link up in my web

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-30 Thread Joe Orr
Sorry for the slow reply, been busy with a startup and another side project, but getting back to this now. About getting a leo file to load up in LeoViewer easily, see this repo: https://github.com/kaleguy/leo-examples All you need to do is download index.html and put it in the same folder as t

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-13 Thread Edward K. Ream
On Tue, Sep 12, 2017 at 4:09 PM, Terry Brown wrote: > On Tue, 12 Sep 2017 15:53:42 -0500 > "Edward K. Ream" wrote: > > > ​Disabled ABE (Application Boundary Enforcement) in a weird popup in > > Mozilla, and now the page works​. Sheesh. I have no idea how to > > turn in back on. Should I be wo

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-12 Thread Terry Brown
On Tue, 12 Sep 2017 15:53:42 -0500 "Edward K. Ream" wrote: > ​Disabled ABE (Application Boundary Enforcement) in a weird popup in > Mozilla, and now the page works​.  Sheesh.  I have no idea how to > turn in back on.  Should I be worried? Never hear of ABE. https://noscript.net/abe/ A browser

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-12 Thread Edward K. Ream
On Tue, Sep 12, 2017 at 3:47 PM, Edward K. Ream wrote: > > > On Tue, Sep 12, 2017 at 11:05 AM, Terry Brown > wrote: > >> >> >> So just set up a web server on your system and access it through >> that :-) >> >> python -m SimpleHTTPServer # Python 2.x >> >> in the root dir. of the project sho

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-12 Thread Edward K. Ream
On Tue, Sep 12, 2017 at 11:05 AM, Terry Brown wrote: > > > So just set up a web server on your system and access it through > that :-) > > python -m SimpleHTTPServer # Python 2.x > > in the root dir. of the project should serve stuff up at > > http://127.0.0.1:8000/ ​I'm getting a mess

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-12 Thread vitalije
About month ago I made a prototype of Leo as electron application. There is only basic functionality browsing tree and editing bodies. It doesn't load derived files nor it saves outline. However, I don't expect it to be too difficult to add read/save functions that I wrote earlier. Here is sim

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-12 Thread Chris George
Well that is certainly slick. I got node.js working (known bug with apt package) and installed http-server. I created a ./public folder in the root and copied the contents of the dist directory to it. I started the http-server on an unused port and changed docs.leo to the desired file in the stati

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-12 Thread Chris George
I could never seem to get js set-up properly on my machine. So I gave up. It looks like I need to revisit it. https://kaleguy.github.io/leoviewer/#/t/1/ Chris On Tue, Sep 12, 2017 at 9:05 AM, Terry Brown wrote: > On Tue, 12 Sep 2017 08:01:47 -0700 (PDT) > "Edward K. Ream" wrote: > > > In ano

Re: Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-12 Thread Terry Brown
On Tue, 12 Sep 2017 08:01:47 -0700 (PDT) "Edward K. Ream" wrote: > In another thread (don't remember where), I said that I wanted to > "recreate" Joe Orr's Leo viewer page > , or > words to that effect. The conversation then shifted

Web help wanted: viewing Joe Orr's Leo view page locally

2017-09-12 Thread Edward K. Ream
In another thread (don't remember where), I said that I wanted to "recreate" Joe Orr's Leo viewer page , or words to that effect. The conversation then shifted to discussions about web frameworks, abstraction layers, etc. But I mea