sallto

Results 6 comments of sallto

I will take a look at this one (only the percentage parsing for now)

https://github.com/logseq/logseq/blob/ce3a7e2a54c6d9215cacda8bffb73a3ca4310ebd/src/main/frontend/components/block.cljs#L986 The problem seems to stem from this line. I don't quite understand the commit so I am not sure what bugs I introduce if I would remove it.

I will try to work on this if my suggestion is acceptable (closing the first datepicker if a second one is opened)

> Thank you for letting me know. BTW, `~/.config/logseq` (`$XDG_CONFIG_HOME/logseq`) already exist if you didn't know. It just that the folder structure is not clear to me completely. > >...

> > Yes, I think the check should be check for `$HOME/.logseq` then `$XDG_CONFIG_HOME/logseq` and finally check for `$HOME/.config/logseq` > > The first two should be swapped. > > As...