Maxim Gelfand

Results 4 comments of Maxim Gelfand

I get a similar type issue (with `#-`s popping up and duplicate tags) when `tags` is defined as a formula field. Would love to see this fixed, though I'm not...

I just solved my problem by patching some code! It seems that when I add `FieldType.Formula` to the condition in `removeIndentedListItems()` in `src\note\lineNode.ts` the problem doesn't occur anymore, this function...

Glad to hear it's on the roadmap! As per the risk that `__` is part of the field name, I think we can use the `:` character that can't be...

Looks cool! I managed to somehow make input fields work too, but my solution isn't elegant either (I exposed the `FieldManager` constructors in the API, and manually constructed the HTML...