This plugin facilitates the accurate typesetting of Holy Quran verses within the gedit text editor.
Run the following command in your terminal:
git clone https://github.com/javadr/gedit-quran.git; cd gedit-quran
make installDownload the ZIP file and move the extracted files to your gedit plugin directory (usually located at ~/.local/share/gedit/plugins/), or clone the repository using Git:
mkdir -p ~/.local/share/gedit/plugins
git clone https://github.com/javadr/gedit-quran.git
cp -rfv gedit-quran/src/* ~/.local/share/gedit/pluginsAfter restarting Gedit and activating the plugin from the preferences dialog, you can seamlessly access it in two ways:
-
Via Tools Menu: Navigate to the
Toolsmenu, where you'll find the plugin conveniently listed. Click onQuran...to start using the features. -
Shortcut Key: Use the shortcut
<Alt> + qto quickly access the plugin without navigating through menus.
Enjoy typesetting Quranic verses in your gedit editor!
The gedit-quran plugin offers several customization options to tailor your experience:
-
Ayah Number: Appends the Ayah number to the end of each Ayah.
-
NewLine Character: Typesets each Ayah on a separate line for improved readability.
-
LaTeX Integration: Utilizes the
LaTeXcommand to incorporate theLaTeXmacro, in conjunction with the quran LaTeX package. -
Tanzil Integration: Opens the specified Ayah in Tanzil.net.
Feel free to contribute by opening issues or submitting pull requests. We welcome your feedback!

