Nokome Bentley
Nokome Bentley
We currently have a `DocumentWatcher` that watches a document's path and publishes `DocumentEvent`s. This will break if document path is changed (i.e. renamed) while it is open. Instead the document...
On Ubuntu 20.04, `Save` and `Save as...` open a file save dialog open at the user's home directory. Expected behaviour: `Save`: open in the project directory, or current working directory...
When clicking on the cog icon in the lower left corner to open project settings, if the project does not have an existing `project.json` file, the desktop app freezes -...
This is a proposal to add a Markdown-specific editor, as an alternative to the current CodeMirror-based editor. ## Rationale - Users not familiar with Markdown, or not using it on...
The file browser does not have a vertical scrollbar. This frustrating when there are lots of files:  VSCode has a pleasing treatments with the virtual scrollbar only appearing when...
Currently, in `encode::html` error are not being encoded as a HTML.
These are some suggested short term improvements to the project graph view. - [ ] #1150 - [ ] If there are no nodes in the graph e.g. a project...
For most formats e.g. `md`, `ipynb` the `decode` function will always return an `Article` node. However, for other, more generic serialization formats e.g. `json`, `yaml` various node types can be...
Some GitHub releases are missing the MacOS CLI binaries: `v0.XX.0-x86_64-apple-darwin.tar.gz`. This will cause the `install.sh` script and autoupdates to fail because they both assume that each binary is available for...
We currently wrap a `` wrapped in a `` ```html ... ... ... ... ``` This hangover from when a code chunk did not have `label` and `caption` properties. Now...