Piotr I noticed with #[sort|by:edited|order:desc]] to sort by most recently edited items, it only works on the child bulletpoints, not children of children bulletpoints
I think this sort should look at the latest item edited in that area. Example:
B should sit at the top when I typed in asdfasdfasdf on B’s child bulletpoint after pressing the sort button
C when I added zzz sorts as intended
I’ll modify your script later probably to reflect the new change, albeit it might require adding lots of new code though
I disagree, it’s clear now that all possible sorts are applied to first level children. When you modify that behaviour for your one specific use case this whole thing will become inconsistent. You can think about new way to implement sorting by children of children of children of … and build/extend syntax and UI for specifying which level items must be considered as candidates to compare. It would be very useful to have this in this script, but I have no time to do this myself, I can merge your code if you wish and if you can build that.
Vincent, I’m afraid that you will need to create new Dynalist just for yourself - your ideas for changing things are never ending This time I’m prepared - you can change colors in stylish .Node .showXItems-wrapper { border: 1px solid #000; color: #000; } .Node .showXItems-wrapper:hover { border: 1px solid #000; color: #000; }
As for other suggestions - it’s impossible with my implementation, and I don’t know if this is even possible at all with the way in which DL treats items in DOM, but anyway, I unfortunately don’t have time to reimplement things which are already working in the way I need.
Hi Piotr: I received your response regarding the basics of installing the Powerpack over at the GreasyFork.org. So I am transferring my communications over here so that you’ll get the messages quick. For the record, you had responded as follows:
Hi, sorry, I didn’t get any notification about your question.
Scripts like this one are working only in browsers. You need first install extension for your browser, one from the list on homepage https://greasyfork.org/
After that you need to click green install button here https://greasyfork.org/en/scripts/30048-dynalist-powerpack
If script is installed you need to click icon in top left corner in your Dynalist document (please see Youtube video from Dynalist PowerPack - Guides and examples - Dynalist to see what I’m talking about)
Themes from userstyles should not interfere with that, I’m using my own theme and everything is fine.
btw piotr, this is the sort function I’m starting to use the most often (Also, because it is useful in most applications in dynalist)
#[sort|by:created|order:asc]]
change this to desc as needed
#[sort|by:created|order:desc]]
I organize problems by when I first get them, so this makes sense for me. But sometimes I’m adding notes near top of list, or sometimes at bottom. Normally I’m looking at two-three different docs on my 24" vertical monitor, so sometimes these notes will be at the bottom of screen, other times at top (Varies depending how long / complex each child bulletpoint topic is)
but since I can just sort everything afterward this lets me take notes either way (from top of list or at bottom)
The sort never changes like #[sort:by:edited] so there’s a lot of consistency to sorting by created date
This way I can take notes for either project / course and add items to reference manual simply by scrolling up or down, adding items to the manual from top or bottom, sort by created later
Press shortcut (set it first in PowerPack settings ) while your cursor is on item (or when item/tree is selected) and
if this item wasn’t bookmarked, the bookmark will be created and titled automatically (you will only see notification popup on top-right, bookmark pane will not be opened if it is not already open)
if this item was already bookmarked, the bookmark will be deleted without any confirmation box, you will see notification popup in top-right corner
This is wonderful and really helpful for me, thank you for all your hard work Piotr!!
I hate to reply to every new version with another request, but do you think there could be a similar shortcut to grab the link of the currently editing item (without pop up) at some point too (no rush, take a rest!!)?
Hi, not yet. I use the dark theme. At some point in the discussion, I’m sort of remembering that it doesn’t work out very well for dark themes? If so, I might change to light theme.
What browser are you using? Have you installed Tampermonkey extension in your browser? Have you installed this script https://greasyfork.org/scripts/30048-dynalist-powerpack with Tampermonkey? I don’t know on which step you are