Chris Knadler
Chris Knadler
This is a pretty commonly requested feature. When vim-anywhere is invoked: - copy all of the text from whatever is currently selected - open a vim buffer containing the copied...
If an operating system is supported by the installer, the install script must: - use only software that ships with the OS - completely install vim-anywhere and set the default...
The GIF and pictures could use a bit of a high res update. If anyone is interested in re-creating them but at a higher resolution, I'd happily accept a pull...
npm is issuing the following warning when using JSV: ``` npm WARN package.json [email protected] 'repositories' (plural) Not supported. npm WARN package.json Please pick one as the 'repository' field ``` This...
They are super stale. Once Marktab gets refactored, it would be great to rewrite contributing as well with much more concrete examples on how to help.
The current documentation is pretty bad. For instance, the grammar documentation isn't very clear, especially when it comes to what makes up a note. A better, wordier, guide would be...
There are a bunch of little errors. "id" -> "identifier", pointers being aligned left instead of right.
``` json { "type": "object", "properties": { "value": { "$ref": "some_other_schema.json.schema#/definitions/value" } } } ``` should work.