Re: Including headings in @auto or @nosent files

2013-10-14 Thread Fidel N
+2, Terry wrote: On Mon, 14 Oct 2013 01:05:30 -0700 (PDT) Fidel N fidel...@gmail.com javascript: wrote: Terry, could you please share some examples of using Leo with R Statistical Language? Those are the kind of files I would upload together to a Leo Sample Files to show how Leo

Re: Including headings in @auto or @nosent files

2013-10-14 Thread Fidel N
Thanks for the clarification Terry. I will study into the R-Python extension, looks like the simplest most generic way. On Sunday, October 13, 2013 8:52:57 PM UTC+2, wgw wrote: Is there are way to put the outline structure in a user-defined comment format? I want to generate a stripped down

Re: Including headings in @auto or @nosent files

2013-10-13 Thread Fidel N
Hey: If I understand correctly, what you need is the position property called level. So depending on the number you get in c.p.level() You get different string such as: for i in range(c.p.level()): string.append(r#@) string.append(c.p.h) Then you add that string to the output file and add

Re: Including headings in @auto or @nosent files

2013-10-13 Thread Fidel N
then be used in place of @auto? In short, can the user create a new file output directives (to go along with @file, @auto, @nosent, etc) ? I just find it odd that we lose the headings in the @auto output. Thanks! Bill Le dimanche 13 octobre 2013 11:58:36 UTC-7, Fidel N a écrit : Hey: If I

Re: Another shock: Leo scripts are *dense* (aka elegant)

2013-10-13 Thread Fidel N
Haha interesting conclusion. I agree, when someone that doesnt know the material reads 3 or 4 unknown technical concepts on one line of text, he really needs a good motivation to study on that,specially if that concept definition is hard to find. How about letting the docs have links to the

Re: Getting list of positions and its order

2013-10-13 Thread Fidel N
Thank you Edward On Sunday, October 13, 2013 9:58:49 PM UTC+2, Edward K. Ream wrote: On Sun, Oct 13, 2013 at 1:14 PM, Fidel N fidel...@gmail.com javascript: wrote: Hey all: When we do: AList=[item.copy() for item in c.p.subtree()] Will AList have any specific order or could

Re: New theme for Leo's body editor (only): Light-dusk

2013-10-09 Thread Fidel N
Hey Jacob: Just pasted that as a new node into myleosettings.leo file, restart, and found no changes. Do I have to paste it under any specific node? On Wednesday, October 9, 2013 10:03:42 PM UTC+2, Jacob Peck wrote: Here's a new theme for Leo's body editor. This assumes you're using the

Re: New theme for Leo's body editor (only): Light-dusk

2013-10-09 Thread Fidel N
Hey, I like the new look! Agree, softer and better for the eyes if you are going to be looking at it the whole day =) Hey Terry this time was the problem B, I already knew how to do that, when will you guys begin to take me seriously -_- hehehe Thanks! On Wednesday, October 9, 2013 10:03:42

Re: Monday morning project: a leoColor color map

2013-10-08 Thread Fidel N
UTC+2, Edward K. Ream wrote: On Monday, October 7, 2013 8:58:11 AM UTC-5, Fidel N wrote: wow very useful, thanks Jake Yes. Especially since Leo's show-colors command just says color picker not ready for qt. Edward -- You received this message because you are subscribed

Re: Monday morning project: a leoColor color map

2013-10-08 Thread Fidel N
2013 08:10:39 -0400 Jacob Peck gates...@gmail.com javascript: wrote: On 10/8/2013 4:52 AM, Fidel N wrote: Lately im begining to feel ready to go, find the code snips, and suggest the improvements on the code directly. Is that what is done through github? Do I need special

Re: Monday morning project: a leoColor color map

2013-10-07 Thread Fidel N
wow very useful, thanks Jake On Monday, October 7, 2013 3:33:35 PM UTC+2, Jacob Peck wrote: Hi all, I was playing around with the leoColor definitions (mostly for g.es work) and was curious what colors Leo had defined. As a result, I threw together a color map for people who wish to use

