mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#840
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/681
Author: @Komediruzecki
Created: 11/13/2020
Status: ✅ Merged
Merged: 11/21/2020
Merged by: @Rokt33r
Base:
master← Head:feature/add-search-and-replace-in-editor📝 Commits (2)
c66f197Add Codemirror search functionalityd19380eChange replace shortcut key(Alt-F -> Cmd,Ctrl-Alt-F)📊 Changes
4 files changed (+40 additions, -11 deletions)
View changed files
📝
package-lock.json(+9 -9)📝
package.json(+2 -2)📝
src/components/atoms/CodeEditor.tsx(+24 -0)📝
src/lib/CodeMirror.ts(+5 -0)📄 Description
Add Codemirror search functionality (
c66f197244) (#219, #629)Update Codemirror to latest
Update Codemirror typings to latest
Add code mirror search functionality (include needed addons)
Add some styling of replace search buttons by adding css to StyledContainer in CodeEditor
Add extraKeys: esc when search dialog found something and marked it - to clear the serach contents (without need of calling the serach again)
Add extraKeys: Alt+F - persistant find/search to have dialog persistent while searching
Test:
In electron Linux App (dev)
In electron Linux App production version (appImage)
Todo:
- An option to select, so it only searches titles of notes, instead of contents and notes simultaneously.
IssueHunt Summary
Referenced issues
This pull request has been submitted to:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.