dokuwiki-plugin-data icon indicating copy to clipboard operation
dokuwiki-plugin-data copied to clipboard

Numeric sorting, sort by multiple columns

Open jnv opened this issue 7 years ago • 4 comments

Most functionality was in sortnumerically branch already, I have just fixed merge conflicts and added tests.

The usage is as follows:

sort    : ^(num)volume,^name
  • multiple columns are comma separated
  • columns prefixed with (num) will be cast as integer

Refs: #78, #108, #175.

jnv avatar Oct 22 '16 17:10 jnv

Will this branch be ever merged to master? After recent update my numeric sorting broke and I cannot repair it

Xeenych avatar Apr 13 '17 08:04 Xeenych

Let's ping @splitbrain what's their stance on this feature.

jnv avatar Apr 13 '17 09:04 jnv

I see the plugin is still being updated. Is there any chance this feature could be merged?

jnv avatar Oct 17 '18 21:10 jnv

Note that I'm still keeping this PR in sync with the master branch. If you need this functionality, you can use the master branch of my fork: https://github.com/jnv/dokuwiki-plugin-data

jnv avatar Dec 06 '22 10:12 jnv