LeanderBlume
LeanderBlume
If there is a tiddler that contains the text `{{{ [list{!!title}] }}}` and I hover over it in the map, I get **Uncaught TypeError: Cannot read property 'length' of undefined.**...
I have the following docstring: ``` Returns the quadric with matrix :: I | ---+----- | 0 1 | 1 0 Returns ------- Quadric ``` Building this, I get the...
type-only values as in ``` Returns ------- int ``` should be in italics for consistency with the `parameter_name : int` style, where `int` would be in italics. Possible reason not...
Trailing underscores in types in the `Parameters` and `Returns` sections have to be escaped in order to not give an `Unknown target name` warning. Examples that DON'T work : ```python...
I had an idea to allow overriding the default search engine despite issue #41: Instead of matching the URL strings of all safari default search engines, have the user set...
Example in python: ```python x = np.sqrt(3) ``` with cursor on `3`, `dsf` results in: ```python x = np.sqr3 ```