Yarakashi Kikohshi

Results 22 issues of 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 ![space-ja](https://user-images.githubusercontent.com/75878492/158025018-a59edb20-ec92-4f56-adc1-5a1948ab9c70.gif)...

🔷Enhancement
⬜ Pending

## Proposal Currently, labels of list can be toggled as follows: (Repeat `markdown.extension.editing.toggleList` multiple times.) `-` → `*` → `+` → `1.` → `1)` → none → `-` (loop) However,...

Issue: Enhancement
Help wanted
Area: Configuration
Area: List editing

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...

Issue: Bug
Area: Basic formatting

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...

bug
markdown

## 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...

feature-request

# Format the escape character Markdown has some escape characters. It's not a complete list, but it looks like this: ``` * _ \ ` # + - | {...

:sparkles: feature request

## 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....

content

The following three commands are missing simple alphabetic commands. - `\Planckconst` (⇔ `\mith`) - `\Im` (⇔ `\mfrakI`) - `\Re` (⇔ `\mfrakR`) Of course, I know that we can express these...