werunom

Results 11 comments of werunom

Forgot to mention, I even tried adding hotkeys in `keymap.cson`, but it didnt work. For example, I tried the following ``` ".platform-linux": "ctrl-shift-]": "document-outline:unfocus" "ctrl-shift-[": "document-outline:focus" ```

I found that in latex files, spell correction works fine in most cases; but for the command `\textcite{}` its not working. For instance `\textcite{ghose1990}`, "ghose" is linted for spell correction....

Tried the available regex escapes available in the various discussions for the problem with `\textcite{}` command `\\\\\\w*(\\[.*?\\])?(\\{.*?\\})?` --> works However, `\\\\(begin|end)\\{[a-z]+\\}` does not work

Sad to hear that there package is not being actively developed anymore. This was a really good comprehensive package for latex. Would be glad to know if there are any...

Hello! I would upvote this feature. While writing long notes or research articles – especially when there are lots of edit to do (like moving of sections within a file)...

Excuse. This issue was due to the update of the theme I was using. I changed into one of the stock themes, and dropdown worked fine.

Update: I tried in another themes as mentioned. The dropdown comes out fine; but there is still problem - the first few options in this list are not visible. So,...

Hi! Thought of pointing that this issue is observed in other latex packages. See [this](https://github.com/Focus/latexer/issues/57).

@ig0774 - Material theme. But its bit embarrassing now - I thought attaching screenshots of this issue in other themes, and I see that it is working fine :| Not...

Have similar issue. But NaN appears only for 5th heading level. Below is the illustration for ordered list... ``` 4. H2 heading 1. H3 heading 1. H4 heading NaN. H5...