B. Camphart
B. Camphart
### Summary When using a `BasicTextField`, if the supplied `AnnotatedString` contains a `SpanStyle` that does not cover the entire text and the `TextFieldValue` has a selection that starts within the...
There is a conflict with the Longform plugin due to the use of default Sortable CSS classes for drag/drop behavior [see this issue](https://github.com/kevboh/longform/issues/155). I've submitted [a PR](https://github.com/kevboh/longform/pull/196) to have Longform...
I tried to keep this as small as possible, but I ended up creating a whole little ad-hoc integration test framework 😅 To summarize what's happening here: - I extracted...
In approaching #244 I'm finding myself refactoring code to make it more testable to show that the new feature adheres to what was discussed there. I figured, if we're writing...
**Describe the solution you'd like** Longform defines an ordering for the scenes within a project, but this ordering is removed when longform is uninstalled. It's also not readable by other...
**Describe the solution you'd like** I'd like to be able to organize scenes into, for example, acts **Describe alternatives you've considered** Right now, I have to create empty files in...
A common need for a "Timeline" tool is to visualize how something progresses over time. While grouping can solve some of this need, two items that fall into different groups...
From #13 In the original version of the plugin, a toggle existed to display the names of notes below the points. However, in 1.1.0, for performance reasons, this was removed....
Allow for a duration/length property, or an end property, to be used in conjunction with the "start" property.
Instead of the horizontal layout that currently exists, a vertical layout may be useful. ### Questions - Should it be similar to the horizontal layout, just flipped? Or should it...