Superschnizel / obisdian-fast-text-color

Obsidian plugin to enable colored text with a custom syntax.
GNU General Public License v3.0
22 stars 2 forks source link

[Bug] Dataview stops working #17

Closed Dobby5972 closed 2 months ago

Dobby5972 commented 2 months ago

Version 1.06

Describe the bug When FTC is activated notes freeze while using Dataview or get "Loading..."

Superschnizel commented 2 months ago

could you give me an example of a dataview query that is not working?

Tanjamuse commented 2 months ago

I know I'm not OP, but as far as I've discovered it's every dataview query that is affected.

Dobby5972 commented 2 months ago

I know I'm not OP, but as far as I've discovered it's every dataview query that is affected.

Indeed it is.

This one for example. As soon as I enable the plugin it doesn't work.

TABLE
    status, dateformat(created, "dd-MM-yyyy") AS "creatie"
FROM
    "Notities"
WHERE
    status != "✅"
SORT
    last_modified desc
Tanjamuse commented 2 months ago

and it doesn't matter whether it's a list or a table

Superschnizel commented 2 months ago

@Tanjamuse @Dobby5972 I did not face any problems when using dataview before, but i would think that it has to do with the current rendering method, that removed some interactivity from objects.

I just released version 1.0.7, which has a reworked rendering method that should preserve all interactive object. Because this method a lot more complicated than the previous one i want to test it a bit more so for now you will have to manually enable it in the settings.

Please try out the new method and let me know if it fixes your issues.

Tanjamuse commented 2 months ago

As far as I can tell everything works as it's supposed to now, I will let you know if anything happens, and look forward to more updates from you. Thanks for your hard work.

Superschnizel commented 2 months ago

That's great to hear, thanks for the kind words. I will close this issue for now.

Tanjamuse commented 2 months ago

If I disable the "use node rebuilding (EXPERIMENTAL)" the dataview no longer works.