Soren Bjornstad
Soren Bjornstad
`split_all_top_level_comma_separated_values` inserts spurious breaks between commas in tuple-unpacking expressions in comprehensions. Hand-formatted code: ``` results = { field_name: func(field_value) for field_name, field_value in self.fields.items() } ``` YAPF changes this to:...
With the "Hello World in C" example in the Literate manual, if I add an `@code_type` declaration for many languages (ex., 'python', 'prolog', 'lisp'), I receive the following trace: ```...
While this seems a natural fit for the front or back of a card in most cases, it imposes some limitations on what content can go there. It may be...
There may be some cases in which we don't want to edit notes that have already been synced to Anki, or don't want to update particular fields (someone wanted the...
This will allow decks and tags to be assigned on a per-note basis rather than only on the tiddler in which the note is found (which may be rather unhelpful...
If a wiki is temporarily not available for some reason (e.g., it's on the web and we're offline), it would be nice to be able to disable syncing to it...
It would be nice if CamelCase text could be highlighted as links if the appropriate setting is on in the wiki. Having non-CamelCase links highlighted actually makes the CamelCase ones...
#10 was a great addition, but when a team or group you're in has been assigned to the pull request rather than your user directly, it does not show up...
**Describe the bug**: If no list information is available for a tiddler, that tiddler is listed in order of *creation* in tag pills (after all alphabetically sorted items) until the...
First of all, thanks very much for this plugin, very handy! There is no `plugin.info` file in the plugin's source folder currently, which is preventing me from loading it into...