Keira3 icon indicating copy to clipboard operation
Keira3 copied to clipboard

Search/filter the fields in the current editor

Open Helias opened this issue 4 years ago • 3 comments

Add a way to search a specific field in a editor.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Helias avatar Jul 14 '20 09:07 Helias

Tried implementing https://github.com/TheoXiong/electron-find but running into this image

Kitzunu avatar Jul 17 '20 15:07 Kitzunu

ReferenceError: document is not defined at E:\Keira3\node_modules\electron-find\src\utils.js:5:3 at Object. (E:\Keira3\node_modules\electron-find\src\utils.js:20:3) at Module._compile (internal/modules/cjs/loader.js:968:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:986:10) at Module.load (internal/modules/cjs/loader.js:816:32) at Module._load (internal/modules/cjs/loader.js:728:14) at Function.Module._load (electron/js2c/asar.js:748:26) at Module.require (internal/modules/cjs/loader.js:853:19) at require (internal/modules/cjs/helpers.js:74:18) at Object. (E:\Keira3\node_modules\electron-find\src\find.js:2:19)

Kitzunu avatar Jul 17 '20 15:07 Kitzunu

Thinking about it, its probably me doing something wrong since im new and not too familiar with Node TS and Electron

Kitzunu avatar Jul 21 '20 19:07 Kitzunu