Victor Tao

Results 31 comments of Victor Tao

Great suggestions! Will probably implement most of them. I'm not sure what the benefit of having numbers as aliases is.

the `hr` is added by obsidian to all options. I don't think I can change that :/

hmm I played around a little bit and couldn't get it working. Feel free to try :)

https://github.com/platers/obsidian-linter/blob/e56bb2618b23e4c1f0008b61570e768e4841459b/src/main.ts#L330 Here is where the settings are generated. I'm not sure what Obsidian does under the hood to decide when to place a line.

agree, would be a nice option to have in addition to lint on save

yeah, in insert mode those characters get inserted when I press media keys like changing volume, pause, skip songs. I'm using windows.

is this the same functionality as visual `c`?

yeah I agree... do you think updating the datastore only after the user stops typing would work?

I changed it to update after leaving the row. None of the updates are blocking, so there might be some race conditions leading to an inconsistent index. The search function...