UNLs with << Section >> references

2013-11-14 Thread Largo84
Suppose I have a node: @file Somefile.txt Within that file I want a UNL reference link that points to a << Section >> reference to another location that might look like this: C:\SomeWork.leo#@chapters-->@chapter Chapter One-->Node 1-->@file Another File.txt--><< Section >> Leo throws an 'undef

Re: My first screencast: using clones in everyday workflow

2013-11-16 Thread Largo84
Thanks, Edward! These are great. I use Camtasia Studio also and find it very easy to work with, good choice. Will these videos be linked from Leo's web site? I see that some others already are. Rob On Saturday, November 16, 2013 11:27:08 AM UTC-5, Edward K. Ream wrote: > > http

spellpyx.txt not valid

2013-11-16 Thread Largo84
I just installed Leo 4.11 final on both a Win7 and a Win8 machine (Leo 4.11 final, build 5020, 2012-02-26 13:18:08 -0600, Python 2.7.3, qt version 4.8.4, Windows 6, 2, 9200, 2) At first get this: can not create: C:\Program Files (x86)\Leo-4.11-final\leo\plugins\spellpyx.txt Then after copying

Re: spellpyx.txt not valid

2013-11-16 Thread Largo84
t; On 11/16/2013 8:35 PM, Largo84 wrote: > > I just installed Leo 4.11 final on both a Win7 and a Win8 machine (Leo > > 4.11 final, build 5020, 2012-02-26 13:18:08 -0600, Python 2.7.3, qt > > version 4.8.4, Windows 6, 2, 9200, 2) > > > > At first get this: >

Re: Asap: find/replace that newbies can use

2013-11-17 Thread Largo84
Great news! I have always avoided using find/replace in Leo because it was much more counter-intuitive than other editors. Rob... On Sunday, November 17, 2013 5:45:23 AM UTC-5, Edward K. Ream wrote: > > I am shocked by the response to the Find/Replace tutorial. > > Leo must have

PyEnchant questions about local dictionary

2013-11-18 Thread Largo84
Looking in the LeoSettings.leo file, I find the following node: Spell Checking Leo's spell checker requires PyEnchant to be installed. See: http://www.rfk.id.au/software/pyenchant/tutorial.html#installation That link returns a 404 error. I believe the correct link s/b: http://pythonhosted.org/pye

Can 'sidecar' files carry outline structure?

