kraibse / obsidian-table-sorting

This essential plugin will finally allow you to organize your tables non-destructively right within Obsidian. Sorting by multiple columns is supported!
MIT License
58 stars 2 forks source link

Sorting not possible #23

Open merlinuwe opened 1 month ago

merlinuwe commented 1 month ago

I have this note in my TestVault. All plugins and css are disabled:

## 1 Tabelle mit erster Spalte

|   a | b   | c   |   d |
| --- | --- | --- | --- |
|   1 | 6   | A   |   F |
|   2 | 5   | B   |   E |
|   3 | 4   | C   |   D |
|   4 | 3   | D   |   C |
|   5 | 2   | E   |   B |
|   6 | 1   | F   |   A |

SYSTEM INFO: Obsidian version: v1.5.12 Installer version: v1.5.12 Operating system: Windows 10 Home 10.0.19045 Login status: not logged in Insider build toggle: off Live preview: off Base theme: dark Community theme: none Snippets enabled: 3 Restricted mode: off Plugins installed: 13 Plugins enabled: 1 1: Table Sorting v1.4.0

I reinstalled it, without success.

image

For me, sorting is not possible. What can I do to get it run again?

kraibse commented 1 month ago

Hi, thanks for providing all this information! Are there any errors in the developer log (Ctrl + Shift + I) that might be able to give us more of a direction?

Also, on a side note. The controls changed for the release you are using. You'd have to right click a column to select and sort. Select the columns to sort by multiple columns. Check the release notes for more info.

merlinuwe commented 1 month ago

No entries:

image

Clicking with the left or right mouse button does not change the sorting.

kraibse commented 1 month ago

It seems like the plugin is not enabled. When it's enabled it prints ( obsidian-table-sorting ) Plugin has finished loading. to the console. Please make sure the plugin is enabled in the community plugins section. If you dropped in the files while Obsidian was open, close it and reopen Obsidian to load the changes.

Aside from that, I copied and tried out your table source code and it works like charm. If everything was set up correctly you should see this:

image

merlinuwe commented 1 month ago

I believe it, but it does not work for me:

image

Restarted the vault.

(I know, your plugin was running some weeks before.)


When I active sortable plugin, task, dataview, I see some console entries:

image


I restarted the PC and switched on the Developer mode:

image

I see some output. -> the plugin runs. But it does not sort.