Re: Check out Leo's home page!

2013-10-06 Thread Fidel N
Wow, its great, and a lot easier to join and begin to learn with easy tutorials! Thanks for this great job Edward. I said this in another post, but I will say again: I think that placing a big Download banner somewhere in that first webpage would be very useful, for people who want to take a

Re: Check out Leo's home page!

2013-10-06 Thread Fidel N
Wow I love the download button, the website is perfect now, thanks!! Its true it could use some designers help haha but the main objective (jumping to the eyes) is done here! =D On Sunday, October 6, 2013 1:39:46 PM UTC+2, Edward K. Ream wrote: On Sun, Oct 6, 2013 at 4:39 AM, Fidel N fidel

Re: Check out Leo's home page!

2013-10-06 Thread Fidel N
version etc, but less computer savy users could appreciate not to need to figure out which is the version they should download. They just want to click the buttonnn hehe On Sunday, October 6, 2013 1:45:05 PM UTC+2, Fidel N wrote: Wow I love the download button, the website is perfect now, thanks

Re: A 3-part organization for tutorials

2013-10-06 Thread Fidel N
Im enjoying all the steps of birth and growth of the tutorials hehe. I like that segregation between non programers and programmers for the 3rd tuto :) On Monday, October 7, 2013 2:30:11 AM UTC+2, Edward K. Ream wrote: On Sun, Oct 6, 2013 at 2:44 PM, Viktor Ransmayr

Re: Perfect pinpointing a Clone

2013-10-05 Thread Fidel N
Thanks for this Edward, it goes into my list. On Friday, October 4, 2013 11:16:42 PM UTC+2, Edward K. Ream wrote: On Fri, Oct 4, 2013 at 10:46 AM, Fidel N fidel...@gmail.com javascript: wrote: Its hard to predict and clearly understand how clones will work so I would like to know

Re: Leo as a web-app, part 9000

2013-10-05 Thread Fidel N
So it would be easy to setup a recipe for Leo, but arc.io would really have to take off for it to be worthwhile. Installing arc causes VirtualBox to be installed and that requires admin rights and that seems like a big hurdle to me. Maybe not. If installing arc.io is easier than

Re: Learn the basics of Leo in one hour

2013-10-05 Thread Fidel N
wrote: On Sat, Oct 5, 2013 at 3:19 AM, Fidel N fidel...@gmail.com javascript:wrote: Just reviewed it, looks great. About the part Leo doesnt create the settings file automatically, why cant we make Leo check if the mysettings file exists, and if not, just create one? or at least, do it so when

Re: Learn the basics of Leo in one hour

2013-10-05 Thread Fidel N
Huh? It would be Leo's startup code that creates myLeoSettings.leo if it doesn't exist. Couldn't it be created just when a user clicks on the Help menu, then he clicks on Open my leo settings? This way, we could also generate a dialogue and ask the user if he wants it on the default leo

Perfect pinpointing a Clone

2013-10-04 Thread Fidel N
Hi: Im going through a script which needs to remember the exact position of a clone was the one that triggered it, in order to go back there and keep going on with the outline. (Get accurate .next, etc). It must do so even if the outline changes. So far my plan is to, whenever I store any

Re: Perfect pinpointing a Clone

2013-10-04 Thread Fidel N
octubre de 2013 18:37:29 UTC+2, Terry escribió: On Fri, 4 Oct 2013 08:46:55 -0700 (PDT) Fidel N fidel...@gmail.com javascript: wrote: Hi: Im going through a script which needs to remember the exact position of a clone was the one that triggered it, in order to go back there and keep

Re: Leo as a web-app, part 9000

