Yarakashi Kikohshi
Yarakashi Kikohshi
Japanese localization # No need to translate keystrokes into Japanese If you display the keystrokes with Japanese localization, `Space` will be displayed as `スペース` in Japanese. - Japanese localization ...
## Proposal Currently, labels of list can be toggled as follows: (Repeat `markdown.extension.editing.toggleList` multiple times.) `-` → `*` → `+` → `1.` → `1)` → none → `-` (loop) However,...
Disabling other extensions will still cause this problem. The following two toggle commands do not work well. - `markdown.extension.editing.toggleCodeSpan` - `markdown.extension.editing.toggleStrikethrough` Expected behavior: none → markup in code/strikethrough → none...
This problem still occurs even if you disable all extensions and occurs in both stable and insider. The following features do not deal with multibyte characters well. It encodes multibyte...
## Future request Some smart select in markdown is supported in . However, markdown table is not supported in this issue. In Markdown table, it would be nice to be...
# Format the escape character Markdown has some escape characters. It's not a complete list, but it looks like this: ``` * _ \ ` # + - | {...
## Future request Is it possible to handle line breaks when selecting multiple lines in hard-wrapped text such as manpages in the same way as when selecting and translating in...
I want to use markdown in `Note`, but markdown in `Note` does not work. I actually showed it in the article in Japanese below. > https://qiita.com/Yarakashi_Kikohshi/items/a52df374e371bacb2ded I would like to...
Thank you very much for the very nice extension. 👍 If you write Markdown emoji code inside fenced code blocks with a specified language, the code will not display well....
The following three commands are missing simple alphabetic commands. - `\Planckconst` (⇔ `\mith`) - `\Im` (⇔ `\mfrakI`) - `\Re` (⇔ `\mfrakR`) Of course, I know that we can express these...