Simon Alveteg

Results 15 comments of Simon Alveteg

Use groupBy to group sessions by year and then for each group display a stickyHeader with the year (except for current year?) and the corresponding sessions as items. Should be...

No easy way to do drag and drop it seems like. Sample repo with a custom implementation: https://github.com/realityexpander/DragDropColumnCompose stackoverflow topic: https://stackoverflow.com/questions/64913067/reorder-lazycolumn-items-with-drag-drop

The issue is back for me as well, when I try to run the same example template as I posted earlier the text once again disappears once the properties have...

I'm afraid the issue still exists for me as of 2.3.1. Again using ``` { const file = tp.file.find_tfile(tp.file.path(true)); await app.fileManager.processFrontMatter(file, (frontmatter) => { frontmatter["key"] = "value"; }); }); %>...