Opening a leo file via link from leo no longer works

2022-10-15 Thread Josef
any other file in the same manner, like PDF's or Excel files seems to work just fine. - Josef -- 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-edito

Problem: markdown export now without blank between hash and section title

2022-10-15 Thread Josef
literalli in the latex source. I need this fixed asap, because I use the Leo to markdown to latex translation a lot. Best regards, Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiv

Error messages opening a Leo file via link

2022-07-22 Thread Josef
When opening another leo file via link, for example: file:///home/josef/xyz.leo I get the following messages in the log pane: Leo 6.6.4-devel, devel branch, build c8ff87e51a 2022-07-22 05:57:22 -0500 Python 3.10.4, PyQt version 5.15.3 linux read outline in 0.04 seconds g.handleUrl: exception

LeoInteg: cannot connect to server

2022-06-25 Thread Josef
I am trying to contect to the Server, but always get: Leo Server Connection Failed: Websocket closed, code 1006. The server does get lauched, according to the output in VSC. I am running leo from a script under kubuntu 22.04 and with a git installation of leo 6.6.3-devel - Josef -- You

Re: Missing buttons on Find Tab

2022-02-24 Thread Josef
wrote: > There haven't been buttons there for a long time, as best I know. I've > never seen one for "find-all". The others have keystrokes, shown on the > panel. > They are all commands that can be dispatched in the minibuffer. > > On Thursday, February 24, 202

Missing buttons on Find Tab

2022-02-24 Thread Josef
s to use, like "F3" for "find-next" etc. There is no way to use "find-all" (not that I would know what that does). Do I have a broken setup, or is this intentional? Leo Log Window Leo 6.6b1, master branch, build c1bddc3131 2021-11-28 04:31:32 -0600 Python 3.7.3, PyQt

Re: Leo's python development is nearing its end

2022-02-24 Thread Josef
Does that mean I will have to learn TypeScript to write little Leo extensions in the future? On Friday, February 18, 2022 at 5:41:36 PM UTC+1 Edward K. Ream wrote: > Leo 6.6 may be the last substantial release in Leo's history. At present, > the 6.6 to-do list >

Re: How many Leo users are still using Python3.6?

2022-01-16 Thread Josef
and more importantly, I try to remain compatible with my colleagues at work, who all use either Ubuntu LTS or Debian. Josef On Thursday, January 13, 2022 at 10:27:28 PM UTC+1 Edward K. Ream wrote: > On Thu, Jan 13, 2022 at 3:28 PM vitalije wrote: > >> Python3.6 is already deprecat

Re: generic JSON importer fails

2022-01-11 Thread Josef
to edit (some large) JSON files quite often. On Monday, January 10, 2022 at 11:05:36 PM UTC+1 Edward K. Ream wrote: > On Tue, Jan 4, 2022 at 5:40 AM Josef wrote: > >> import with at_auto afile.json fails: the body remains empty, at least >> when the top level entity is an o

save file menu confusion

2022-01-04 Thread Josef
Leo has a File->Save As Zipped menu entry. When I select this, the file selector menu selects files of type "Leo files (*.leojs). Another menu entry File->Save-File-As-Zipped shows "Leo files (*.db)". I think the menu entries and the underlying actions do not quite match up. using: Leo 6.6b1,

generic JSON importer fails

