There is a perennial problem when one wants to give a Leo outline to someone else. It happens when an outline contains external files, or images to display, or any other data files that might be needed. For example, an article written with the Viewrendered3 plugin in mind, or for a Sphinx document, must have its resources available or it cannot work.
Having a zip file of all file assets would work as well with some implementation of a VFS by the program utilizing it I presume.
That's good to know. It seems to me that the main challenge would be for Leo to know just what to have in the package. External files would be easy, but for example image files - how to know about them could be a real challenge. I'm thinking that an outline could contain an @resources node, where the user could add anything that Leo didn't know about. Not ideal, but perhaps necessary.
It seems to me that the main challenge would be for Leo to know just what to have in the package. External files would be easy, but for example image files - how to know about them could be a real challenge. I'm thinking that an outline could contain an @resources node, where the user could add anything that Leo didn't know about. Not ideal, but perhaps necessary.
I have seen this function referred to as "Pack and Go" in other software that is widely used - SolidWorks, AutoCAD for starters.
Now this is interesting! I wasn't considering huge image files, most just "ordinary" ones like photos, screenshots, or graphs that would be common images to want to include with, for example, a markdown document. I'll read up on your links. Thanks!
Hi,
What we do, is that we package the associated files to a data
narrative as a Fossil[1] repository, with versioned and
unversioned files. Versioned files are used for the ones where we
want to track the history and the unversioned are used for raster
files (for example, PDF outputs for the data stories or PNG/JPG)
images. This gives us a pretty simple infrastructure to exchange
and publish our resources, that can travel in a single file. It's
like .zip but with history.
[1] https://fossil-scm.org
I think that, via Fossil, SQLite as an application format is a
pretty powerful tool. Some related docs and videos below:
My 100 pesos,
Offray
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/516d7db0-e2e9-4fdf-9197-0a10f869edfbn%40googlegroups.com.