Dmitry Safronov

Results 27 issues of Dmitry Safronov

Searching for non-Latin words (e.g., Cyrillic) is _case-sensitive_, whereas searching for Latin words (e.g., English) is case-insensitive (as is should be).

The default value of `deft-separator` takes a lot of space. Making `deft-separator` variable a custom option would allow user to adjust it to his/her preference.

When I set the `deft-extensions` user option in my `.emacs` init file as follows (setq deft-extensions '("md" "txt")) the `deft-defaul-extension` variable still have the old value `"txt"` at run time....

## Expected Behavior YAML/TOML/MultiMarkdown metadata keys containing numeric characters, like this ```markdown --- key 1: value key 2: value --- ``` should not break proper detection and fontification of metadata...

I find the current sub- and superscript detection too restrictive. What is the reason to limit sub- and superscript expression to just alphanumeric characters?

enhancement

Text between opening and closing double brackets _in code spans_ should not be recognized as (missing) wiki link. ## Expected Behavior Text between opening and closing double brackets _in code...

First I would thank @syohex and other developers and contributors for fixing lots of issues around table editing 👍. Unfortunately, I found another one, which I didn't experience before. The...

In the example below ``` $$ \begin{aligned} - a &= b + c \\ - d &= e + f \end{aligned} $$ ``` the leading minus signs are fontified as...

bug
font-lock

For the sake of usability and consistency I would suggest making wiki links clickable same as normal Markdown links already are. ## Software Versions - Markdown Mode: From GitHub on...

I would suggest using `markdown-markup-face` for fontification of double brackets in wiki links, because they technically are part of markup: ![Screenshot 2020-10-21 at 20 41 01](https://user-images.githubusercontent.com/30050534/97804793-63ab5180-1c52-11eb-9e24-fda9f68dfc5c.png) ## Software Versions -...