2022-01-04 Thread Josef
import with at_auto afile.json fails: the body remains empty, at least when the top level entity is an object (e.g. a pair of curly braces). For example this fails: @language json { "doctitle": "Risk Register", "docno": "CIRR-LI-VHS-MA-0006", "docversion": "2", "vm": "IT", "intent": "planning",

Re: latex syntax coloring

2019-07-06 Thread Josef
Thank you for improving this. I am waiting to test this, but do not want to do a git pull right now, because I see the activepath plugin is currently broken, and I depend on that. -Josef -- You received this message because you are subscribed to the Google Groups "leo-editor&q

bug-tracker on Launchpad

2019-06-23 Thread Josef
, that this was the wrong website. Perhaps it would be a good idea to remove that bug tracker on Launchpad? - Josef -- 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, sen

Re: Use the bridge, Luke

2019-06-20 Thread Josef
hat case I agree with Terry, that it may be better to use Python. - Josef I have just created #1213 > <https://github.com/leo-editor/leo-editor/issues/1213>: support Leo's > bridge in vim. This would be a separate from Leo's vim.py plugin, and > might have advantages for

Re: Team Leo: where are you from?

2019-06-20 Thread Josef
know, or can guess, some locations, but I won't > reveal them unless it's ok with you, surveillance being what it is these > days. > > Terry Brown > Ross Burnett > Josef Dalcolmo (born in Italy, living and working in Germany) > Chris George > Bob Hossley > Seth Johnson &

Re: Team Leo

2019-06-17 Thread Josef
Wow, thank you for listing me: I feel honoured. Nice that you think my nagging is somewhat useful. I did not expect that. - Josef On Monday, June 17, 2019 at 1:48:31 PM UTC+2, Edward K. Ream wrote: > > The following people contributed significantly to Leo 6.0, via > suggestions, code

Re: ignoring a node without using sentinels

2019-06-13 Thread Josef
e I can always use @file and then @ignore will work fine. Cheers - Josef -- 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...@googlegrou

Re: ignoring a node without using sentinels

2019-06-13 Thread Josef
On Wednesday, June 12, 2019 at 5:37:06 PM UTC+2, Edward K. Ream wrote: > > > > On Wed, Jun 12, 2019 at 10:00 AM Josef > > wrote: > >> I mostly work with @clean these days, as that gives me the least grief >> when working with others, who do not use Leo

ignoring a node without using sentinels

2019-06-12 Thread Josef
. An @ignore under @clean generates an error. So there seems to be no way to ignore a node, without using sentinels - or is there? If commenting out (from the headline) would work, that would be an acceptable compromise. - Josef -- You received this message because you are subscribed

Re: No python 2 work after December 1, 2019

2019-06-06 Thread Josef
sure anyway ;-) > > But I do think Python 3 is *installed* by default on 18.04. 3.6.7 > currently. > > Cheers -Terry > > On Wed, Jun 5, 2019 at 9:36 AM Josef > wrote: > >> Correction: >> >> as far as I heard, Python 3 is already the default on the currr

Re: No python 2 work after December 1, 2019

2019-06-05 Thread Josef
Correction: as far as I heard, Python 3 is already the default on the currrent Ubuntu 18.04 LTS. I was under the wrong assumption that Python 2 is the default, because when I upgraded from 16.04 LTS to 18.04 LTS the default Python installation did not change from 2 to 3. Sorry, if I caused

Re: No python 2 work after December 1, 2019

2019-06-05 Thread Josef
On Thursday, May 2, 2019 at 1:00:23 PM UTC+2, Edward K. Ream wrote: > > December 1 of this year is a firm cutoff date for further work in the > unified python 2/3 code base that is the basis for Leo 5.9. After that, > further work would be pointless, because official support for Python 2 will

switching use-pygments within one leo file

2019-06-05 Thread Josef
syntax, e.g. those between [[ and ]] or between [=[ and ]=] etc. when it contains newlines or quotes. Should I file a bug report, or is this anyhow a "won't fix"? - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

writing a new importer/writer

2019-06-03 Thread Josef
importing/writing is done generally? Or should I first start with figuring out how to write a plugin? - Josef -- 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 ema

Re: No python 2 work after December 1, 2019

2019-05-06 Thread Josef
June 2020). - Josef On Thursday, May 2, 2019 at 1:00:23 PM UTC+2, Edward K. Ream wrote: > > December 1 of this year is a firm cutoff date for further work in the > unified python 2/3 code base that is the basis for Leo 5.9. After that, > further work would be pointless, beca

Re: Proposal: make case significant in command names