2013-12-12 Thread Largo84
Advance apology if this has already been considered and discarded as impractical, stupid or whatever (since I'm not a programmer),but I work with raw image files in photography that have 'sidecar' files (XMP) that carry the metadata and editing instructions (they're nothing more than glorif

Tabbed UI weirdness on Mac

2014-02-17 Thread Largo84
After much wailing and gnashing of teeth I finally got Leo to run on Mac OS (Mavericks). Now trying to get my tabbed UI I'm used to from Windows to work the same way on the Mac. A few things I see: 1. --gui=qttabs is apparently not the default on this installation, any idea how to make it

New Mac installation; wrong PyQT

2014-08-15 Thread Largo84
I just migrated everything over to a new Macbook Pro from an older one that had Leo working OK (installed using the Homebrew formula). I get the following error: File "/Users/rkeeney/Applications/Leo/leo/core/leoVim.py", line 14, in import PyQt4.QtCore as QtCore ImportError: dlopen(/usr/l

Re: New Mac installation; wrong PyQT

2014-08-15 Thread Largo84
15 Aug 2014 07:06:48 -0700 (PDT) > Largo84 > wrote: > > > I just migrated everything over to a new Macbook Pro from an older > > one that had Leo working OK (installed using the Homebrew formula). I > > get the following error: > > > > File "/Users/rkee

Re: New Mac installation; wrong PyQT

2014-08-17 Thread Largo84
I used homebrew to upgrade PyQt and that seemed to fix the problem. Rob On Friday, August 15, 2014 10:06:48 AM UTC-4, Largo84 wrote: > > I just migrated everything over to a new Macbook Pro from an older one > that had Leo working OK (installed using the Homebrew formula).

Bracket completion doesn't work: Win8.1

2014-10-23 Thread Largo84
Environment: Leo 4.11 final, build 20141023164759, Thu Oct 23 16:47:59 CDT 2014 Not running running from a cloned git repo Python 2.7.3, PyQt version 4.8.4 Windows post2008Server AMD64 (build 6.2.9200) I have the @bool autocomplete-brackets = True set in myLeoSettings.leo Bracket completion work

Upgrading to Py34 and QT5, Leo won't load files

2014-10-24 Thread Largo84
Trying to upgrade the working environment: 1) Installed Python 3.4.2 (64bit Windows) 2) Installed PYQT5 3) Downloaded latest Leo build (Leo 4.11 final, build 20141024060634, Fri Oct 24 06:06:34 CDT 2014) I get this in the log pane: can not open C:\Applications\Leo\Leo-141024 (that is the insta

Re: Upgrading to Py34 and QT5, Leo won't load files

2014-10-24 Thread Largo84
Good to know it's not just me:-) I tried both 64 bit and 32 bit installers and neither works. I'll see if I can get an earlier version to work. Rob.. On Friday, October 24, 2014 9:24:51 AM UTC-4, Largo84 wrote: > > Trying to upgrade the working environment: > &g

Re: Bracket completion doesn't work: Win8.1

2014-10-24 Thread Largo84
Can't really try that until/unless there's either a PyQT5 for Python 3.3 (I don't see one) or there's a fix for getting Python 3.4 to work. Shall I post bug report anyway, or just wait and see? Rob. On Thursday, October 23, 2014 9:24:21 PM UTC-4, Largo84 wr

Re: Upgrading to Py34 and QT5, Leo won't load files

2014-10-24 Thread Largo84
Tried Python 3.3 w/ PyQT5, doesn't work either. Arrrgghhh! On Friday, October 24, 2014 9:24:51 AM UTC-4, Largo84 wrote: > > Trying to upgrade the working environment: > > 1) Installed Python 3.4.2 (64bit Windows) > 2) Installed PYQT5 > 3) Downloaded latest Leo build

Re: Bracket completion doesn't work: Win8.1

2014-10-24 Thread Largo84
PyQT5 doesn't work either: Leo 5.0d1, build 20141024184424, Fri Oct 24 18:44:24 CDT 2014 Git repo info: branch = master, commit = 939718661bcb Python 3.3.3, PyQt version 5.2.0 Windows 8 AMD64 (build 6.2.9200) On Thursday, October 23, 2014 9:24:21 PM UTC-4, Largo84 wrote: > > Environ

Re: Upgrading to Py34 and QT5, Leo won't load files

2014-10-24 Thread Largo84
not import name SIGNAL I don't really use this plugin, so it's not a big deal for me, but thought it might be useful to know. Rob.. On Friday, October 24, 2014 9:24:51 AM UTC-4, Largo84 wrote: > > Trying to upgrade the working environment: > > 1) Installed Python

Focus changes using abbreviations

2014-11-22 Thread Largo84
Leo 5.0b2, build 20141121084819, Fri Nov 21 08:48:19 CST 2014 Git repo info: branch = master, commit = 8618fe9d83c5 Python 3.3.3, PyQt version 5.2.0 Windows 8 AMD64 (build 6.2.9200) When editing at the end of a large block of text where all of the body text does not fit in the edit window, if I

Difference between @all and @others wrt comments/docs (@ and @c)

2014-12-19 Thread Largo84
Using the latest stable version (v5.0-final): 1) Create an @file node 2) Indicate @language (I tried this with html, xml and tex) 3) Create a node with comments (doc strings) as in: @ Some comments. @c 4) Use the @others command to include the node(s). The output file has proper comment markers a

Re: Difference between @all and @others wrt comments/docs (@ and @c)

2014-12-19 Thread Largo84
AM UTC-5, Largo84 wrote: > > Using the latest stable version (v5.0-final): > > 1) Create an @file node > 2) Indicate @language (I tried this with html, xml and tex) > 3) Create a node with comments (doc strings) as in: > @ > Some comments. > @c > 4) Use the @others

Re: android outliners...

2015-01-08 Thread Largo84
I'd love to find an Android tool that works with files I can also view and edit from DropBox on my PC *and* on my Mac. I have NoteLynx, but haven't used it much. Rob... On Thursday, January 8, 2015 at 1:06:15 PM UTC-5, Todd Mars wrote: > > > I like NoteLynx; It's html based with some javasc

@auto-rst vs. @nosent

