Re: Importing files and folders with Leo

2015-07-20 Thread 'Terry Brown' via leo-editor
On Mon, 20 Jul 2015 15:32:01 -0500 "'Terry Brown' via leo-editor" wrote: > But, and very much OT now, it doesn't really matter when it started > (it's obviously a perennial question), I'm just wondering why I > sometimes only see responses to emails, not the original email. Well that was a very

Re: Importing files and folders with Leo

2015-07-20 Thread 'Terry Brown' via leo-editor
On Mon, 20 Jul 2015 13:13:02 -0500 "Edward K. Ream" wrote: > On Mon, Jul 20, 2015 at 9:47 AM, 'Terry Brown' via leo-editor < > leo-editor@googlegroups.com> wrote: > > > The active_path plugin lets you browse directories and import files, > > once activated you can just call a node: > > @path /

Re: Importing files and folders with Leo

2015-07-20 Thread Edward K. Ream
On Mon, Jul 20, 2015 at 9:47 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > The active_path plugin lets you browse directories and import files, > once activated you can just call a node: > @path /path/to/somewhere > and double click on that to expand / import. There a

Re: Importing files and folders with Leo

2015-07-20 Thread 'Terry Brown' via leo-editor
The active_path plugin lets you browse directories and import files, once activated you can just call a node: @path /path/to/somewhere and double click on that to expand / import. There are also context menu commands to recursively import whole folders. `@path .` works if you want to start rela

Re: Importing files and folders with Leo

2015-07-20 Thread Edward K. Ream
On Sat, Jul 18, 2015 at 1:10 PM, wrote: > > I'm new to this editor and try to import my python files. I can create a > @clean node (really cool feature btw) with the file name and replace the > new file with my already written python program. Unfortunately this only > creates a node with a lot of

Re: Importing files and folders with Leo

2015-07-19 Thread holgerschuh
Hello everybody, I'm new to this editor and try to import my python files. I can create a @clean node (really cool feature btw) with the file name and replace the new file with my already written python program. Unfortunately this only creates a node with a lot of text. On the search for more s

Re: Importing files and folders with Leo

2013-11-21 Thread Fidel N
Hey: I gladly share what I learned today, but Im not yet qualified for a file importing/exporting tutorial on the subject hehe. Here is what I found to be the most comfortable way to import files and folders yet: ## ACTIVATE THE PLUGIN ## -Go to myleosettings (Help -> myleosettings) and enable

Re: Importing files and folders with Leo

2013-11-21 Thread Chris George
This was one of the very first things I needed to do on adoption of Leo. I had been "organizing" my work and flow using a file system tree and the "Sessions" function in kate. So every directory in my study tree had text files in it of assignment instructions, research notes etc. The procedure

Re: Importing files and folders with Leo

2013-11-21 Thread Kent Tenney
I think activepath plugin is great, an ideal entry point for examining a project. What about a 'Import Recursive' option? @path is great for examining code trees, 'Load Recursive' provides access to the tree structure and file names. 'Import Recursive' would also offer the capability to search w

Re: Importing files and folders with Leo

2013-11-21 Thread dufriz
Chris, if Fidel does not make that video, why don't you? ;) -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+unsubscr...@googlegroups.com. To post to thi

Re: Importing files and folders with Leo

2013-11-21 Thread Edward K. Ream
On Thu, Nov 21, 2013 at 9:18 AM, Kent Tenney wrote: > I think activepath plugin is great, an ideal entry point > for examining a project. > I'll show this in the screencast, if convenient. It's on the list. > > What about a 'Import Recursive' option? > I've wanted that forever. The problem

Re: Importing files and folders with Leo

2013-11-21 Thread Fidel N
Yes, I totally agree with this comment, the only missing thing is a pointer for the newbies to know that they have to activate it then use it in order to get the files, may it be a video or an entry in the documentation teaching how to import files. And while we are on it, I would also remind a

Re: Importing files and folders with Leo

2013-11-21 Thread Edward K. Ream
On Thu, Nov 21, 2013 at 4:07 AM, Fidel N wrote: > I have just spent a couple hours trying to automatically import a folder > with all its sub-folders and python files into Leo, and i couldnt. > Thanks for this post, and the follow-ons. It's important to see mistakes. So instructive. I'll make

Re: Importing files and folders with Leo

2013-11-21 Thread Kent Tenney
active_path offers a rich set of operations, I've used most all at one time or another, Import Recursive would ice the cake. The rclick access has the benefit of being inherently 'findable' it's pretty universal to try an rclick, when looking for capabilities. On Thu, Nov 21, 2013 at 12:06 PM, Te

Re: Importing files and folders with Leo

2013-11-21 Thread Terry Brown
On Thu, 21 Nov 2013 11:43:14 -0600 "Edward K. Ream" wrote: > On Thu, Nov 21, 2013 at 9:18 AM, Kent Tenney wrote: > > > I think activepath plugin is great, an ideal entry point > > for examining a project. > > > > I'll show this in the screencast, if convenient. It's on the list. active_path.

Re: Importing files and folders with Leo

2013-11-21 Thread dufriz
When you complete your importing function, could you please write a tutorial on how to use it? A video tutorial would be nice, like Edward's tutorial. Otherwise, a text tutorial would be fine too. -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Importing files and folders with Leo

2013-11-21 Thread Fidel N
lol just after posting this, I double-clicked one of the item names,and it was loaded as an @auto file, just what i needed hehehe... (with activepath plugin loaded) Well now most of the post loses its meaning... I talked a double-click too early. On Thursday, November 21, 2013 11:07:58 AM UTC+

Importing files and folders with Leo

2013-11-21 Thread Fidel N
I have just spent a couple hours trying to automatically import a folder with all its sub-folders and python files into Leo, and i couldnt. My aim is to drop a folder into Leo (a @path node appears with the folder path) then recursively load all its files as @auto or any other filesistem that w