Update in duplication feature
before: even when multiple items were selected, only the first one was duplicated
now: itās possible to duplicate multiple items, both with and without children
before: even when multiple items were selected, only the first one was duplicated
now: itās possible to duplicate multiple items, both with and without children
Piotr awesome stuff as ever
By the way, is this feature possible? I would use it all the time
If this could be implemented this would be a huge game changer for me
it seems the duplicate feature + grab node link handles the functions it needs, but one seperate feature for this would be nice
probably
Thanks to your script, Iām consolidating more documents and using bookmarks. But Iāve hit an issue about the order of the bookmarks. It seems not possible to order them manually and they donāt seem to be ordered alphabetically. Are they ordered according to when they were added? If so, it is possible to have them ordered alphabetically, or according to their position in the document?
Much appreciated.
You are talking about option āAttach bookmarks as filters to corresponding documentsā, right? With this option deactivated you should be able to change order manually in bookmark pane.
It was sorted from bottom to top, because the first one from bookmark pane was added first, the second one was added before that, and so forth. Bookmarks has no date of creation or any other meaningful data, so it can be order only alphabetically or by the order in bookmark pane. Itās good idea to change this to be in alphabetical order, you can reinstall script, it should be working that way now https://greasyfork.org/en/scripts/30048-dynalist-powerpack
Iāve updated the script, but it hasnāt changed the order. I deactivated āAttach bookmarks as filters to corresponding documentsā and altered the order, but this seemed to appear in reverse order when the option was re-activated.
I changed the version to 0.11, please update it again, maybe it wasnāt correctly updated when the version wasnāt changed. I checked it in different browsers and attached bookmarks are always sorted a-z. I have no idea why this would not work for you
Yeah, that works now.
Cool.
Iām focusing now only on counters, thatās gonna be gigantic. Mathematical calculations, referencing items and values within them even from different documents, variables and all that crazy excel-ish stuff. Basic things are working already, all looks promising in code, I just need to design syntax and UI for that which will probably takes more than a month
Yes!! If you need a beta tester
@Piotr @Erica I would love this would be implemented natively ! its an awesome work ! what do you guys think
I think the current situation is great, people who want these additional features can download the PowerPack, while others can use Dynalist as-is. These improvements surely are helpful to some, but they also add complexity to those who donāt need it.
What do you think, @Piotr?
although the ākanbanā hack its a very good one
and the option for sorting things has been very requested
I second to that. Sorting has been incredibly helpful (as well as the combined view for tags, documents and bookmarks).
these colors didnt need to know any html hex codes, just #font + lavender / fuchsia, etc very useful
Iām ok with that, I want to use DL for years, and I will maintain this script as long as it will be technically possible to use it. There is one drawback - itās not working in desktop apps (so no secure offline work for fans of sorting etc). Maybe you can create in the future some native plugin mechanism (+ repository of plugins created and maintained by community, like IDEA and other IDEs are doing) inside the app?
Thatās what @Shida envisioned as well, but as you probably understand, it requires us to rewrite all of our code to make everything extensible. Probably rewriting some of our own functionality as plugins as well, kinda like Flarumās design.
Also, I donā think itās possible to just copy paste your code into our codebase and call it a day (given youāve given us permission), since we should use more native ways to integrate the functionality. As I understand the PowerPack, there are limitations you have to work around since you only have access to the global DYNALIST object. In any case, both the UI and the actual code needs to be rewritten before merging the code.
@Leonardo_Muzkiz_Ramo @Rodion_Y
Re: sorting, weāre thinking of making it a menu option with shortcut, rather than using tags.
Re: Kanban style, we actually have a different idea about how to implement it. What you did is more like what we call the āsplit screenā feature, which allow you to work on different documents at once. iframe is probably the easiest way, but itās heavy on RAM usage and such. The Kanban view we imagined displays children of the current list as panes, and the childrenās children as cards in a pane, like Trello. In the Kanban view, you can zoom in as well to reveal the children of the grandchildren of the current listā¦ not sure if that makes sense, but it still displays a single document/list.
@Piotr: congrats on making the most popular topic in the entire forum, by the way!
wow I like that you and shida had already in mind how to implement these features (and even in a more optimised way )
a real KanBan (trello like) sounds awesome
you can use whatever you want, ideas, code, ui elements, donāt need to ask me if you want something from my work in the future
I agree, what Iām doing is basically hacking/playing and experimenting constantly while Iām learning JS, so itās a mess right now.
There are, but after this month of playing with it I can do in code everything what I can do in UI, thatās cool enough
It makes perfect sense, I was hoping for that, I was using Notion before DL and the functionality of multiple horizontal blocks was great. With DL capabilities it will be even better!
Split screen + workspaces is also very useful feature, moo.do is doing this very well, I hope you will borrow this idea : )
thanks
and itās only a warm upā¦