2015-02-14 Thread Largo84
I've been following the recent discussion about replacing @auto with @nosent (and by extension, @auto-rst). Now, maybe I'm missing something obvious, but when I change my @auto-rst files to @nosent files, the resulting files do not contain the RST section headers that were automatically added b

Re: @auto-rst vs. @nosent

2015-02-14 Thread Largo84
nse, looks like I'll need to keep using @auto-rst for the foreseeable future. Rob.. On Saturday, February 14, 2015 at 1:13:29 PM UTC-5, Edward K. Ream wrote: > > > > On Sat, Feb 14, 2015 at 9:55 AM, Largo84 > > wrote: > >> ​...when I change my @auto-rst files t

@persistence (related to @auto-rst)

2015-02-15 Thread Largo84
these nodes contain a line of the form gnx: largo84..(that's my user name) 3. What purpose(es) do these serve? What's the implication if I delete them? Curiouser and curiouser Rob -- You received this message because you are subscribed to the Google Grou

Re: @persistence (related to @auto-rst)

2015-02-16 Thread Largo84
Just did a quick documentation search (on LeoEditor.com) for more information about gnx's and uA's. I found only a small reference in the Appendix to the debut of gnx's in 4.1, nothing more about how to make them useful. There's no mention at all about uA's. I don't even know what it's an acron

Re: Any reason to keep @auto or @shadow?

2015-02-18 Thread Largo84
Why not @clean? Just a thought Rob... On Wednesday, February 18, 2015 at 2:26:08 AM UTC-5, Matt Wilkie wrote: > > ...a thought now changed since I've caught up with the rest of this week's > conversations and learned that @auto needs to stay in deprecated mode for > at least a little while.

Re: @clean is now the preferred spelling of @nosent

2015-02-20 Thread Largo84
After years of using (and benefitting from) Leo, I'm glad I could finally give something back:-) Rob... On Friday, February 20, 2015 at 10:30:24 AM UTC-5, Edward K. Ream wrote: > > I'll be updating the docs soon. > > If you decide to change lots of @nosent nodes to @clean nodes, be aware > t

uA's practical usage questions

2015-02-20 Thread Largo84
After searching through LeoDoc.leo for help on uA's, I was able to determine only that it's an acronym for unknownAttibute and some technical programming notes that doesn't make much sense to me. It seems like a potentially useful tool, but I can't find anything on how to actually create (write

Re: uA's practical usage questions

2015-02-20 Thread Largo84
tags.py plugin uses > them to store tags. It has a UI that lets you deal with this rather than > writing scripts :) > > There's also the attrib_edit.py plugin (I think?) which provides a generic > interface for modifying uAs. > > Hope this helps! > -->Jake > On 2/

Characters changed in @nosent xml files

2015-02-23 Thread Largo84
I have a number of @nosent ...xml files that are triggering node recovery on read using the most recent Leo pull. It appears that it's trying to change one of the characters (the divide-by character, summary below): old: AS ÷ new: AS ÷ Any idea why it's doing this or how to prevent it? Rob

Re: Characters changed in @nosent xml files

2015-02-23 Thread Largo84
uts to various unicode characters using an @clean node. The Leo file wouldn't even open as it choked reading the file. Hope that helps. Rob... On Monday, February 23, 2015 at 10:33:19 AM UTC-5, Largo84 wrote: > > I have a number of @nosent ...xml files that are triggering node re

Re: Characters changed in @nosent xml files

2015-02-23 Thread Largo84
icode (not sure I really understand the difference). Rob. On Monday, February 23, 2015 at 11:52:28 AM UTC-5, Edward K. Ream wrote: > > > > On Mon, Feb 23, 2015 at 9:33 AM, Largo84 > > wrote: > >> I have a number of @nosent ...xml files that are triggering node reco

Re: Characters changed in @nosent xml files

2015-02-23 Thread Largo84
Try to read in the attached file which contains only one line: 221 Ý The error message is quite long and I don't know how to copy it from the terminal window (it doesn't show up in the log pane). Rob.. On Monday, February 23, 2015 at 12:28:50 PM UTC-5, Largo84 wrote: > >

Re: Characters changed in @nosent xml files

2015-02-23 Thread Largo84
File "C:\Python33\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 5: character maps to On Monday, February 23, 2015 at 12:46:20 PM UTC-

Re: Characters changed in @nosent xml files

