dataedit
dataedit copied to clipboard
Dataview tables but editable!
Thanks for the awesome plugin. The first use case to try this plugin was to use it as a Spreadsheet. But before exploring its capabilities, the column type doesn't show...
The plugin seems to update its data extremely often, and in my case it causes the `dataedit-links` property to keep flashing, and seems to prevent me from updating the properties,...
### From Dataview Type Query ```dataedit TABLE mathLink-blocks.AltNotation, mathLink-blocks.Dimensions, mathLink-blocks.LinkedDimensions, mathLink-blocks.StaticDimensions, mathLink-blocks.LinkedStaticDimensions, mathLink-blocks.MKS, mathLink-blocks.CGS,mathLink-blocks.FPS, mathLink-blocks.LinkedFormula FROM "Glossary" LIMIT 50 ``` [obsidian.md-1714877932099.log](https://github.com/unxok/dataedit/files/15211607/obsidian.md-1714877932099.log) ### From Dataviewjs Type Query ```dataedit const {fieldModifier: f}...
I get the following error: ``` plugin:dataedit:12 TypeError: Cannot read properties of null (reading 'cssClassName') at $g (plugin:dataedit:78:30571) at Zi (plugin:dataedit:10:19510) at si (plugin:dataedit:12:3135) at Em (plugin:dataedit:12:44660) at bm (plugin:dataedit:12:39661)...
Thanks for this awesome budding plugin. If dataviewjs syntax also can be supported it will be further useful. A sample dataviewjs script for notes created/modified today: ```dataviewjs // default dateformat...
The same code works in Dataview, but it does not work in Dataedit. My obsidian version is v1.8.4. The code is simple. ```dataedit list from #task ``` 
My use is, I would like to view a table with chapter/note summary, and update the summaries. Seems simple but none of the database/project plugins do a good job at...