Skip to content

Releases: kraibse/obsidian-table-sorting

1.4.0

29 Apr 16:15
7b2a2b5
Compare
Choose a tag to compare

Update v1.4 - Working with the new Obsidian tables!

What's Changed

This plugin finally works with the new tables that came with the Obsidian update 1.5.x

  • I've reworked the plugin to be more mobile friendly #17 (Any testing on that regard is appreciated)
  • Upgraded preview videos by @kraibse in #14
  • Removed obsolete files && upgraded gif preview by @kraibse in #15
  • Updated README.md for better clarity by @kraibse in #16

Full Changelog: master...version-v1.4-upgrade

How can you use the new sorting system?

In the coming updates I will update the README accordingly

Open the context menu for a column

  • (desktop) - right click anywhere within a column
  • (mobile) - hold the drag handle of a column

Use any of the following options

image

  • Single column mode can be simply done by selecting either of the sorting modes
  • For multi column mode your columns need to selected first, then you can sort
  • To apply the original order, simply use the reset filters option

Known issues

There still are some things I want to get done during the 1.4.x updates. This includes:

  • polishing the icons in the dropdown
  • fixing some issues with additional table dropdown
  • code maintenance

Gladly open an issue if you find something notable.

What's Changed

Full Changelog: 1.3.0...1.4

1.3.0

12 May 10:54
247801e
Compare
Choose a tag to compare

Introduced the settings page

Now you'll have more feedback after installing the plugin. I'd be glad to hear what settings are essential in your opinion.

  • basic plugin toggle
  • toggle for enabling dev logging

1.2.0

24 Feb 14:54
2576f39
Compare
Choose a tag to compare

v1.2.0 - Introducing Multi Column Sorting

This release allows you to not only sort one column but also to sort by multiple columns at once. This is most useful with tables containing many rows with duplicates in some columns.

(LMB) - is still used to switch the order of a single column.

(CTRL + LMB) - is now used to update multiple columns one by one without destroying the priority.

Solved as per #2

Bug fixes

  • Now correct sorting of empty table cells

1.1.1

14 Feb 22:13
Compare
Choose a tag to compare
  • Introducing slightly modified Lucide icons
  • Fixed visual bugs with svg icon

Full Changelog: https://github.com/kraibse/obsidian-table-sorting/commits/Latest

1.1.0

13 Feb 18:47
Compare
Choose a tag to compare

In this update I've added a fix to support multiple tables with their respective variables. This should also not conflict with any plugins anymore.

** hopefully **

Related issues:

  • #4 Fixed unrelated tables being shown
  • #1 Added a third state to reset the table to its original order

1.0.0

12 Feb 01:50
0eea8c8
Compare
Choose a tag to compare

This plugin allows you to sort the rows of your Obsidian tables with a simple click on the thead element. With this plugin, you can easily sort your tables by any column, and toggle between ascending and descending order with each subsequent click.

This release includes:

The ability to sort tables by clicking on the thead elements

  • Toggle between ascending and descending order with each subsequent click
  • Support for sorting tables with text or numeric data
  • I would like to thank my users for their support and feedback, which has been invaluable in shaping this plugin into what it is today.

As always, if you encounter any issues or have suggestions for future improvements, please don't hesitate to open an issue on the Github repository.

I hope you enjoy this release and look forward to your feedback!