omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Outliner with drag/drop reordering - part 2

    Pythonista
    9
    594
    181419
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ihf
      ihf last edited by

      @cvp yes, I was just thinking that without any even minimal interaction capability and given the size of the display and the amount of text it can show, reading outlines on the watch may be of limited utility. But without trying it, I can’t really know for sure.

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @ihf last edited by cvp

        @ihf if you want to try on an Apple Watch, create a calendar event

        • in calendar named "Outline"
        • on 2022/01/01 01:00
        • notes = text of your outline like seen by Files/send to app/.txt

        See it with this shortcut

        1 Reply Last reply Reply Quote 0
        • ihf
          ihf last edited by

          @cvp I had to change the date in the Shortcut to 1/1/2022 01:00 but it worked well…very fast on the watch.

          cvp 1 Reply Last reply Reply Quote 0
          • cvp
            cvp @ihf last edited by

            @ihf yes, sorry, 01:01. Do you think you could use it on your watch? If yes, do you want I modify outline.py to generate such an event? And if yes, agree for calendar name, date, time?

            1 Reply Last reply Reply Quote 0
            • ihf
              ihf last edited by

              @cvp yes, it is usable on the watch and is a good enhancement

              1 Reply Last reply Reply Quote 0
              • ihf
                ihf last edited by

                @cvp I was trying to get someone to try out Outline and they did not have the support files. They got the message in the console that had links to the 5 or so support scripts. Could you possibly change that so that if it does not find the files, it asks if the user wants to do the download (using requests)? It could greatly simplify getting someone started with Outline.

                cvp 1 Reply Last reply Reply Quote 0
                • cvp
                  cvp @ihf last edited by

                  @ihf I know and it is on my todo list but not yet done (I'm in a foreign country for the week).

                  1 Reply Last reply Reply Quote 0
                  • cvp
                    cvp last edited by

                    @ihf V01.05 and outline.versions with

                    Version V01.05
                      - automatic download of needed modules 
                    

                    It seems that for blackmamba module, this automatic process does not work.
                    If it is the case, you get in the console an explanation message to download the blackmamba folder.

                    It is only needed to execute in the console the installation action foreseen by the author:

                    import requests as r; exec(r.get('http://bit.ly/get-blackmamba').text)

                    1 Reply Last reply Reply Quote 0
                    • ihf
                      ihf last edited by

                      @cvp I ran v1.05 on my iPad and it gave 4 messages about needing modules that were already there (not sure which but I think it include swizzle and gestures). After accepting, the script ran fine. Perhaps it is not looking in all the valid places?

                      cvp 2 Replies Last reply Reply Quote 0
                      • cvp
                        cvp @ihf last edited by cvp

                        @ihf said:

                        Perhaps it is not looking in all the valid places?

                        Perhaps you did not install them at the right place 😂
                        I guess they are all in sites-packages, except blackmamba in sites-packages-3 (done by author installation process)

                        Nb I don't have these messages, thus....please move them at the right place

                        1 Reply Last reply Reply Quote 0
                        • cvp
                          cvp last edited by cvp

                          @ihf V01.06 and outline.versions with

                          Version V01.06
                            - add/update calendar event at each outline file save, with
                              - calendar = Outline
                              - start/end date = 20220101 01:01
                              - title = outline file name
                              - notes = outline text
                              nb: to be used on Apple Watch via shortcuts
                          
                          1 Reply Last reply Reply Quote 0
                          • cvp
                            cvp @ihf last edited by

                            @ihf Please, give me some feedback about Apple Watch and Mac (Safari web page) solutions.

                            1 Reply Last reply Reply Quote 0
                            • ihf
                              ihf last edited by

                              @cvp The new save to calendar worked fine on my iPhone. However, I then ran it on my iPad with the same Outline and it wrote a second (modified) calendar item with same name. The Shortcut seems to pickup the older one (I presume should only be one).
                              I’ll check out the Mac reader shortly.

                              cvp 1 Reply Last reply Reply Quote 0
                              • cvp
                                cvp @ihf last edited by cvp

                                @ihf said

                                The Shortcut seems to pickup the older one

                                I got the same problem during some time, exactly like if the Apple Watch kept a cache of the previous calendar event notes, because there was only one event in the calendar.
                                iCloud updating of the calendar event takes some time... Not the first time I note that.

                                1 Reply Last reply Reply Quote 0
                                • ihf
                                  ihf last edited by

                                  @cvp It’s hours later and there are still 2 calendar items with same name.

                                  cvp 1 Reply Last reply Reply Quote 0
                                  • cvp
                                    cvp @ihf last edited by cvp

                                    @ihf Weird becuse when I create an event, I store its unique id (event title is not a key) in the outline file and when I update an outline file, I reuse this id to update the event, I don't create a 2nd one.
                                    Did you use the outline.py on two devices on the same outline?

                                    Édit: when you have tested the shortcut, days before The last version of outline.py, you had created manually an event to test the shortcut. Before testing the V01.06, did you remove these manual events? Perhaps, one of your two events is manual and the other automatic?

                                    1 Reply Last reply Reply Quote 0
                                    • cvp
                                      cvp last edited by cvp

                                      @ihf V01.07 and outline.versions with

                                      Version V01.07
                                        - correction of bug "when automatic event was already existing, 
                                          updating the outline did not update the event. Only add was ok"
                                      

                                      but anyway, this bug does not explain how you could have two same events, please read and check my edit part in my previous post, and give feedback, thanks

                                      1 Reply Last reply Reply Quote 0
                                      • ihf
                                        ihf last edited by

                                        @cvp I thought I had deleted the manual event but I suppose it’s possible that I did not. And yes I edited the same outline on two devices.

                                        1 Reply Last reply Reply Quote 0
                                        • ihf
                                          ihf last edited by ihf

                                          @cvp I think I’m getting a little confused. I deleted the duplicate events and downloaded the latest version of outline.py. I then opened the outline and did a save. Should that now create a calendar event or do I have to create one with no content before it will save it there? In any case, I don’t see any event created on that date.

                                          cvp 1 Reply Last reply Reply Quote 0
                                          • cvp
                                            cvp @ihf last edited by cvp

                                            @ihf I did exactly what you did:

                                            • delete existing event
                                            • open the outline
                                            • modify it (did you modify it?)
                                            • save
                                            • a new event is appeared
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB Forums | Contributors