2015-02-25 Thread Largo84
There is clearly a difference between how @file and @clean handle the extended ASCII characters I'm working with. A few easy experiments show that @file 'round trips' the characters intact, while @clean does not. Should I file a bug report? Rob... -- You received this message because you a

Re: Characters changed in @nosent xml files

2015-02-26 Thread Largo84
Issue posted today here <https://github.com/leo-editor/leo-editor/issues/140>. Rob. On Thursday, February 26, 2015 at 3:40:06 AM UTC-5, Edward K. Ream wrote: > > > On Wed, Feb 25, 2015 at 2:55 PM, Largo84 > > wrote: > >> There is clearly a difference between h

Updating docs

2015-03-16 Thread Largo84
I'm really glad the docs are being updated. I know that's a monumental task. I only use a fraction of Leo's commands, mostly because I don't even know what they're supposed to accomplish. A few examples: 1) There are seven 'Rectangle' commands. Running help-for-command Rectangle yields the foll

Re: Updating docs

2015-03-19 Thread Largo84
Mon, Mar 16, 2015 at 4:35 PM, 'Terry Brown' via leo-editor > ​> wrote: > >> On Mon, 16 Mar 2015 14:18:23 -0700 (PDT) >> Largo84 > wrote: >> >> > I'm really glad the docs are being updated. I know that's a >> > monumental task. I

Re: Less is more: a major revision to Leo's docs

2015-03-19 Thread Largo84
This is great and very helpful. Not sure if this is an error or simply not understanding something on my part. The following is on the website: extract-names (Ctrl-Shift-Command) I don't have a 'Command' key so I looked in the menu and on my Win7 PC, the menu suggests Ctrl-Shift-N Rob..

Sentinel commentary on web site

2015-03-27 Thread Largo84
There's so much more very useful information on the documentation page of Leo's web site, especially the commands reference! I was just reviewing it and came across this commentary on clones: http://leoeditor.com/theory.html#leo-must-have-sentinels-even-without-clones Considering @clean, is tha

Re: Left Gutter line numbers in body pane

2015-04-02 Thread Largo84
I think that would be useful, but it might be somewhat problematic considering which line number to display. Would it simply display the line number for that node (pretty straightforward I would think)? Or suppose the node is from an external file, would the line number correspond to the flat f

Close Leo to pull from GitHub?

2015-04-02 Thread Largo84
This may be a stupid question, but it's not obvious to me. Should I close an open instance of Leo before making a pull request from GitHub to update my Leo version? My instinct suggests that I should for the same reason that it's typical for a program to need to close before installing updates.

Re: Cardiac stress test tomorrow

2015-04-06 Thread Largo84
Yikes! Best wishes. Rob.. On Sunday, April 5, 2015 at 10:17:58 PM UTC-4, Edward K. Ream wrote: > > Tomorrow morning I'll be undergoing a cardiac stress test. I have felt a > bit off physically lately. Will keep you informed. > > Edward > -- You received this message because you a

Is @clean broken?

2015-04-06 Thread Largo84
Leo 5.1-b1, build 20150405093635, Sun Apr 5 09:36:35 CDT 2015 Git repo info: branch = master, commit = f1b15c84b0aa Python 3.3.2, PyQt version 4.8.4 Windows 7 AMD64 (build 6.1.7601) SP1 New this morning when I save a .leo file containing @clean nodes with changes, no changes are written to the f

Re: Is @clean broken?

2015-04-06 Thread Largo84
> > ​Whoops! Will fix immediately.​ > ​ > Well don't try this while on the treadmill:-( -- 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..

Clone Wars, another perspective

2015-04-10 Thread Largo84
Sorry for the Star Wars reference, I couldn't resist. I've been trying to follow the conversations about clones and bookmarks (or clones vs bookmarks), and it occurs to me that what attracted me to Leo to begin with was clones. However, I almost never use clones the way Edward uses them as a wa

Re: Clone Wars, another perspective

2015-04-10 Thread Largo84
Terry, as much as I would like to use clones across files, I don't (for the reasons you stated). However, within the same files they work just fine. Rob... On Friday, April 10, 2015 at 5:35:49 PM UTC-4, Terry Brown wrote: > > On Fri, 10 Apr 2015 13:34:35 -0700 (PDT)

Re: Clone Wars, another perspective

