On Fri, Oct 25, 2013 at 11:09 PM, Matt Wilkie wrote:
> very nice Brian! I think you're on to something. I've not tried it
> before, or thought of it for that matter, but css can be applied to xml -
> http://edutechwiki.unige.ch/en/CSS_for_XML_tutorial.
>
Oh this is way too cool. I started with
On Fri, Oct 25, 2013 at 6:01 PM, Brian Theado wrote:
> I played around
> with creating some html/css which could display example leo tree
> structure just as it would appear in leo itself.
>
> Check out the result here: http://jsfiddle.net/YFsNL/ (the result is
> rendered in the bottom right "pane
On Thu, Oct 24, 2013 at 4:13 AM, Matt Wilkie wrote:
[...]
>
> illustrations!
>
> Some of what makes the docs hard, both to write and to read, is determining
> where to put things. If this text was accompanied with an illustration little
> to no extra explanation would be necessary.
[...]
>
> (No
Thanks for the tip.
I think this is really a question of how to make a proper myLeoSettings
file (I did uncomment bookmarks.py in my new myLeoSettings) . I will tinker
to see what is going wrong.
About bookmarks: I noticed that if I use viewrender and then close the
viewrender panel (Alt-0) t
In the 'Specify settings' section can you clarify if these should be in the
document being written or in myLeosettings.leo ?
If they can be part of the document should they be in a separate node?
Your efforts on the documentation are appreciated.
Thanks
Lewis
On Saturday, October 26, 2013 2:50:
On Fri, 25 Oct 2013 13:51:40 -0700 (PDT)
wgw wrote:
> I followed Terry's bookmark video, got everything working (neat!) and then
> recreated my myLeoSettings.leo by copying from the leoSettings.leo file.
> With the new myLeoSettings things have gone sideways; the bookmarks plugin
> does not lo
I followed Terry's bookmark video, got everything working (neat!) and then
recreated my myLeoSettings.leo by copying from the leoSettings.leo file.
With the new myLeoSettings things have gone sideways; the bookmarks plugin
does not load.
The error I am getting is:
> NO _leo_bookmarks_show:
On Friday, 25 October 2013 15:59:09 UTC+1, Edward K. Ream wrote:
>
>
> The fixes are on the web. Thanks for pointing this out.
>
Thanks Edward.
I'm quite enjoying getting to grips with the API, with a view to
implementing a first pass at my preferred node movement behaviour. Don't
hold your br
I installed docutils, and now the example that I previously created does
work. Yay!
I am still unclear as to the function of the settings, as it doesn't seem
to matter whether I have them or not.
And I still don't know what sphinx is about.
Phil
--
You received this message because you are su
Ok, I use Leo quite a bit, but only for a small subset of its capabilities.
I've never used rst before, nor even tried to understand what its good for.
So maybe I'm a good test case. ;)
I'm using Leo 4.11 devel, build 5637.
1) I did not know I needed docutils. The tutorial should mention somet
H?! in my eyes, this flow just clone from git work flow?
- cleanness files ~= work space
- cache ~=stage index
- shadow ~= local repo.
- .leo ~= remote repo.
with local DVCS's hook:
- Nancy always face cleanness files, but when commit
- Hooks generate sentinels file base @shadow algorithm
On Fri, Oct 25, 2013 at 10:49 AM, Zoom.Quiet wrote:
> > Thanks for the quote. Is this your name? 人生苦短
> >
> - not ;-)
> - 人生苦短 meas: life is short
>
> - my realy name is 周琦, as spell Zhou Qi
>
Thanks for the correction. I am enjoying your lessons about Chinese.
Your proper name is now at:
http://leoeditor.com/tutorial-rst3.html
This was not easy. All suggestions welcome.
Edward
--
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..
2013/10/25 Edward K. Ream :
> On Thu, Oct 24, 2013 at 9:59 PM, Zoom.Quiet wrote:
>>
>> Leo is my Favorites Mind Capsule ;-)
>> - she can contain all kinds of my Works (novel, code, slides,
>> documents...)
>> - and she can magic record my chaos mind in same time and same place
>> and NOT Disturb m
On Monday, October 21, 2013 5:58:14 PM UTC-5, jkn wrote:
You have two lists of methods: 'operations on nodes' and 'moving positions':
>
> i) I think the contents two lists are supposed to be mutually exclusive;
> is that right?
>
Yes.
> ii) if so, then note that p.moveAfter(), p.movetoroot()
On Fri, Oct 25, 2013 at 8:22 AM, Kent Tenney wrote:
> Right, and though I'm a Leo fan, I always end up doing some
> or most editing in vim, for a number of reasons, so I'd never
> allow sentinels in my files. It takes a commitment to the unique
> benefits of Leo to sentinelize files, one I wouldn
On Fri, Oct 25, 2013 at 8:33 AM, Kent Tenney wrote:
> Nice!
>
Thanks. This is the best Aha I've had in a long time.
>
> Can this machinery go in core? an opportunity to
> demonstrate the power of the Leo framework.?
>
That's a packaging issue. leoShadow.py is the obvious place, but it might
And the dulcet tones of a Kiwi accent ... swoon ...
On Fri, Oct 25, 2013 at 8:50 AM, Kent Tenney wrote:
> Inspiration indeed.
>
> Right, nothing worse than a video which reduces to a couple sentences,
> nothing better than a video which takes a bunch of instructions referring
> to proprietary not
Inspiration indeed.
Right, nothing worse than a video which reduces to a couple sentences,
nothing better than a video which takes a bunch of instructions referring
to proprietary notions and demonstrates how intuitive it is in the flesh.
Bookmarks are also cross-file, no? I think I had that set
On 10/25/2013 9:33 AM, Kent Tenney wrote:
>Bzr is the obvious first choice.
Not obvious to me, of the dozens of repos I've cloned, I think
Leo is the only bzr one: 90% git 9% mercurial
Ditto, but it's probably obvious as Leo is on bzr.
-->Jake
--
You received this message because you are subs
Nice!
Can this machinery go in core? an opportunity to
demonstrate the power of the Leo framework.?
If this moves forward you might want to write it up as a story:
'How I stopped worrying and made peace with the sentinelphobes'
then submit the story to various tech magazines and online venues.
A
Right, and though I'm a Leo fan, I always end up doing some
or most editing in vim, for a number of reasons, so I'd never
allow sentinels in my files. It takes a commitment to the unique
benefits of Leo to sentinelize files, one I wouldn't expect from
a newbie. That's why I think the hook should be
On Thu, Oct 24, 2013 at 2:55 AM, Matt Wilkie wrote:
> I found Steve's description of using Leo as a design tool, with ease-full
> generation of working code being almost secondary, inspiring and
> illuminating in a way that many of other attempts to describe Leo don't
> have. (Edward's brother S
On Thu, Oct 24, 2013 at 9:59 PM, Zoom.Quiet wrote:
> Leo is my Favorites Mind Capsule ;-)
> - she can contain all kinds of my Works (novel, code, slides, documents...)
> - and she can magic record my chaos mind in same time and same place
> and NOT Disturb my working...
> - livin Leo, make me fre
Org mode is kinda like Leo for Emacs: http://orgmode.org/manual/index.html
As a result of "convergent evolution" it has many of Leo's features:
- Outline commands:
http://orgmode.org/manual/Structure-editing.html#Structure-editing
- To-do lists: http://orgmode.org/manual/TODO-Items.html#TODO-It
On Wed, Oct 23, 2013 at 9:08 PM, Largo84 wrote:
> After reading several posts by Edward about clones and refresh-from-disk
> command dangers, I've come to the conclusion that I may be using clones
> incorrectly, or at least having unrealistic expectations for them.
>
I suspect so. And if you ar
On Thu, Oct 24, 2013 at 1:38 PM, Steve Litt wrote:
> You're right. IRC can be distracting. You need to be able to ignore it
> when necessary, and *never* set audible alerts or anything else
> distracting.
>
I've just set up an irc client and am now on #leo as edreamleo.
If you want to get my
On Thu, Oct 24, 2013 at 8:31 PM, Terry Brown wrote:
> I used the `gtk-recordmydesktop` front end to `recordmydesktop` in
> Ubuntu. recordmydesktop produced an .ogv file, uploading that to vimeo
>
> failed (even though vimeo extracted thumbnails from it ok), so I ran it
>
> through avconv:
>
On Fri, Oct 25, 2013 at 12:56 AM, Matt Wilkie wrote:
>
> A preview: I make a clone of anything I'm working on, and move it to the
>> *last* node of the outline. This can be a multi-step process.
>
>
> ...It's amazing to me how much easier things are when there's is nothing
> in the way underneat
29 matches
Mail list logo