2013-10-04 Thread Fidel N
WOW very interesting. I wonder how u find tose. On Friday, October 4, 2013 8:55:44 PM UTC+2, Jacob Peck wrote: Looks like a new tech is coming up called Arc. http://arc.io/ It basically gives users a complete Linux VM in their browser, with full capabilities (meaning an actual python

Re: Undoer tutorial?

2013-10-03 Thread Fidel N
Hey: Lately I have been doing a lot of working with c.dictionaries and I had an idea on how to do an instant very simple undoer script. (Just tested it, and it works). - Generate a dictionary, c.EasyUndoer={} Then, for each root node: - Select, copy, store clipboard as a new key in c.EasyUndoer

Re: Undoer tutorial?

2013-10-03 Thread Fidel N
Mhm just realized probably the clones would be lost. Is there a way to select all the outline so it could be stored and restored as one to avoid this? Well guessing its probably not the best solution anyway... ^^ On Thursday, October 3, 2013 8:03:05 PM UTC+2, Fidel N wrote: Hey: Lately I

Leo website - html5

2013-10-03 Thread Fidel N
Hey: We have been talking a lot about Leo publicity, so I was wondering if the engine which transforms Leo outlines into a website has been updated into html5. Leo website looks great right now but if that has happened, there is no reason why we shouldnt benefit from an easy switch on

Programatically editing RTF

2013-10-03 Thread Fidel N
Hey: Im trying to make Leo absorb some documents I have in RTF into outlines. That is an initial step into using Leo to paste different kinds of RTF texts into it (probably even websites) and make Leo categorize that text according to paragraphs, links, images, etc. But the first step is to

Re: Undoer tutorial?

2013-10-03 Thread Fidel N
I don't really understand your idea, but I can say that deleting any node (and it's tree), is non-trivial. It requires the low-level vnode methods to do and undo. I would like to clarify what I mean, although I agree, its not a good substitute for the current undoer, just sharing some

Re: Leo website - html5

2013-10-03 Thread Fidel N
K. Ream wrote: On Thu, Oct 3, 2013 at 1:52 PM, Fidel N fidel...@gmail.com javascript:wrote: We have been talking a lot about Leo publicity, so I was wondering if the engine which transforms Leo outlines into a website has been updated into html5. As Terry say, Leo's web site

Re: Programatically editing RTF

2013-10-03 Thread Fidel N
Thats perfect, and much more than I expected to find haha, thank you! On Thursday, October 3, 2013 9:11:11 PM UTC+2, Jacob Peck wrote: On 10/3/2013 3:02 PM, Fidel N wrote: Hey: Im trying to make Leo absorb some documents I have in RTF into outlines. That is an initial step

Re: Leo in under one hour

2013-10-02 Thread Fidel N
Thanks for all of those Edward. Please, since we are making these changes, could we do it so Leo opens by default with an outline containing those guides and other cheat sheets and tutorials we will be adding, or at least have a hotkey or leo file in the help menu that will contain only newbie

Re: Leo in under one hour

2013-10-02 Thread Fidel N
Haha great, I wish that existed some months ago when I started out with Leo!! On Wednesday, October 2, 2013 6:15:56 PM UTC+2, Edward K. Ream wrote: On Wed, Oct 2, 2013 at 10:14 AM, Fidel N fidel...@gmail.com javascript: wrote: Please, since we are making these changes, could we do it so

Re: Writing Basics

2013-10-02 Thread Fidel N
Which is your plan to select those nodes? How will some of them be different from the others so a possible script would identify them? If you don't have a way yet, I would clone the selected nodes under a new node, so then you can use a script to merge them all into an @asis node. Would that do

Re: Write less

2013-10-01 Thread Fidel N
+1 On Tuesday, October 1, 2013 7:28:22 PM UTC+2, Jacob Peck wrote: http://getnashty.com/write-less --Jake -- 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

Re: Tutorials and learning-materials

