Dave Jarvis

Results 31 issues of Dave Jarvis

**Description** Hyperlinks using `[]()` syntax do not resolve when variables are used for the text description. **Replicate** Exact and complete steps to reproduce the problem 100% of the time: 1....

bug
pri:2

# Overview Update the application to save and restore splitter positions and detachable tabs. # Technical Walking the tree in `MainPane` may be required to save the splitter positions. Saving...

enhancement
help wanted

Provide the ability to refactor variable names. This must come after issue #77 whereby the variable names can be refactored for a particular project. That project would then define all...

enhancement
pri:2

Add real-time collaboration ability, preferably using peer-to-peer (P2P) communications. # CRDT-based Commutative replicated data type implementations: * https://github.com/adhipradhana/CRDT-Java * https://github.com/dclements/riak-java-crdt * https://github.com/ajantis/java-crdt * https://www.baeldung.com/java-conflict-free-replicated-data-types CRDTs are especially amenable to P2P....

enhancement
pri:2

**Description** Changing R preferences is not reflected in output. **Replicate** Exact and complete steps to reproduce the problem 100% of the time: 1. Create a new `.Rmd` document. 1. Configure...

bug
pri:2

**Description** Exporting as HTML will include `id="caret"` in output document. **Replicate** Exact and complete steps to reproduce the problem 100% of the time: 1. Open a `.md` file. 1. Type...

bug
pri:3

Allow the user to search for text and replace said text with variable names. This is not a regular search and replace dialog, it is specifically meant to replace duplicated...

enhancement
pri:3

The `MainWindow::spellcheck` method performs a spellcheck presuming that the document is Markdown. This isn't always the case: sometimes the document is XML-based. This currently causes no harm because the spellcheck...

enhancement
pri:3

# Autocomplete Given a lexicon (e.g., https://github.com/DaveJarvis/keenwrite/blob/master/src/main/resources/lexicons/en.txt), provide users with the ability to autocomplete words as they are typing, based on true Levenshtein distance. The autocomplete algorithm should be configurable...

enhancement
pri:1

# Overview This ticket involves adding translated resource bundle files for [`messages.properties`](https://github.com/DaveJarvis/keenwrite/blob/master/src/main/resources/com/keenwrite/messages.properties). The application uses the resource bundle file to show text to the user. Currently that text is only...

enhancement
help wanted
pri:3