Results 357 comments of Yu Zhang

Glad to know that 👍

Many thanks 👍. Looks good to me. cc @Lemmingh

Thanks. > Well, I believe it would be best to always keep the preview and exporting consistent, so linked #774 above. I thought it was okay to disable the checkboxes...

> The output of a Markdown document is usually considered static. Few people expect it to be interactive. Agree. It can be kind of confusing to see an enabled checkbox...

Thanks. I also use checklists from time to time. However, I always make changes to the Markdown source file, as it can be saved for later. Just FYI, the keybinding...

Well, I'm not a fan of `tasklist.enabled` and `tasklist.editing.aggressiveToggle` as I don't think they should even be `false` and `true` respectively. The only reason for `tasklist.enabled` is someday VS Code...

> Thus, it's necessary to build a friendly schema that allows modifying things with minimal effort. I see the difference. You care more about developers' experience (i.e. the design) 😂,...

Thanks for the feedback. However, the synchronization is provided by VS Code itself (see https://code.visualstudio.com/docs/languages/markdown#_editor-and-preview-synchronization). I guess there already be similar issue opened in the vscode repository. You can check...

Thanks for the feedback. It is possible. You can have a look at https://github.com/yzhang-gh/vscode-markdown/blob/8ca0b084d1ede2263d13fb50d03049111358f8b5/src/formatting.ts#L52-L80