2013-10-01 Thread Fidel N
As previously said, Im finishing something I begun when I started learning Leo, which will make creating tutorials a piece of cake. It consists of a pane which interacts with you, and the way to define those interactions is just by creating an outline. Im advancing a lot and its beginning to be

Re: Rev 6082: IPython code simplified and put back in Leo's core

2013-09-30 Thread Fidel N
Im reading the posts and trying to understand whats happening, if thats what you define about caring =P On Tuesday, October 1, 2013 1:11:36 AM UTC+2, Edward K. Ream wrote: On Monday, September 30, 2013 6:02:23 PM UTC-5, Edward K. Ream wrote: On Monday, September 30, 2013 5:45:52 PM UTC-5,

Re: Why Leo isn't more popular

2013-09-28 Thread Fidel N
Thats very encouraging Edward! Today I finally got to the working-testing phase, as soon as it does the intended basics I'll release, looks like half way next week at most =) On Saturday, September 28, 2013 2:17:28 PM UTC+2, Edward K. Ream wrote: On Tue, Sep 24, 2013 at 10:36 AM, Fidel N

Re: Why Leo isn't more popular

2013-09-24 Thread Fidel N
IMO the biggest problem is that it takes too much time to learn Leo. When I say Learn Leo, I don't mean Learn or understand the code, I mean learn what you can do with it. My true feeling is that Leo is like an infinite ground, where amazing things can be built. Some of Leo users are already

How to run a node script from another node?

2013-09-24 Thread Fidel N
Hi everyone: What I would like to do is, say we have two siblings, A and B, and C is a child of B A B + C The bodies are: B: @others C: g.es(works) How can I call B (same as if I was doing control+b) from A? I have tried using this as A's body: c.executeScript(c.p.next()) But somehow I

Re: How to run a node script from another node?

2013-09-24 Thread Fidel N
Thanks Jacob, your answer pointed me to the command I needed: exec(g.getScript(c,p.next())) On Tuesday, September 24, 2013 1:10:47 PM UTC+2, Fidel N wrote: Hi everyone: What I would like to do is, say we have two siblings, A and B, and C is a child of B A B + C The bodies are: B

Re: Why Leo isn't more popular

2013-09-24 Thread Fidel N
weeks should do it at most. On Tuesday, September 24, 2013 4:16:23 PM UTC+2, Edward K. Ream wrote: On Tue, Sep 24, 2013 at 4:51 AM, Fidel N fidel...@gmail.com javascript: wrote: IMO the biggest problem is that it takes too much time to learn Leo. A convincing post, and a hopeful one

Re: feature request - insert headline before current

2013-09-23 Thread Fidel N
The day I post a script and Edward cant improve ill consider myself Leo literate hehehe On Monday, September 23, 2013 3:19:05 PM UTC+2, Edward K. Ream wrote: On Sun, Sep 22, 2013 at 5:16 PM, Fidel N fidel...@gmail.com javascript: wrote: This quick script will do what you need

Re: Leo's rootless tree - Proposal: c.virtualRootPosition()

2013-09-23 Thread Fidel N
What should happen then with iterators that get the list of parents? Should c.p.parents() include that node? I like the idea very much btw. On Monday, September 23, 2013 4:15:24 PM UTC+2, Terry wrote: I've run in to this many times, the 'insertBefore' example was just the most recent. It

Leo installer doesn't go all the way yet. Sourceforge website points to an unexisting Leo Website

2013-09-22 Thread Fidel N
Hi: Coming back to the currently existing anti-nobies filters in Leo, I just found two: If installing Leo from the LeoSetup-4.11-a2.exe, Leo wont run when the icon is executed. When i call it from command line, the feedback is that it doesnt have PyQt installed. I thought that file was

Re: Leo installer doesn't go all the way yet. Sourceforge website points to an unexisting Leo Website

