https://github.com/markedit-app/markedit-highlight
Text Highlight for MarkEdit.
https://github.com/markedit-app/markedit-highlight
Last synced: about 1 year ago
JSON representation
Text Highlight for MarkEdit.
- Host: GitHub
- URL: https://github.com/markedit-app/markedit-highlight
- Owner: MarkEdit-app
- License: mit
- Created: 2024-09-14T05:10:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T10:48:43.000Z (over 1 year ago)
- Last Synced: 2025-06-05T22:51:44.039Z (about 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarkEdit-highlight
Text Highlight for MarkEdit that leverages [markedit-api](https://github.com/MarkEdit-app/MarkEdit-api).
Example: `==highlighted text==`, you can simply select the text and hit `=` twice to highlight it.
## Installation
Copy [dist/markedit-highlight.js](dist/markedit-highlight.js) to `~/Library/Containers/app.cyan.markedit/Data/Documents/scripts/`.
You can also run `yarn install && yarn build` to build and deploy the script.