2015-04-11 Thread Largo84
ier to fix something right there than to go back to the original. Rob. On Friday, April 10, 2015 at 5:35:49 PM UTC-4, Terry Brown wrote: > > On Fri, 10 Apr 2015 13:34:35 -0700 (PDT) > Largo84 > wrote: > > > Sorry for the Star Wars reference, I couldn't resist. >

Re: Rev 419a82d changes handling of orphan bits

2015-04-28 Thread Largo84
Just got several of these error messages: orphan bit in @file blah.blah Should I just ignore the error? Rob On Friday, April 17, 2015 at 7:04:38 AM UTC-4, Edward K. Ream wrote: > > Rev 419a82d changes several aspects of how Leo handles the so-called > orphan bit in vnodes. These ar

Re: Rev 419a82d changes handling of orphan bits

2015-04-28 Thread Largo84
Cool, thanks! Yes, I stay pretty current w/ GitHub. On Tuesday, April 28, 2015 at 11:12:24 AM UTC-4, Edward K. Ream wrote: > > On Tue, Apr 28, 2015 at 9:39 AM, Largo84 > > wrote: > >> Just got several of these error messages: >> >> orphan bit in @file blah.bl

Insertion point for abbreviations

2015-04-29 Thread Largo84
Was there a recent change in how abbreviations handle the insertion point? Up until yesterday, my abbreviations worked as expected and allowed for me to start typing over the block (<|text|>). Today, the insertion point goes to the end of the abbreviation. Is that intentional or an artifact of s

Win 8.1 trouble w/ new installation

2015-06-10 Thread Largo84
Trying to install on a new PC (Win8.1). I already have Leo running successfully on another Win8.1 machine, so not sure why this installation isn't working. 1) I'm using the latest repo clone from Git. 2) I've installed both Python 3.4 and 2.7 and the corresponding PyQt versions. 3) For both 3.4

Re: Win 8.1 trouble w/ new installation

2015-06-10 Thread Largo84
ibuteError: 'NoneType' object has no attribute 'QFrame' Is that any help? On Wednesday, June 10, 2015 at 8:16:02 PM UTC-4, Largo84 wrote: > > Trying to install on a new PC (Win8.1). I already have Leo running > successfully on another Win8.1 machine, so not sure wh

Re: Win 8.1 trouble w/ new installation

2015-06-11 Thread Largo84
Not sure why, but the 64 bit installation doesn't work, but the 32 bit version does. Rob.. On Thursday, June 11, 2015 at 6:20:06 AM UTC-4, Edward K. Ream wrote: > > ​​ > On Wed, Jun 10, 2015 at 7:23 PM, Largo84 > > wrote: > >> OK, sort of answered part of

Re: Win 8.1 trouble w/ new installation

2015-06-13 Thread Largo84
Of course that's what I would expect. That's why I was puzzled as I installed the 64 bit version of Python (or at least thought I did). Rob. On Friday, June 12, 2015 at 5:43:26 PM UTC-4, Edward K. Ream wrote: > > > > On Thu, Jun 11, 2015 at 9:21 PM, Largo84 > > w

Re: Win 8.1 trouble w/ new installation

2015-06-14 Thread Largo84
that the PyQt 64 bit version didn't work. As usual, user error (that's what I get for making assumptions). Rob... On Saturday, June 13, 2015 at 4:46:16 PM UTC-4, Largo84 wrote: > > Of course that's what I would expect. That's why I was puzzled as I > instal

@others in @clean files (html)

2015-10-11 Thread Largo84
Wondering why "@others" text shows up in the external @clean and @shadow files of html language files? If this is expected behavior, how should I create child nodes that expand where I want them to as in: @language html @others Now, if I create a Latex file, I don't see this behavior, as

Re: @others in @clean files (html)

2015-10-12 Thread Largo84
Maybe I answered my own question. It appears that the HTML file had an @all in the top node. When I removed that the problem went away. Sorry for the bother. Rob. On Sunday, October 11, 2015 at 11:21:29 PM UTC-4, Largo84 wrote: > > Wondering why "@others" text shows up

Re: My last lecture. Part 1: Why Leo is noteworthy

2015-10-20 Thread Largo84
This post makes me realize (again) how much of Leo I don't understand or use. I use Leo just about every day for work and personal writing (mostly LaTex and some HTML). I didn't think I would find a tool to replace ECCO, but Leo proved up to the task (I never use ECCO anymore except to print ca

Session doesn't recognize mapped network locations on restore

2015-10-26 Thread Largo84
Scenario: 1) session-snapshot-save creates an entry for some .leo file located on a network drive (in my case \\nas-6e-04-fc\) 2) session-snapshot-load does not open that file location (though it opens others on letter drives as in C:\Users\Rob\...) 3) The network drive is also mapped to a le

