On Saturday, July 8, 2023 at 8:28:09 AM UTC-4 Edward K. Ream wrote: On Sat, Jul 8, 2023 at 6:47 AM Thomas Passin <[email protected]> wrote:
Using the ekr-tweak-unls branch breaks both the bookmarks and zettel tabbed apps. I will look into what isn't working, but in the zettel browser, I see it's looking for and can't find expressions like 'unl://#tom.20220910123825.1', which is not a legacy unl. This is not proper new gnx-based unl, which must start with 'unl:gnx:' 'unl:gnx://#tom.20220910123825.1' It's unlikely that Leo generated this unl. In the case of the bookmarks manager, it can't find expressions like 'unl://tabbed_bookmarks_manager.leo:#@bookmark-collection (starter set)-->Python-->5 Python GUI Frameworks to Create Desktop, Web, and Even Mobile\xa0Apps. %7C Towards Data Science'. Escapes may be the culprit here. I don't see how Leo can be responsible for non-standard unls that various plugins generate. Edward These apps worked a week ago. I had already adapted them for the big PR and checked that they work. Part of that was handling an escape that hadn't needed to be handled previously (%3E for ">"). But here's another that doesn't have strange escaped characters and doesn't work either: 'unl://tabbed_bookmarks_manager.leo:#@bookmark-collection (starter set)-->Python-->Python IAQ Infrequently Answered Questions'. These unls are constructed on the fly when the user makes a query. I suppose it won't be too hard to make this work again. I don't want to put in the work unless the code is going to be stable. So far I've been chasing a moving target. -- 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/45564d32-080a-429e-9fe2-4099d00c17b2n%40googlegroups.com.
