Raine Revere

Results 298 issues of Raine Revere

When in prose view, up and down arrows should cross paragraphs smoothly like in Google Docs, not stopping or moving to the end of the thought. Remaining work from #108.

bug

When moving between levels, thoughts are animated via color alpha, which does not affect emojis. When I originally added css animation to thoughts, I could not get it to work...

bug

## Steps to Reproduce ```js - A - =view - Table - =focus - Zoom - B - C - D - E ``` Set the cursor on `B`. ##...

bug

## Steps to Reproduce ``` - a - b - c - d - e - f - g - h - i ``` 1. Set max size of the...

bug

> I was testing importText with large number of data. It takes significantly long amount of time for importJSON to complete. Since it is synchronous, it is blocking the main...

performance
low-priority

First convert markdown to nested JSON blocks, then use [`importJSON`](https://github.com/cybersemics/em/pull/820). Two options for the markdown conversion: - https://github.com/markdown-it/markdown-it - MD → HTML - HTML → JSON Blocks (himalaya) - Nest...

feature

Add support for inline links using double brackets. e.g. `[[todo]]` should allow the "todo" context view to be transcluded into the hierarchy. This is an important feature to allow migrations...

feature

If there is empty space below a thought, extend the droppable area of the drop target to make it easier to drop where desired. ## Steps to Reproduce ``` -...

feature

When `state.status === 'offline'`, pending thoughts that do not exist in local storage should be rendered with a gray bullet (`color: #666`) instead of `.graypulse`. The pulse animation is misleading...

bug