Open CosmicHorrorDev opened 2 years ago
Really not sure how complicated this would be, but it would be nice to be able to search through the text in the document
Mapping these to actions I was thinking something along the lines of
SearchStart
SearchFinish
SearchExit
SearchNextResult
SearchPreviousResult
UI changes I think MVP at the very least needs to select and focus the current result
I agree.
I have been looking for a really simple markdown viewer, but the lack of simple search is where it falls short for me.
Really not sure how complicated this would be, but it would be nice to be able to search through the text in the document
Mapping these to actions I was thinking something along the lines of
SearchStart
- Ctrl+f (Cmd+f on Mac I would assume)SearchFinish
- Enter (Only registers after we started a search)SearchExit
- EscapeSearchNextResult
- nSearchPreviousResult
- NUI changes I think MVP at the very least needs to select and focus the current result