2019-05-06 Thread Josef
(easier to type), unless there is a compelling reason to depart from that (like for compatibility with VIM commands). - Josef On Monday, May 6, 2019 at 12:51:26 PM UTC+2, Edward K. Ream wrote: > > > > On Sat, May 4, 2019 at 4:04 PM > wrote: > >> For me as long as auto

Re: Good news: the end of a nonsensical dream

2019-05-06 Thread Josef
as a database front-end, like Edward suggests (I currently use "DB Browser for SQLite" for this purpose). Perhaps the Leo would be more suited as a front-end to NoSQL databases, though. - Josef On Saturday, May 4, 2019 at 7:25:24 PM UTC+2, Arjan wrote: > > I'd also be very inte

Re: Proposal: disallow nested @clean and @file nodes

2019-05-06 Thread Josef
scrap this feature. A good workaround for me is to use links (with backlinks): I insert a link to the @file node at the node where the corresponding \input sits. - Josef On Sunday, May 5, 2019 at 3:25:54 PM UTC+2, Edward K. Ream wrote: > > Don't panic: I'll allow at least a week for co

bug with nested @clean nodes

2019-04-29 Thread Josef
I just encountered a very confusing behaviour of Leo with nested @clean nodes (on Leo 5.9-final-devel): I had an @clean node, representing the main tex file with a few \input commands and an @others directive. After the first "main" node there were 3 more @clean nodes with additional tex

Re: Use LaTeX comment marker % for Leo sentinels in .tex files?

2019-04-18 Thread Josef
des over @clean nodes? - Josef -- 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 this group,

Re: All pygments work is in devel

2019-03-28 Thread Josef
to do any tests until after 10 April, though. - Josef -- 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

Re: All pygments work is in devel

2019-03-26 Thread Josef
never seen this behaviour before. - Josef -- 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 this group, send

Re: bug in JSON scanner?

2019-03-10 Thread Josef
the external file can be any ordinary Python, C, Lua, ... file. Rather, leo_json.py should use different directives, to make the difference clear. At the same time, I wish Leo would be able to read and write generic JSON files, including syntax highlighting. - Josef -- You received this message

bug in JSON scanner?

2019-03-07 Thread Josef
s no attribute 'get' I tried with something as simple as: [{"abc":"PC","xyz":"blabla"}] in a file. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from thi

Re: 2019: The year of playful prototypes

2019-03-03 Thread Josef
I am not a programmer, yet I have written an occasional script for Leo as a quick solution for a repetitive task. I have never learned enough Qt to be able to use this too, in order to mould Leo into some specialized tool, where needed. Therefore if Qt Quick gives me an easier way to do this,

Re: latex syntax coloring

2019-03-01 Thread Josef
For me some commands are not highlighted at all, others only the first letter, and some completely. Here ist my setup: Leo 5.8.1-b2 devel, build 20190213233241, Wed Feb 13 23:32:41 PST 2019 Git repo info: branch = devel, commit = 95afe636b5e8 Python 3.7.2, PyQt version 5.11.1 linux -- You

Re: latex syntax coloring

2019-03-01 Thread Josef
, PyQt version 5.11.1 linux [image: Screenshot_2019-02-27_10-01-07.png] - Josef -- 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-edito

Re: latex syntax coloring

2019-03-01 Thread Josef
[image: Screenshot_2019-02-27_10-01-07.png] On Wednesday, February 27, 2019 at 10:13:06 AM UTC+1, Josef wrote: > > > I don't seem to be able to respond to your message - all gets deleted when > I attach or insert an image. > > Leo 5.8.1-b2 devel, build 20190213233241, Wed F

Re: latex syntax coloring

2019-03-01 Thread Josef
Hi Rob, it looks different for me. The most common commands are highlighted, some (\cbstart) only the first letter, others like \lae not at all: -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving

Re: latex syntax coloring

