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
    181434
    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.
    • cvp
      cvp @ihf last edited by

      @ihf sorting on dates

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

        @cvp just checking in. Are you still in rewrite mode or have you “ moved on”?

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

          @ihf I am sincerely sorry to let you down like this. I finished the modification of "ScrollView instead of TableView" mode but the first tests are catastrophic and I haven't (yet?) found the courage to debug. Why your question? Do you have new requests or are you having too many problems with the current version? Or have you decided not to use it anymore?

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

            @cvp To answer your last question first, I definitely still use it regularly. It does crash Pythonista occasionally so that is mostly what reminded me to ask you about a revised version. I have not thought about any further enhancements as I did not want to complicate your rewrite.

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

              @ihf I hate myself for having become so lazy and for not finding the energy or the motivation to debug my modified version

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

                Dare I ask, any progress on the rewrite? I only as because I was just entering something into a new outline and it crashed, probably for the same reasons as before and it reminded me how much I seem to depend on it. Perhaps Pythonista was the best choice for prototyping on ios but not the best production environment for a script this complex?

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

                  @ihf said

                  any progress on the rewrite

                  Not at all, shame on me. I've to say that I don't spend anymore a lot of time in Pythonista. Only sometimes, some short answers in the forum, but no more a big script, even for myself.
                  But, anyway, it would be a rewrite always in Pythonista. Or do you mean a conversion in Pyto, which has also a lot of crashes, and no real support from the developer, no answer to questions.

                  Pythonista was the best choice for prototyping on ios

                  Not only prototyping, also for such a script, but without any correction for years. That's why Pyto could be better because the developer is 18 years old and we can hope she would update her app during years, excepted if she is very busy in her studies or later job.

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

                    @cvp I am happy to use Pyto if you think it would be better but in the meantime I will continue to use Outline as it is. I don't know if I am the only one using it but I certainly appreciate all of your hard work on it.

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

                      @ihf let's make a deal. In April, I'm very busy, including vacations in Italy, but I promise to spend my free time in May trying to fix bugs in the ScrollView version of Outline. If after that, it doesn't get better, I will abandon this direction. And I'll be sincerely sorry to let you down, but at some point I have to decide on an ending. Converting to Pyto seems doable to me but a work of several months.

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

                        @cvp In my limited experience using Pyto, it is buggier than Pythonista. However, given that the Pyto creator is maintaining it and it is OSS, there is some hope that it will become more reliable. I agree with your plan and that this was not meant to be a lifelong project :-)

                        I wish you a very enjoyable vacation!

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

                          @cvp There may already be a way to do this that I have forgotten but I wanted to take some text and paste it into Outline such that each line (delimited by EOL) would be a new outline element. In other words, if I paste in 5 lines of text to a new outline, I would get elements 1.0 thru 5.0. Related question, is there a way to take one element and break it into multiple elements?

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

                            @ihf no, sorry, that does not exist. I'll think about it

                            Related question, is there a way to take one element and break it into multiple elements?

                            No but that could be a good new functionality

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

                              @cvp I sometimes take notes in another app and I want them to be an Outline so an easy way to import them would be very useful.

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

                                @ihf I understand the request, I already think about it, but so long time I did not touch this script 😢

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

                                  @ihf You know that there is a way to copy selected lines of an outline and paste them via the popup menu.

                                  I'll try to reuse this code but I need to differentiate both cases. Not a little work

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

                                    @cvp The thing I really miss is undo/redo but I know you said that was a major issue.

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

                                      @ihf yes, I can understand but I think that you can forget it, unfortunately because it had never correctly worked with TableView where I have to delete/insert rows, but in the future, if ScrollView work with my own array of rows, who can say...

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

                                        @ihf new V01.33 and outline.versions with

                                        Version V01.33
                                          - add new "paste_text" option in popup menu to add multiple rows after the
                                            selected one by copying several lines from another note/text
                                        

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

                                          @cvp I tried copying some text from another notes app and went to Outline. It pasted the text perfectly. However, if I click on the outline level to get the menu (on iPhone) it no longer displays properly.

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

                                            @ihf said

                                            it no longer displays properly

                                            What does that mean ? Example? Perhaps I need to shorten the line if too long

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB Forums | Contributors