unxok

Results 13 comments of unxok

Hey! I actually found a way to fix this with just a css snippet: ```css :has(> .dataview) { overflow-x: scroll; } ``` Opened a pull request adding this in :)

If anyone else is having issues with this and none of the above worked, I found it's because I had a `tailwind.config.js` file and shadcn created a `tailwind.config.ts` file and...

Hello peeps! I think I have a solution for y'all :) Due to the plugin looking at the cursor position for where to insert the weather info-- simply manipulate the...

Huh I swear I tried just that and it didn't work. Are you saying to use `datacorejs` not `datacorejsx` or `datacoretsx`? Maybe I didn't try that particularly lol

Are you saying the icons don't show? Can you share a screenshot of the outputted Dataedit table and the properties of one of the notes (the icons shown there will...

Hm interesting. - Can you open the dev console and see if there are any errors showing there? - Can you try turning off all other plugins and/or css snippets...

That video isn't showing up for me :/ What OS are you on? I have only been able to test with Windows, so I wonder if that's the issue. Fortunately,...

I think this is the issue for #6, but need to confirm. Also need to add this to the documentation

In v0.1.0+ query links will be off by default and it will be able to prevent users from setting the same `dataedit-links` property name for multiple blocks in the same...

Hm, I can't seem to reproduce the issue, is it still happening for you? Are you able to reproduce it with all other plugins turned off and/or in a fresh...