2019-03-01 Thread Josef
4th try to respond to this - my messages get deleted! This time I try to attach a file, instead of inserting it. Leo 5.8.1-b2 devel, build 20190213233241, Wed Feb 13 23:32:41 PST 2019 Git repo info: branch = devel, commit = 95afe636b5e8 Python 3.7.2, PyQt version 5.11.1 linux - Josef -- You

Re: file manager functions

2019-03-01 Thread Josef
Hello John, On Wednesday, February 27, 2019 at 1:24:28 PM UTC+1, john lunzer wrote: > > Easiest way would probably be an @move-file button/command where you > specified a new location for the file in a popup. The command would: update > the header with the new location, save the file

Re: latex syntax coloring

2019-02-28 Thread Josef
ve such "\ " (backslash followed by a blank) macros all over the text. - Josef -- 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...

Re: latex syntax coloring

2019-02-28 Thread Josef
always the tex syntax rules and to make @language tex the default when loading .tex (or .latex) files. I am unsure about .bib files. In case one uses biblatex, they may contain tex commands, but they would really need a bit a different treatment. - Josef -- You received this message because

file manager functions

2019-02-27 Thread Josef
gets copied (or cloned). - Josef -- 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 this group,

Re: latex syntax coloring

2019-02-27 Thread Josef
[image: screenshot.png] On Wednesday, February 27, 2019 at 10:13:06 AM UTC+1, Josef wrote: > > > I don't seem to be able to respond to your message - all gets deleted when > I attach or insert an image. > > Leo 5.8.1-b2 devel, build 20190213233241, Wed Feb 13 23:32:41 PST 20

Re: latex syntax coloring

2019-02-27 Thread Josef
I don't seem to be able to respond to your message - all gets deleted. -- 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.

latex syntax coloring

2019-02-26 Thread Josef
starting with a backslash and ending before the first special or whitespace character. That would cover most user-defined commands also, because it is all one can produce with \newcommand. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor&q

nodetags: cannot delete tag

2019-02-26 Thread Josef
20190213233241, Wed Feb 13 23:32:41 PST 2019 Git repo info: branch = devel, commit = 95afe636b5e8 Python 3.7.2, PyQt version 5.11.1 linux - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiv

Re: Is it time to require Python 3?

2019-02-21 Thread Josef
his avoids any confusion and you can even have both installed at the same time. - Josef On Wednesday, February 20, 2019 at 11:32:55 AM UTC+1, Edward K. Ream wrote: > > On Tuesday, February 19, 2019 at 8:55:19 AM UTC-6, Edward K. Ream wrote: > > > ...there are costs associat

Re: Nested @clean trees" is ready for testing

2019-02-14 Thread Josef
. Now add a normal child node to the @clean goo.txt node and try to save. It won't let you. I also think it is not quite logical that a node must have an @others in order to have a child @clean node. If the child @clean node is the only child, why should there be an @others in the parent? - Josef

Re: Email importer for Leo - crazy idea or ...?

2019-02-07 Thread Josef
ee the subject too in the headline. Regarding TNEF: Since this is a Microsoft specific extension of the mail protocol, Leo would have to deal with it somehow, because the message body is packed up quite differently from the way mbox does this normally. - Josef -- You received this m

inconsistent behavior when dragging files

2019-02-07 Thread Josef
to return the file path, but should use os.relpath() instead. - Josef -- 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...@googl

Re: edit-pane-csv separator

2019-02-07 Thread Josef
Hi Terry, thank you for this update, it is a very welcome improvement - Josef -- 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-edito

Re: Email importer for Leo - crazy idea or ...?

2019-02-07 Thread Josef
I would like the idea to have a separate mbox file per message, although import from a mail reader or MTA would probably be in form of a single mbox for the whole inbox. The mbox-per-message approach should also lead to the ability link from other programs to a single message, something I have

Re: Email importer for Leo - crazy idea or ...?

2019-02-05 Thread Josef
lives in a separate world. This has become a common design strategy though: much data is bound to the program producing it, although it would be much nicer to keep data on a per project or topic basis together, not on a per-tool basis. Josef -- You received this message because you are subscribed