2013-09-22 Thread Fidel N
to either pick leo or not) will be able to open then click the dl banner. On Sunday, September 22, 2013 3:51:25 PM UTC+2, Fidel N wrote: Hi: Coming back to the currently existing anti-nobies filters in Leo, I just found two: If installing Leo from the LeoSetup-4.11-a2.exe, Leo wont run when

Re: feature request - insert headline before current

2013-09-22 Thread Fidel N
Hey Jkn: This quick script will do what you need, although Im pretty sure someone here will update it with something more eficcient =P c.p.insertAfter() c.executeMinibufferCommand('goto-next-sibling') c.executeMinibufferCommand('move-outline-up') c.executeMinibufferCommand('edit-headline')

Re: [Answered] Create a command that accepts arguments - Define a function globally for a Leo file

2013-09-21 Thread Fidel N
]=myfunction Is that also risky or would that be ok? All of my functions and vars etc will be contained under FPRDict. On Friday, September 20, 2013 9:42:39 AM UTC+2, Fidel N wrote: Hi: While I was preparing the question I came up with the answer. Im still posting this because IMO its a very

Re: Why Leo as a web app is unlikely

2013-09-21 Thread Fidel N
If Kivy is the solution (with what I would actually agree very much), please say what you want to get before you start working on it, because I think I could give some useful info and scripts that already work from Leo. I have been working

Re: Leo Blog: publishing instructions added to the readme

2013-09-21 Thread Fidel N
Thank for this Jacob. Cant wait to finish my current todo list and be able to get into this, which just made my list longer hehe. On Saturday, September 21, 2013 3:02:08 AM UTC+2, HaveF wrote: On Friday, September 20, 2013 11:05:42 PM UTC+8, Jacob Peck wrote: Hi all, I've written up some

Re: [Answered] Create a command that accepts arguments - Define a function globally for a Leo file

2013-09-21 Thread Fidel N
haha great, thanks Edward! On Friday, September 20, 2013 9:42:39 AM UTC+2, Fidel N wrote: Hi: While I was preparing the question I came up with the answer. Im still posting this because IMO its a very useful way of using the dictionary in c.XXX, and I couldn't think of it before. This can

[Answered] Create a command that accepts arguments - Define a function globally for a Leo file

2013-09-20 Thread Fidel N
Hi: While I was preparing the question I came up with the answer. Im still posting this because IMO its a very useful way of using the dictionary in c.XXX, and I couldn't think of it before. This can be used instead of @command for creating functions that accept arguments and are available in

Re: Possible bug: ScriptFile.py not generating correctly (ignores text after @others)

2013-09-19 Thread Fidel N
Confirmed, cant reproduce the bug any more. On Saturday, September 14, 2013 11:25:25 AM UTC+2, Fidel N wrote: Hey, Im on holidays and I cant test that again right now, I will when I get back home, but yes, I dont think we were being sloppy, I was very concerned by that and made a lot

Re: Any way to create a hidden node?

2013-09-19 Thread Fidel N
Don't you think nodes should have attributes? I know each node has a dictionary, which is very handy, and I know about the attributes plugin, which shows the selected node attributes. But this is not what I mean. I mean standard attributes. IMO, directives should also be attributes of a node.

Re: Any way to create a hidden node?

2013-09-19 Thread Fidel N
Thats exactly what I meant, glad that the reason why it doesnt exist is that it requires time to implement, not that its bad idea. Just added this to my when-I-fully-understand-Leo-Code-todo-lists. On Thursday, September 19, 2013 3:02:05 PM UTC+2, Jacob Peck wrote: As the subject states, I'm

Re: Any way to create a hidden node?

2013-09-19 Thread Fidel N
Thank you for the clarification Edward, it was very helpful. I will study it thoroughly since looks like deeply understanding that differentiation will make me realize of some very interesting concepts. On Thursday, September 19, 2013 3:02:05 PM UTC+2, Jacob Peck wrote: As the subject states,

Re: Possible bug: ScriptFile.py not generating correctly (ignores text after @others)

