Raine Revere

Results 298 issues of Raine Revere

When the `thoughtCache` is filled up, thoughts disappear from the screen. They are there on refresh. Part of the `thoughtCache` is cleared to free up memory, but it should not...

bug

## Steps to Reproduce 1. Create thought `a`. 2. Quickly click and release a toolbar button. ## Current Behavior When the mouse button is quickly released, the dip animation is...

bug

## Steps to Reproduce ``` - =let - =test - =pin - true - a - =test - b - c ``` Set the cursor to `null`. ## Current Behavior...

bug

Add a `formatCode` shortcut that wraps the currently selected text in `...`. The caret should be moved to the end of the selected text. The shortcut should not have a...

feature

If there is no visible thought below, increase the area of the the drop target to make it easier to drop thoughts. You can use [nextThought](https://github.com/cybersemics/em/blob/dev/src/util/nextThought.ts) to determine the thought...

feature

## Steps to Reproduce Drag a thought after its parent, or before or after its grandparent. ## Current Behavior Drop targets do not appear. It is not possible to drop...

feature

## Steps to Reproduce When dragging a thought, hold the cursor near the top of a thought with hidden parents for a second. The parent will expand to allow you...

feature

When dragging a thought, if the cursor moves close to the edge of the screen and there are more thoughts out of view, smoothly scroll them into view. The active...

feature

## Steps to Reproduce ``` - a - b - c ``` 1. Set the caret at the beginning of `c` and hit Backspace 2. Set the caret at the...

bug

## Steps to Reproduce ``` - a - b ``` Set the cursor on `a` and activate the Collapse shortcut (Meta + Alt + C). ## Current Behavior Alert says...

bug
good-first-issue