Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zvizvi/nikud.js
jquery plugin for Hebrew Niqqud toolbar
https://github.com/zvizvi/nikud.js
hebrew hebrew-niqqud jquery-plugin nikud
Last synced: about 1 month ago
JSON representation
jquery plugin for Hebrew Niqqud toolbar
- Host: GitHub
- URL: https://github.com/zvizvi/nikud.js
- Owner: zvizvi
- Created: 2016-12-14T11:54:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T13:20:20.000Z (over 6 years ago)
- Last Synced: 2024-11-12T18:48:07.737Z (about 2 months ago)
- Topics: hebrew, hebrew-niqqud, jquery-plugin, nikud
- Language: CSS
- Homepage: https://zvizvi.github.io/nikud.js/
- Size: 154 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nikud.js
jQuery plugin for [Hebrew Niqqud](https://en.wikipedia.org/wiki/Niqqud).
This plugin adds a Niqqud Toolbar to any HTML input element.## Download
##### Git
```bash
git clone https://github.com/zvizvi/nikud.js.git
```#### Bower
```bash
bower install nikud.js
```## Installtion
Add `nikud.js` and `nikud.css` in your HTML page.
_**Note:** jquery is required._```html
```
## Setup
```javascript
$('input').nikud();
```## Example
Use this [link](https://zvizvi.github.io/nikud.js/) as an example.