2013-09-14 Thread Fidel N
Hey, Im on holidays and I cant test that again right now, I will when I get back home, but yes, I dont think we were being sloppy, I was very concerned by that and made a lot of tests!! hehe. And it was very straight forward to reproduce, so if it doesnt happen, its very possible its gone hehe.

Re: Very peculiar problem: Managing Leo Slave window with its own EventLoop

2013-09-08 Thread Fidel N
!! hehe... So I will bother about translating into kivy later on, with the functionality already working on Leo. Thanks for the reads tho =) On Saturday, September 7, 2013 7:05:55 PM UTC+2, Fidel N wrote: After some help from Kivy developershttps://groups.google.com/forum/#!topic/kivy-users

Very peculiar problem: Managing Leo Slave window with its own EventLoop

2013-09-06 Thread Fidel N
Hi: Im finishing the Kivy Gui for Leo. I got to the point that I can command it from Leo (Build buttons, change the layout, well do anything) and those buttons do commands in Leo. As I said, that Gui can be used in Andriod, IOS, etc, using leo files as source. I will develop this better when I

Re: Leo-based (mini) file manager

2013-09-05 Thread Fidel N
What do you guys think of this? Given we have: A - Node with PathA B - Child of A, with path relative to parent. Represents a file (or just a path..) C - Node with PathC And PathA not equal PathC: Whenever the user moved node B from its current position into being a child of C (Any node

Re: Change default text editor

2013-09-03 Thread Fidel N
to edit nodes. You can also change the external editor directly from Leo by executing this as a Leo script: g.app.db['LEO_EDITOR'] = gvim which changes the r-click menu Edit with.. entry. On Mon, Sep 2, 2013 at 3:42 PM, Fidel N fidel...@gmail.com javascript: wrote: Ye sounds like a bug

Change default text editor

2013-09-02 Thread Fidel N
Hi: I have been searching for an hour how to set the editor to Notepad++ instead of Windows default notepad, and I just cant find how to. Searched for editor in leosettings, leopyref and in groups without sucess. Could anyone point me towards the place to do that? Thanks. -- You received

Re: Change default text editor

2013-09-02 Thread Fidel N
to know (since already searched but without success) is how to change the path from LeoEditor since the other solution did neither solve it for me. On Monday, September 2, 2013 8:02:25 PM UTC+2, Jacob Peck wrote: On 9/2/2013 1:00 PM, Fidel N wrote: Hi: I have been searching for an hour

Re: Change default text editor

2013-09-02 Thread Fidel N
it is in leopyref instead of leosettings =\ On Monday, September 2, 2013 8:39:18 PM UTC+2, Jacob Peck wrote: On 9/2/2013 2:06 PM, Fidel N wrote: Haha yes thanks for the answer, been there done that, but still after doing that and restarting Leo, whenever I rightclick any node in Leo I still get the edit

Re: Change default text editor

2013-09-02 Thread Fidel N
, September 2, 2013 7:00:35 PM UTC+2, Fidel N wrote: Hi: I have been searching for an hour how to set the editor to Notepad++ instead of Windows default notepad, and I just cant find how to. Searched for editor in leosettings, leopyref and in groups without sucess. Could anyone point me towards

Leo Editor + Image recognition for automating processes

2013-09-01 Thread Fidel N
Hi: Im having a conversation with Sikuli developers on how to mix both LeoEditor and Sikuli for making LeoEditor able to transform its data into actions. (Adding image recognition to Leo) Im willing to use Sikuli instead of AHK since Sikuli is multi-platform (unlike AHK, only for windows), and

Re: Crazy idea - LeOS?

2013-09-01 Thread Fidel N
I don't stop thinking how Leo can become the brain of a device, due to its code-data merging possibilities combined with the outlining structure. For this, I always thought as having to adapt Leo to the OS of each device once the working structure of such brain is developed. But never thought

<    1   2   3   4