ECCO refugees?

2015-11-05 Thread Largo84
To Don (and others who have already migrated or are considering migrating to Leo from ECCO Pro): ECCO Pro was a terrific program back in the '90s that allowed for multiple views of the same data in an outline-centric display with most of the capabilities of a PIM. Unfortunately, the developers

Re: Session doesn't recognize mapped network locations on restore

2015-11-05 Thread Largo84
Haven't seen any replies so I'm wondering if I should post this as a bug? Rob.. -- 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...@googleg

Cut node shortcut disappeared (CTRL-SHIFT-X)

2015-11-10 Thread Largo84
In Windows, that KB shortcut no longer does anything. The only way that I can see to cut (delete to clipboard) a node is to right-click and delete. I run the latest pull from GitHub and noticed this change recently, but I can't say for sure which version caused the change. Anyone else seeing thi

Re: Cut node shortcut disappeared (CTRL-SHIFT-X)

2015-11-15 Thread Largo84
Looks like it was user error (mine). It's working now, not sure what I was seeing before??? Sorry, was out of town for a week and couldn't experiment. On Tuesday, November 10, 2015 at 2:25:27 PM UTC-5, Largo84 wrote: > > In Windows, that KB shortcut no longer does anything. The

Can't run on Mac as different user

2015-11-23 Thread Largo84
Any idea why Leo won't run from a different user account on a Mac? The last three lines in the Terminal log pane are: import leo.plugins.qt_text as qt_text File "/Users/Shared/leo-editor/leo/plugins/qt_text.py", line 434, in class LeoLineTextWidget(QtWidgets.QFrame): AttributeError: 'N

Re: Can't run on Mac as different user

2015-11-24 Thread Largo84
on Macs Qt does not >> install the same for all users. >> >> On Monday, November 23, 2015 at 11:15:37 AM UTC-5, Largo84 wrote: >>> >>> Any idea why Leo won't run from a different user account on a Mac? The >>> last three lines i

Data set on unsupported clipboard mode. QMimeData object will be deleted.

2015-11-24 Thread Largo84
I don't recall seeing this message in the startup log (terminal window) before today. I just updated to the most current version on GitHub. reading settings in C:\Users\Rob\.leo\workbook.leo Data set on unsupported clipboard mode. QMimeData object will be deleted. cleaning C:\Users\Rob\.leo\spell

Re: Data set on unsupported clipboard mode. QMimeData object will be deleted.

2015-11-24 Thread Largo84
Hmm, sorry I don't really understand what any of that means, but I'm not sure I need to. As a practical matter, should I be concerned about losing data or is this simply a change in the way Leo 'behaves'? Rob. On Tuesday, November 24, 2015 at 10:12:18 AM UTC-5,

Re: Can't run on Mac as different user

2015-11-25 Thread Largo84
That would be a good idea, but Leo won't start enough to get that information, it fails before any of that information is displayed in the terminal log. Rob. On Monday, November 23, 2015 at 11:15:37 AM UTC-5, Largo84 wrote: > > Any idea why Leo won't run from a different u

Re: Can't run on Mac as different user

2015-11-25 Thread Largo84
st recent call last): File "", line 1, in ImportError: No module named PyQt4 Wondering why PyQt isn't 'visible' to all users when installed using Homebrew. Rob.. On Monday, November 23, 2015 at 11:15:37 AM UTC-5, Largo84 wrote: > > Any idea why Leo won&

Re: ability to support Windows 'outlook:' protocol in URLs?

2016-01-14 Thread Largo84
Based on my reading of this Microsoft update , that may no longer be possible for Outlook 2007 and above. Rob On Tuesday, January 12, 2016 at 4:04:40 PM UTC-5, jkn wrote: > > Hi Edward (mainly) > > Windows has a somewhat-supported a

Re: Looking to engage a Leo expert in a paid project

2016-01-19 Thread Largo84
I'm interested in your project as an 'ECCO refuge', but I'm not much of a programmer, so I don't know how much help I can be (except as an interested observer and possibly beta tester). Rob On Friday, January 15, 2016 at 12:21:05 PM UTC-5, Richard Andersen wrote: > > Hello all. > >

