-
Updated
Jul 4, 2020 - Swift
highlight
Here are 423 public repositories matching this topic...
API doc on https://markjs.io/ for 'exclude' option has wrong example:
An array with exclusion selectors. Matches inside these elements will be ignored. Example: "filter": ["h1", ".ignore"]
Shouldn't be rather:
An array with exclusion selectors. Matches inside these elements will be ignored. Example: "exclude": ["h1", ".ignore"]
-
Updated
May 22, 2020 - JavaScript
-
Updated
Aug 26, 2019 - Swift
-
Updated
Jun 20, 2020 - Objective-C
Well, when text is selected - it's actually also selected in background textarea. If you're using only text it's not a big problem (but it don't looks clean anyway!), but you have more problems when you're replacing some characters in prism (emoji, for example) - so you get image in foreground and text in background, which both seen on selection and interfere with each other (at least in Chrome,
This would be a feature that could enhance the readability of the text in edit mode:
all "content" of the user should be horizontally aligned and leading markdowns should get a negative offset.
Example: This is how Nextcloud Notes (server app) does it:
 {
new HR("#mytext", {
highlight: ["love", "JavaScript", "span"],
backgroundColor: "#B4FFEB"
}).hr();
});
-
Updated
Jun 24, 2020 - Dart
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
May 30, 2019 - Python
-
Updated
Mar 10, 2020 - Java
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
May 30, 2020 - JavaScript
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Nov 14, 2018 - Java
-
Updated
Jul 2, 2020 - JavaScript
Improve this page
Add a description, image, and links to the highlight topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the highlight topic, visit your repo's landing page and select "manage topics."
Can you help me involved this topic?
I want to add clickable string on webview, Example: When i click a word it shows a dialog. how can i do that? Like that, image Link: (https://tek.link/Nl4c)
When click long a text, it shows a dialog.
ı want to change it like that when i click( not long. just click) it should shows a dialog like this image (https://tek.link/Nl4c)
Can you help me?
T