Isaac Daly
Isaac Daly
### Describe the bug Unpackaged WinUI applications crash when providing an `ms-appx` URI to `IconSource`. This is likely because the `StorageFile` API used for loading images requires package identity[^1]. https://github.com/HavenDV/H.NotifyIcon/blob/1d3326c7e02917e843547df68b81b2f91480a3af/src/libs/H.NotifyIcon.Shared/Utilities/ImageExtensions.cs#L24-L25...
Currently replacement utilizes the old insertion model. - [ ] Migrate deletions to the new insertion model - [ ] Migrate replacement actions to use `SelectionBoundary`, rather than `ContentLocations`
# Problem At the moment, inputting new content into the editor causes a complete recompilation of OneNote HTML and Markdown. During the process of recompilation, `React.createElement` is used to create...
Currently deletion actions are based on `ContentLocations`. In comparison, the latest insertion model uses `SelectionBoundary`. - [ ] Investigate migrating to `SelectionBoundary` - [ ] Migrate
Having each node knowing the `nodeStartOffset` leads to `O(n)` updates.
Sub-section of #48 - [ ] Delete a single character inside a `StructureNode`, and update the selection - [ ] Delete a single character at the start of a `StructureNode`,...
- [ ] Deletion on `C` resulting in an empty string should convert it to `` (Note, `C` is any random content). #63 - [x] Deleting single characters using the...
Part of #48 Deletion on `C` resulting in an empty string should convert it to `` (Note, `C` is any random content).