Raine Revere

Results 298 issues of Raine Revere

## Steps to Reproduce ``` - a - b ``` 1. Paste the above thoughts 2. Create a new thought in the root 3. Paste the same thoughts ## Current...

bug

## Steps to Reproduce 1. Paste the contents of [sample-1000-thoughts.txt](https://github.com/cybersemics/em/files/8103999/sample-1000-thoughts.txt). 2. After a few seconds, hit refresh. ## Current Behavior There is a confirmation dialog that warns the user that...

feature

Merges two or more **em** databases together by converting them into a modern schema and importing one into the other, which will merge duplicates. See `scripts/merge-dbs/README.md` for usage. ## Approach...

Convert one or more remaining jsx components to Typescript. - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepChoose.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContext1.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContext1Parent.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContext1SubThought.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContext2.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContext2Parent.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContext2Subthought.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContextViewExamples.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContextViewOpen.jsx - https://github.com/cybersemics/em/blob/dev/src/components/Tutorial/Tutorial2StepContextViewSelect.jsx -...

refactor
good-first-issue

## Steps to Reproduce ``` - a - b - c ``` Archive or delete `c` ## Current Behavior Error thrown: ``` pathToContext: Missing thought with id x9pkpvxFZVcPDF2pqnCFx ``` ##...

bug
good-first-issue

## Steps to Reproduce Adjust length of `aaa...` so that it wraps immediately before the url icon. ``` - a - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa - https://stackoverflow.com/ - b ``` ## Current Behavior...

bug

- [ ] Depends on #1552 - The user needs to be able to access Settings to add a shortcut. ``` - =let - =zoomHeader - =style - transition -...

feature

The search feature was broken with the big Independent Editing refactor. It needs to be updated to use the new thought structure to work again.

bug

## Steps to Reproduce ``` - a - b - c - d - e - f - =view - Table - g - g1 - h - h1 ```...

bug

Context View functionality was broken by #495, and needs to be restored. Re-enable unit tests for TDD. Due to the new id-based architecture, the context view logic may require non-trivial...

feature