Vlad Sitalo

Results 300 comments of Vlad Sitalo

I like it but am a bit conflicted :) The reason for moving away from the old format was to get rid of thousands of additional pages generated by liberal...

As a curiousity/fyi - another way to make the thing render in "special way" is to surround it with double `{}` like `{{[[interval]]:5}}`. That's gonna render as a button, won't...

the days should be shifted in +1 direction for this as the fractions are rounded up for the purposes of scheduling. so interval 4.2 would result in scheduling in 5...

It's possible, but it'd involve more then just CSS, it'd require custom rendering of blocks. Which is not trivial (not that complicated either, but requires some work)

@tntmarket are you just updating the current version with latest changes from master, or did you find a way to make it work better?

One way of accomplishing this can be to allow users specifying additional tags that are attached the the cards alongside the metadata. So different people can specify their names as...

No list in the docs, but here is the copy of the state of the settings in case it's helpful: ```json { "incDec": { "active": true, "incShortcut": "Ctrl+Alt+ArrowUp", "decShortcut": "Ctrl+Alt+ArrowDown",...

right now the settings are "short-circuted" in the JS version (see https://github.com/roam-unofficial/roam-toolkit/tree/roam-js branch). It should be possible to read the settings from the object set on "window", I'd be happy...

This is actually implemented, but need to document it. The working syntax is `;:fuzzy date;` will replace the existing date in the block with the new one