Re: Looking to engage a Leo expert in a paid project

2016-01-22 Thread Largo84
I think Leo can be the killer PIM of all time (no, not an exaggeration). It seems there could be ways to 'hook' into other APIs (like CardDav and CalDav), I just don't have the programming 'chops' to do it. However, I'd be willing to pitch in on a crowdfunding project (as long as the final prod

Documentation search weirdness

2016-01-22 Thread Largo84
Try searching the Leo web site for @file (or any @XXX directive for that matter). Nothing comes up. Remove the '@' and maybe too much comes up (depending on what you're looking for). Is this a built-in limitation of the search algorithm? On a related note, I

Re: Code Academy: real Leo programmers use git

2016-01-29 Thread Largo84
This is all great stuff. Yes, been using Git for a while now to stay current on the code base. I've often wondered if there's also an easier way to share code snippets and scripts. There's Leo wiki that would be ideal for that, but it hasn't been edited in over 4

Re: Code Academy: real Leo programmers use git

2016-01-29 Thread Largo84
gt; prettier, we could use github pages to make an index or something. > > BTW, anyone know how to stop google-groups hiding my email address ( > terry_...@yahoo.com )? I can't find the setting. > > Cheers -Terry > > -- > *From:* Largo84 > >

Re: Code Academy: OMG, I grok task-oriented docs

2016-01-30 Thread Largo84
Perfect, that's how I approach any new body of technical knowledge, i.e. 'How does this help me solve a problem or accomplish some task?' It's harder when I have to wade through tons of seemingly irrelevant stuff to get to something that answers that question. At my age and situation (starting

Re: Code academy: icons

2016-01-30 Thread Largo84
I struggled w/ Git at first too, but found that Sourcetree made it a lot easier for me. I still don't really 'get Git', but I'm using it nonetheless. For pull requests only, it's pretty simple. Rob... On Saturday, January 30, 20

Attributes vs. Relationships

2016-02-16 Thread Largo84
I'm following with much interest the recent discussions on data structures and possible new directions for Leo. Sorry in advance if this new post hashes old ground, but it seemed to be somewhat of a different approach (or question). It would be really cool to better expose the uA's and make the

Re: Attributes vs. Relationships

2016-02-16 Thread Largo84
by the same node 'x', so 'x' > is a collecting point for nodes related in a particular way. > > So Rob I'm not disagreeing with you or even perhaps responding to what > you're saying directly, just saying that I've seen "adding descriptive &g

Re: Attributes vs. Relationships

2016-02-16 Thread Largo84
-) > > I'm not sure how tractable the API is for using backlinks in scripts, > there's some support I think, and of course more can be added if there's > demand. > > Cheers -Terry > > -- > *From:* Largo84 > > *To:* leo-editor &

Re: Attributes vs. Relationships

2016-02-17 Thread Largo84
16 Feb 2016 20:32:03 -0800 (PST) > Largo84 > wrote: > > > Maybe a stupid question, but where do I find the plugin? It doesn't > > load from the standard GitHub repo. > > They're in the standard repo. - let me check the names... > > backlink.py > g

Re: Session doesn't recognize mapped network locations on restore

2016-03-02 Thread Largo84
e error. Rob. On Wednesday, March 2, 2016 at 7:03:17 PM UTC-5, Edward K. Ream wrote: > > On Mon, Oct 26, 2015 at 6:13 PM, Largo84 > > wrote: > >> Scenario: >> 1) session-snapshot-save creates an entry for some .leo file located on a >> network drive (in my

Re: Session doesn't recognize mapped network locations on restore

2016-03-02 Thread Largo84
Just posted issue on GitHub. Rob On Wednesday, March 2, 2016 at 11:41:09 PM UTC-5, Largo84 wrote: > > Well, I finally got sessions to load then save on close as a command line > option and that works fine. I haven't tried using the 'manual' approach > r

Re: Data set on unsupported clipboard mode. QMimeData object will be deleted.

2016-03-02 Thread Largo84
, Edward K. Ream wrote: > > On Tue, Nov 24, 2015 at 1:39 PM, 'Terry Brown' via leo-editor < > leo-e...@googlegroups.com > wrote: > > On Tue, 24 Nov 2015 10:47:08 -0800 (PST) >> Largo84 > wrote: >> >> > As a practical matter, should I be concer

Bookmarks plugin errors

2016-03-15 Thread Largo84
Python 3.4.3, PyQt version 5.4.1 Windows 8 AMD64 (build 6.2.9200) The following errors in the terminal window when loading .leo files with the bookmarks.py plugin enabled: Traceback (most recent call last): File "D:\Synced\github repos\leo\leo\plugins\bookmarks.py", line 426, in minimumSize

MD or RST?

2016-03-25 Thread Largo84
Edward's recent post about simplifying Leo prompted a question that I've had for some time. How are markdown and reStructured Text different, and more importantly, why (or when) choose one over the other? My guess is that they are different 'dialects' of a similar language, but with somewhat di

Click links not working

2016-03-30 Thread Largo84
Not sure if these issues are related, but they seemed to coincide with recent Github pulls. 1) Click links no longer triggers the link to open. I can still use the Open URL command in the header right-click menu. That's not helpful if there's more than one link in a node. 2) I get the followin

