Baldur Kristinsson
Baldur Kristinsson
The problem is that different clients set the value of the `deleted` flag differently. The backend accepts both true/false and 1/0 when a note is deleted/updated and for some reason...
How about Trent Mick's [python-markdown2](https://github.com/trentm/python-markdown2) library? It has fenced code blocks with syntax highlighting as well as a few other nice extensions.
So this is a question of extending the current functionality of `activate_markdown_highlighting`? I assume you've already taken a look at using the Pygments lexer for marked code blocks and simply...
 I expected interface elements such as menus and status line to match the size of the font in the window title. As you can see from the screenshot, this...
It seems inefficient that any tkinter program must solve such issues on its own. Is there no way to globally change the defaults for tkinter (or Tk more generally) via...
I found such a way, though it is not very clean. I simply changed the file `/usr/share/tcltk/tk8.6/ttk/fonts.tcl` on my system: ```diff --- fonts.tcl.bk 2016-12-02 10:40:58.313926142 +0000 +++ fonts.tcl 2016-12-02 10:44:23.591285739...
This kind of conflict is not surprising with third-party plugins. I suggest you simply add the css file `local.css` to your wiki, with a style override such as: ``` css...
Typst does not support CSL bibliography data, only CSL bibliography/citation styles. The Hayagriva YAML format is not compatible with CSL-JSON or CSL-YAML. It is optimized for ease of entry and...