Re: Leo should track directory trees

2019-02-01 Thread Josef
Afterthought: It is really not *that* difficult to re-create the leo outline after some files moved, so I don't know if it is worth a lot of effort to attempt this. Still, it would be cool. - Josef On Friday, February 1, 2019 at 11:12:25 AM UTC+1, Josef wrote: > > Leo is good at staying i

Leo should track directory trees

2019-02-01 Thread Josef
hat it may be sufficient (for me) to let git track the files and just keep Leo's outline in sync with git's idea of history, since all the files which may be used by others are usually in Git anyway. - Josef -- You received this message because you are subscribed to the Google Groups "le

Re: Who should be using Leo

2019-02-01 Thread Josef
. - Josef On Thursday, January 31, 2019 at 6:47:17 PM UTC+1, Edward K. Ream wrote: > > On Wed, Jan 30, 2019 at 8:39 AM Josef > > wrote: > > > > Much has already been said, but I want to add anyway my view. > > > > I am a manager, physicist and perhaps an e

Re: Who should be using Leo

2019-01-30 Thread Josef
Oh - I forgot to mention, I use clones, but rarely, mostly because many of my leaf nodes are small, separate files. -- 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

Re: Who should be using Leo

2019-01-30 Thread Josef
Much has already been said, but I want to add anyway my view. I am a manager, physicist and perhaps an electrical engineer. I use serveral differnt editors all the time, for different reasons, like vim and scite sometime emacs. I use Leo on complex projects, involving many files. I have small

Re: looking for pre-existing text format for defining event dates in Leo

2019-01-30 Thread Josef
If you have emacs, see how it is done in org-mode. Note also, that Leo can understand already an org-mode subset. -- 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: Nested @clean trees" is ready for testing

2019-01-09 Thread Josef
Hi Edward, thanks for doing this. I would like to test it, but although I use git, I have never used branches. So, how do I check out the at-others branch (and how do I get back to the trunk?) - Josef On Tuesday, January 8, 2019 at 6:50:23 PM UTC+1, Edward K. Ream wrote: > > See #525

Re: edit-pane-csv separator

2019-01-02 Thread Josef
, 2018 at 4:15:45 PM UTC+1, Terry Brown wrote: > > On Fri, 30 Nov 2018 06:58:59 -0800 (PST) > Josef > wrote: > > > Hi Terry, > > > > after using edit-pane-csv for some time now, I have one big wish > > left: it would be great if Leo could remember th

Re: edit-pane-csv separator

2018-11-30 Thread Josef
on a regular basis, so it would be nice if Leo could remember the settings for each of these files, and it would be even better if I would not have to run the command edit-pane-csv on each file every time after I closed the associated Leo file. Cheers - Josef On Friday, August 10, 2018 at 5:38

problem reading a character with @clean

2018-11-05 Thread Josef
are able open a file with the offending character without problems, I wonder if this is to be considered a bug. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails fro

Re: language latex

2018-08-10 Thread Josef
directory, not the directory where I launched it from. Is there a better way to do this? - Josef -- 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: language latex

2018-08-07 Thread Josef
On Monday, August 6, 2018 at 3:53:20 PM UTC+2, Edward K. Ream wrote: > > On Mon, Aug 6, 2018 at 8:12 AM, Josef > > wrote: > > I would appreciate, if at least *.latex and *.sty files, would >> automatically be recognized as LaTeX. >> > > Does 6d17bb in "

Re: edit-pane-csv separator

2018-08-07 Thread Josef
Hi Terry, Am Dienstag, 7. August 2018 05:51:43 UTC+2 schrieb Terry Brown: > > On Mon, 6 Aug 2018 05:46:55 -0700 (PDT) > Josef > wrote: > > > Is there a way to set the CSV separator? > > I've made a start on this in the csv_delim branch. > > It's not fini

language latex

