lx0n2acl
lx0n2acl
Had the same exact issue - solved by import { Table, TableHead, TableRow, TableCell } from 'react-toolbox/lib/table'; instead of import { Table, TableHead, TableRow, TableCell } from 'react-toolbox/lib/table/Table';
I have a question about the backup to bookmark folder - it seems that when i close tabs from a tab group, they still remain in the backup and accumulate...
Are there any plans to support multi-line tasks? My specific use case involves checking a task in dataview, which if my task is multiline will append the completed emoji /...
looks like some of the properties were renamed. here is a quick fix / work around until the official one comes through: go to file: `.obsidian/plugins/alx-folder-note/main.js` find this line `item.fileExplorer.fileBeingRenamed...
@brokeboiflex I can but it looks like there are already 2 PRs with these fixes in them as well as some additional work. It's up to the ower of the...
That did it. Thanks @ljavuras !
> This is currently an intentional change to align datacore closer to how the `Properties` / frontmatter view for files works. For multiplicity, the recommendation is to use tags instead....
... and of course I can't have a colon in the key name 🤕
UPDATE: did it by extracting block elements in a bullet list instead using `$elements`. @blacksmithgu dude datacore is amazing
im curious - if datacore has a reference to the block itself if we can somehow use that information with the obsidian api to pull in the markdown for that...