Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

212
Views
Inline CKEditor 5 : Find and highlight a given text

I have a sample Inline CkEditor 5

$(document).ready(function(){
    InlineEditor.create(document.querySelector("#textarea"), {
        toolbar: [
            'heading', '|', 'bulletedList', 'numberedList', 'undo', 'redo'
        ]
    }).then(editor => {
            //need to highlight specific text ex: you
            var sampleText = 'you';

            //TODO//
    }).catch(err => {
        console.error(err.stack);
    });
   
})

https://jsfiddle.net/1uo5jma7/1/

I need to find all matches text/sentence in my sample content and highlight it in the first load of the CKEditor.

I tried the answers of this question but I think its not same syntax

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!