mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #991] Feature request: Text search inside a document #436
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#436
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?
Originally created by @econcz on GitHub (Jun 7, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/991
Hi! Will it be possible to enable the system's Ctrl / Cmd + F feature inside a document in the future? Sometimes, when the code is long, it becomes really difficult to navigate without the "Find" tool.
Thank you!
@Komediruzecki commented on GitHub (Jun 7, 2021):
Hi, econcz,
The code editor local search is available in latest boost note next release in file system based storages. Which boost note are you using? If you are using cloud space or legacy boost note I don't think it is available (but it should be ported to cloud later), and for legacy I am not sure.
Can you provide more info about which version, storage type and application are you using?
@econcz commented on GitHub (Jun 7, 2021):
I'm using 0.17.1 (0.17.1) of what I believe is Boostnote Next (downloaded from https://boostnote.io).
@Komediruzecki commented on GitHub (Jun 7, 2021):
Yeah, that's latest version, are you using cloud space with sync features?
The cloud space does not have local editor search yet, but there is sidebar search which should work fine.
The file system storages do have local search, you should be able to bring it up with
Ctrl+For as configured in Preferences | Keymap, here are examples:(images from Boost Note next 0.17.1 - File System Storage)
You can find version info in Preferences | About as shown here:

@econcz commented on GitHub (Jun 7, 2021):
I see. Thank you! Issue closed.