Results 22 issues of Martino Pilia

Implement the possibility to replace the node marker in the tree view with a custom icon associated to a node.

enhancement

Implement hover text for nodes, using neovim's [floating window](https://github.com/neovim/neovim/pull/6619) and vim's [popup window](https://vimhelp.org/popup.txt.html).

enhancement

Currently, a node is represented in the view by the Unicode characters "▸" for collapsed nodes, "▾" for expanded nodes, and a white space for leaf nodes. Make it possible...

enhancement

Automatically generate a citation using the [citoid API](https://www.mediawiki.org/wiki/Citoid).

enhancement

### Description - Add a logging mechanism. - If an error happens in an API call, print a human-readable error message in vim. ### Acceptance criteria - [ ] Feature...

enhancement

Inside a template, closing HTML tags miss the proper highlighting. Example: ![image](https://user-images.githubusercontent.com/8300317/75613761-cf707400-5b31-11ea-8448-2ac6bc8aa7c6.png)

bug
syntax-highlighting

After an empty template parameter, the following parameter has wrong syntax highlighting. Example: ![image](https://user-images.githubusercontent.com/8300317/75610151-e2be1800-5b0e-11ea-847f-65e106478284.png)

bug
syntax-highlighting

The syntax highlighting of HTML tags immediately following wikilinks is broken. Example: ![image](https://user-images.githubusercontent.com/8300317/75611447-e9528c80-5b1a-11ea-9fc8-888787127af0.png)

bug
syntax-highlighting

Implement text objects for page sections. ### Acceptance criteria * Feature implemented * Tests implemented * Documentation updated

enhancement

Implement folding for page sections. ### Acceptance criteria * Feature implemented * Tests implemented * Documentation updated

enhancement