An open API service indexing awesome lists of open source software.

https://github.com/y-t-g/insert-quran-verse-vsce

VS Code Extension to quickly search and insert verses from Qur'an.
https://github.com/y-t-g/insert-quran-verse-vsce

quran-search vscode-extension

Last synced: 2 months ago
JSON representation

VS Code Extension to quickly search and insert verses from Qur'an.

Awesome Lists containing this project

README

        

# Insert Quran Verse Extension for VS Code

Insert Quran Verse allows you to easily use `chapter:verse` search or partial search to find the verse(s) you are looking for and allows you to insert them into your document. It is based on the InDesign [quran-plugin](https://www.sadeea.de/quran-plugin) by Mohammad Sadee.

## Usage

![How To](images/insert-quran-verse-demo.gif)

1. To insert a verse, open the Command Pallete and search for "Insert Quran verse" and press enter.
2. Type the `chapter:verse`, word or portion of a verse to be searched and press enter to search.
3. Select the verse you want to insert and press enter again to insert.

## Extension Settings

This extension contributes the following settings:

* `insert-quran-verse.prefix`: Add a prefix to inserted verses.
* `insert-quran-verse.suffix`: Add a suffix to inserted verses.

## Known Issues

The extension might fail to look up a verse due to how diacritics work in
Arabic language. It is recommended to search with a short word or a portion of
a verse.

## Release Notes

Users appreciate release notes as you update your extension.

### 0.0.1

Initial release of Insert Quran Verse.