Outliner with drag/drop reordering - part 2
-
@ccc thanks for the advice
-
@ihf do you mean the code added for
Version V01.36 - in addition to save outline in calendar event on 01 January 2042, copy outline¥content in clipboard and run Clipboard_to_DataJar shortcut to also save outline in DataJar store as pair key=outline name value=outline content
If yes, the code is only
clipboard.set(self.file + '¥' + notes) url_scheme = 'shortcuts://x-callback-url/run-shortcut?name=Clipboard_to_DataJar&input=clipboard&x-success=pythonista://' webbrowser.open(url_scheme)
You could comment or remove it or do you want a particular new version for it?
-
@cvp I commented those lines out. I'll let you know if it helps.
-
@ihf thanks, good luck
-
This post is deleted!last edited by
-
@ihf sais
I commented those lines out. I'll let you know if it helps.
And? Still freezing?
on my side, I didn't have much time and energy to test the version with ScrollView a lot. Lots of problems: slower, crashes etc... What if now Pythonista doesn't run well under iPadOS 16? What else can we hope for? Are you still using outline.py?
-
@cvp In answer to your last question first, YES, I am still using outline. As far as freezing, it seems pretty stable since I commented out the lines related to the Shortcut and DataJar. Of course, I haven't tried to put them back to see if the freezing returns but it is a decent assumption that that was (at least one) cause of the problems I was seeing.
-
@ihf said
it is a decent assumption that that was (at least one) cause of the problems I was seeing
Unhappily, I don't see any other way to start the Data Jar app.
-
@cvp I guess it is worth testing to see what happens when the DataJar app is running already and when it is not.
-
@ihf Good idea, give me some news