Open in new tab, sorting, embedding, separators and other "improvements"

New version with new feature: Sorting

installation / update as always: https://greasyfork.org/scripts/30048-dynalist-powerpack

  • mark all children items or only fragment (with tags, you can see syntax in example below and in popup with settings)
  • multiple places to sort in one document - sort all at once with shortcut or click on rendered button to sort in one place
  • manual or auto sorting
  • sort by multiple types of values (a-z, numbers, colors, dates) with asc/desc order
  • it take about 5 seconds to sort 1000 items with completely random strings like “09ankHFXlQ1jzQ3693Jr”

Some examples before activation: (click on image or open in new tab to see all image, it’s more than 3000px height)

After activation:


@Vincent_Tang you can now use css to remove bullets and/or change height of node with separator, this looks ok with default theme:
.separator { height: 20px; margin-top: -7px; margin-left: -25px; } .separator .Node-bullet { display: none; }

1 Like