Re: d614f5a: Improved initial directories in open/save dialogs

2016-03-31 Thread Largo84
That will be a nice improvement, thanks! Rob.. On Thursday, March 31, 2016 at 6:59:22 AM UTC-4, Edward K. Ream wrote: > > This request has been around for a long time > . > > If the selected node is an @ node, or descen

Re: can leo editor prompt file changed

2016-04-08 Thread Largo84
I found the setting in the main leoSettings.leo (config folder). However, it makes me wonder about a bigger question. I will of course want to add that new setting to myLeoSettings.leo, but since that file was created from a much older Leo version, what other settings might be missing that I mi

Re: @auto-md does nothing

2016-04-09 Thread Largo84
A major difference between @clean and @auto (I use @auto-rst) is that the external file includes headline text in @auto and *not* in @clean. That's a big deal for me and I think should be better documented in the chart of differences. Also a reason I don't think @auto can be completely deprecate

Re: @bool check_for_changed_external_files not usable over slow network

2016-04-15 Thread Largo84
Now I know why Leo has suddenly become slow and unresponsive. On one of my slower machines, it doesn't work at all. I agree that True probably shouldn't be the default setting unless/until there's a different way to make it work without impacting the regular workings of the program. Rob

Autocompletion like NPP

2016-04-20 Thread Largo84
Just now reading up on Leo's Autocompletion feature and comparing to how Notepad++ does it . It appears that Leo's AC feature is tied exclusively to the Python language. I

-c command line option fails

2016-04-20 Thread Largo84
According to documentation, I should be able to load custom settings file using the -c command line option . However, when I add that to my batch file (Win10 shortcut), launching Leo fails. I don't get enough info from the termina

Re: -c command line option fails

2016-04-21 Thread Largo84
. So, how would I get Leo to look in a non-default location for a custom settings file on startup? Rob... On Thursday, April 21, 2016 at 12:09:36 PM UTC-4, Edward K. Ream wrote: > > On Wed, Apr 20, 2016 at 10:27 PM, Largo84 > > wrote: > >> According to documentation,

Re: Leo's HOME directory

2016-04-21 Thread Largo84
Sorry I don't know the whole back story on this, but why was this plugin disabled? What's the alternative way to explicitly specify a different HOME directory than the OS default? Rob On Sunday, December 14, 2008 at 5:22:32 PM UTC-5, Edward K. Ream wrote: > > On Sun, Dec 14, 2008 at

Re: Autocompletion like NPP

2016-04-22 Thread Largo84
Thanks for the clarifying comments. Yes, for me as a writer (not a programmer much), the NPP feature of showing all words in the current file makes writing longish documents so much easier. I will file an enhancement request understanding this may not be a high priority or even easy to do. Rob

xml (html) parser ignores tags

2016-05-19 Thread Largo84
ie a imperdiet at, blandit in ipsum. Copyright © 2016 | Largo84 Design inspired by Lorem Ipsum

Re: xml (html) parser ignores tags

2016-05-20 Thread Largo84
want (e.g. , , and many others). I tried with and without a similar @data import_html_tags with the same results (not really sure I know why to use one over the other). Rob. On Friday, May 20, 2016 at 8:02:40 AM UTC-4, Edward K. Ream wrote: > > ​> ​ > On Thu, May 19, 201

  1   2   3   4   >