Features
- added editor shortcuts: bold, italic, link, insert/format table, mostly done by Dan Falcone @dafalcon, see PR#251
- enabled spellchecking (via the browser) in the editor (0a7e44a).
- url pasting: When pasting an url on a selected word, the url is pasted as markdown link
[word](https://pasted.url)
. See #259. - url button (and shortcut): If a text has been selected when the button is pressed, a markdown link is inserted. The selected text becomes the description and the cursor is placed so that the url can be entered. (379799). This was discussed in #251.
Bug Fixes
- typo in PGID check (a5bbeba).