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.
- Host: GitHub
- URL: https://github.com/y-t-g/insert-quran-verse-vsce
- Owner: Y-T-G
- License: mit
- Created: 2023-08-09T14:26:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T16:25:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T21:26:19.513Z (4 months ago)
- Topics: quran-search, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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

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.