I'll have a look. All I wanted to do for now is edit some already existing JSON files.
I think all the @auto should always behave essentially the same way, and that means for me that I can use it to read in any arbitrary file, not just one that was created by Leo. I was using @clean already, but was hoping the @auto would be able to represent the JSON structure in the outline somehow. I realize this is hardly possible, because Leo can't know what to write into the headlines, or even to which level of nodes to go. I guess I will need write a custom importer for this, since I need 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 <[email protected]> wrote: > >> 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: > > > The problem you are having could be called a confusing result of > featuritis. If all you want to do is represent json in an outline, you can > just use @clean x.json. > > @auto x.json or (alternatively) @auto-json x.txt creates a json > representation of the outline, complete with a representation of gnx's, > uA's, etc. To see this in action, create the original file with @auto > x.json, write the external file, and take a look at the result. > > HTH. Please feel free to ask more questions. > > 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/307f6ee3-a72a-47cf-8882-652a4de1b254n%40googlegroups.com.