2018-08-06 Thread Josef
), it should suffice to color every backslash followed by any combination of letters (up to the first number or special character). I think this might be a minor change to the exisitig code. Since I have no time to look into this, I would certainly appreciate if someone else volunteers. - Josef -- You

edit-pane-csv separator

2018-08-06 Thread Josef
moved. In the case o LaTeX tables, It would be even better if the source code would get aligned as well (all the "&" aligning). Also, is this command capable of allowing fields with embedded newline characters (not just at the end of each record, but inside a string as part of the stri

zim-import

2018-03-27 Thread Josef
on regarding Zim, so if I am the only one interested in this, don't bother implementing anything. In that case I would rather suggest to remove the (in my opinion broken) import code. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor"

Re: how should an (ordinary) user install Leo on Linux?

2017-11-23 Thread Josef
I figured out how to create a new mime type for Leo, which is a prerequisite for the file association in Linux. will post my solution here soon. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving

Re: List of all *python* dependencies and why

2017-11-23 Thread Josef
It seems to me that docutils is even required for the viewrendered plugin (perhaps indirectly?) > > es = {'develop':[ > 'pylint','pyflakes', # coding syntax standards > 'pypandoc', # doc format conversion > 'twine','wheel','keyring' # Pip packaging, uploading to PyPi > ]} > ~~~ >

Re: how should an (ordinary) user install Leo on Linux?

2017-11-22 Thread Josef
e viewrendered plugin. - Josef -- 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 this group, send email

Re: viewrendered fails to load

2017-11-22 Thread Josef
I followed a suggestion of Chris George to install several dependencies of Leo and it seems since I installed docutils, viewrendered works again. Thanks Chris -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: how should an (ordinary) user install Leo on Linux?

2017-11-22 Thread Josef
. Is the viewrendered plugin working for you? - Josef -- 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 this group,

how should an (ordinary) user install Leo on Linux?

2017-11-22 Thread Josef
Although I used python occasionally since version 1.3, programming is not my main occupation. So far I have installed leo from git, but I am missing a straightforward way to configure it on my Xubuntu 16.04 machine. I do not know how to create a new mime type for it and associate it with leo

Re: viewrendered fails to load

2017-11-22 Thread Josef
that also the qsci module, is needed. I would like to know what are the prerequisites for viewrendered actually? - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails fro

Re: viewrendered fails to load

2017-11-21 Thread Josef
Hi Terry, that's easy: nothing shows up in the log. To be sure I put this into the log: import leo.plugins.viewrendered g.es('done') The output is "done", nothing else. - Josef On Monday, November 20, 2017 at 4:34:47 PM UTC+1, Terry Brown wrote: > > On Mon, 20 Nov 2017 06:

Re: viewrendered fails to load

2017-11-20 Thread Josef
Here is the log window. BTW, on the old kubuntu setup viewrendered worked with the python2 and PyQt4 that comes with kubuntu. I haven't got any other combination to work yet. This one is on my new xubuntu 16.4 installation, with python3 installed via conda and PyQt5 installed via pip. The error

viewrendered fails to load

2017-11-17 Thread Josef
ne, but viewrendered does not load. Am I missing something? What is the recommended way to install leo on linux? Note, I really would like to run it with python3, not py2. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Tabular data in Leo outlines

2017-08-30 Thread Josef
Just a few pointers relating to the topic: Recent versions of the Zim-wiki (written in Python) feature a table plug-in using a gtk widget to edit the table, which is then stored in plain text format. Org-mode defines a couple of textual table formats and Emacs org-mode has some neat features

Re: jupyter files

2017-08-29 Thread Josef
On Saturday, 26 August 2017 19:40:47 UTC+2, Edward K. Ream wrote: > > On Sat, Aug 26, 2017 at 8:30 AM, Josef <joe...@gmx.net > > wrote: > > I was hoping to be able to read into an @clean node instead of using @auto >> or @nosent, as I need to cooperate with others,

Re: jupyter files

2017-08-26 Thread Josef
On Tuesday, 22 August 2017 20:48:56 UTC+2, Edward K. Ream wrote: > > On Tue, Aug 22, 2017 at 7:32 AM, Josef <joe...@gmx.net > > wrote: > >> For me it is all about usability. >> > > ​Yes. People like you who actually use Jupyter have insights that

Re: jupyter files

2017-08-22 Thread Josef
and the calculations is done by links. I would prefer a closer integration, e.g. keep the calculations (clones?) in the document tree, however I don't see a simple way to do that - especially not when keeping compatibility with Jupyter. Josef -- You received this message because you are subscribed

jupyter files

2017-08-21 Thread Josef
haven't really found much documentation to this. How am I supposed to use the @jupyter node? Only to edit it, then run it in Jupyter notebook, or can I also run the script(s) in Leo? - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor&q

Re: problems running under python 3

2017-08-10 Thread Josef
module, when I tried to launch an executable file with -clicking. On Thursday, 10 August 2017 11:49:49 UTC+2, Edward K. Ream wrote: > > On Wednesday, August 9, 2017 at 11:38:44 AM UTC-5, Josef wrote: >> >> I seem to have some problems when running Leo on python 3 (o

problems running under python 3

2017-08-09 Thread Josef
moved to py3 because it made a script I wrote much simpler. Leo works fine when running it with py2. - Josef -- 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 ema

Re: Leo now displays trailing whitespace.....

2017-07-18 Thread Josef
; The show-invisibles command does not show newlines, which means I am missing empty lines. Empty lines, especially when the last lines in a node are important when writing rST or LaTeX. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor&q

Re: sqlite-format and settings - ideas

2017-07-06 Thread Josef
Just my 2 cents worth: you can't merge sqlite databases easily - git does not know how to do that. However, most of the time merging XML files will just do the right thing, and if not, you can look at the human readable diff to figure out what went wrong. - Josef -- You received

Re: at_clean under at_others node feature request

2017-07-06 Thread Josef
-file) tree reflecting the document structure, and use leaf nodes without children for the content. That would require an additional level for each content node - suboptimal, but I will try that too some time. - Josef -- You received this message because you are subscribed to the Google Groups

at_clean under at_others node feature request

2017-07-04 Thread Josef
where at_others is allowed. - Josef -- 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 this group,

Re: LaTex to PDF workflow using Leo

2017-05-29 Thread Josef
, the importer would have to be told about the master file and would then have to look for all the \input statements recursively (and ignoring commented out \inputs). I don't know how to solve this problem yet. - Josef On Wednesday, 12 April 2017 17:35:21 UTC+2, Edward K. Ream wrote: > >

Re: uA's as OrderedDict

2016-12-02 Thread Josef
On second thought, I realize, only the inner dict needs to be an OrderedDict, and it is the plugin itself which is responsible for that - so no need to change the uA implementation. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor&q

uA's as OrderedDict

2016-12-02 Thread Josef
I wonder if it is possible to implement the uA's as OrderedDict. That would allow the attrib_edit plugin to display the attributes in a customizable order, instead of only alphabetically. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To

Re: Leo 4.11-final released!

2013-11-13 Thread Josef
? - Josef -- 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 this group, send email to leo-editor@googlegroups.com. Visit

Re: todo or not todo

2013-10-04 Thread Josef
, line 543, in loadIcons if duedate today:TypeError: can't compare datetime.date to str TypeError: can't compare datetime.date to str - Josef -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop receiving

Re: todo or not todo

2013-10-04 Thread Josef
of initiators etc. Any chance to add such extensible fields? - Josef -- 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

Re: Why Leo isn't more popular

2013-10-04 Thread Josef
Just my 2 cents worth: I wish I could right-click on any @url (or such) or @path thing in Leo and would have an option to open up the enclosing directory of the target in the file manager of my choice. This would make it easier to mix it with other tools. - Josef -- You received this message

Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Josef
I filed bug # 1132821 The problem still persists with Rev 5605. Josef -- 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

  1   2   >