Firmin Martin
Firmin Martin
Thanks for this awesome package! I implemented a service for the [French-French Larousse dictionary](https://larousse.fr/dictionnaires/francais/). It highlights the gender, semantic category, usage example and etymology of a French word. ## Screenshot...
# Issue type - Bug report # Environment Emacs version: `GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2020-10-16 ` Operating System: Ubuntu 20.04 Evil...
I accidentally found that expression in description are considered as parameter. Example below (paste it after `pet edit`): ``` [[snippets]] description = "Very basic command with , ..., " command...
Writing LaTeX with `(setq yas-triggers-in-field t)`, which allows expanding snippet inside snippet, is very convenient. However, there are some one-letter key snippets in this repo that expand unexpectedly when I...
Currently, author property can only be a string. It would be nice to generalize it to a string list, because [ox-hugo](https://ox-hugo.scripter.co/doc/author/) (the org-mode's hugo exporter) convert author to a string...
I just observed that the selectors `:priority`, `:priority
The following page doesn't work. From the source, it seems to use SeaDragon. https://opac.lib.seijo.ac.jp/webcontents/Kansu/01_kaikichojyu.html I tried to search the image information file, but I didn't find anything.
I just found out an issue comes from `org-pdfview` inherited by `org-pdftools`. If one mistakenly opens a link `[[pdf:xxxx.djvu][DJVU file]]`, it causes severe memory allocation and freezes the PC. Since...
`react-router-hash-link`'s components work perfectly, however I have a situation in which I need to `navigate` (using `useNavigate` from `react-router` v6) programmatically: the scroll feature is thus gone. It's actually pretty...