Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
hadithmv committed Dec 12, 2024
1 parent 4442188 commit 32d831a
Showing 1 changed file with 124 additions and 2 deletions.
126 changes: 124 additions & 2 deletions page-uc/textEditor.html
Original file line number Diff line number Diff line change
Expand Up @@ -1830,6 +1830,108 @@
class="buttonInput input2"
/>
--></div>

<!-- -->

<hr />

<div class="leftAlignedText ltrText">
<h4>🔗 Other Links:</h4>
<br />
<ul>
<li>
Official Radheef
<a href="https://www.radheef.mv" target="_blank">Link</a>
</li>
<li>
Check Thaana Writing for Mistakes
<a href="http://behi.alinashath.com" target="_blank">Link</a>
</li>
<li>
Change Thaana to Text
<a href="https://meekaaku.github.io/n2d/" target="_blank"
>Link</a
>
</li>
<!-- <li>
އެހެން ބަހަކުން ދިވެހި ބަހަށް ތަރުޖަމާ ކުރުމަށް
<a
href="https://translate.google.com/?sl=auto&tl=dv&op=translate"
target="_blank"
>ސައިޓު 1</a
>
|
<a href="https://www.bing.com/translator" target="_blank"
>ސައިޓު 2</a
>
</li>
<li>
ލެޓިން އަކުރުން ލިޔެފަ ތާނަ އަކުރަށް ޓްރާންސްލިޓަރޭޓް
ކުރުމަށް:
<a
href="https://www.microsoft.com/en-us/swiftkey?rtc=1"
target="_blank"
>ސައިޓު</a
>
</li>
<li>
ފޮޓޯއަކުން ނުވަތަ ކެމެރާއިން ލިޔުމެއް ޑިޖިޓަލައިޒް ކުރުމަށް:
<a href="https://lens.google/#cta-section" target="_blank"
>ސައިޓު 1</a
>
|
<a href="https://www.bing.com/visualsearch" target="_blank"
>ސައިޓު 2</a
>
</li>
<li>
އަރަބި ބަސްތަކުގައި ފިލިޖެހުމަށް
<a
href="http://www.7koko.com/apps/tashkil/index.php"
target="_blank"
>ސައިޓު 1</a
>
|
<a
href="https://learning.aljazeera.net/ar/pages/%D8%AA%D8%B4%D9%83%D9%8A%D9%84-vocalization"
target="_blank"
>ސައިޓު 2</a
>
|
<a href="https://tashkeel.alsharekh.org/" target="_blank"
>ސައިޓު 3</a
>
</li>
<li>
އަރަބި ލިޔުން ރަނގަޅުތޯ ބެލުމަށް:
<a href="https://sahehly.com" target="_blank">ސައިޓު</a>
</li>
<li>
އަރަބި ޓެކްސްޓު ރީތި ކުރުމަށް:
<a href="https://nuqayah.com/tools/text.html" target="_blank"
>ސައިޓު</a
>
</li>
<li>
އޭއައި ޗެޓްބޮޓަކާ ދިވެހިން ވާހަކަ ދެއްކުމަށް:
<a href="https://gpt-dv.javaabu.com" target="_blank"
>ސައިޓު</a
>
</li>
<li>
ކޮން ޔުނިކޯޑު ކެރެކްޓާއެއްތޯ ބެލުމަށް:
<a
href="https://www.babelstone.co.uk/Unicode/whatisit.html"
target="_blank"
>ސައިޓު 1</a
>
|
<a href="https://codepoints.net" target="_blank">ސައިޓު 2</a>
</li> -->
</ul>
</div>

<!-- -->
</div>

<div id="copyTab" class="tab-content">
Expand Down Expand Up @@ -1932,7 +2034,7 @@

<hr />

<p>📅 Date & Time</p>
<h4>📅 Date & Time</h4>
<button
class="copy-button-other"
id="toggleMilitaryTime"
Expand Down Expand Up @@ -2310,7 +2412,7 @@
-->

<p>🔢 Direct Quantity Proportion Calculator</p>
<h4>🔢 Direct Quantity Proportion Calculator</h4>

<style>
.proportion-container {
Expand Down Expand Up @@ -2665,6 +2767,26 @@ <h4>🩸 Aqiqah Date Calculator</h4>
<div id="cryptTab" class="tab-content">
<!-- Add crypt content here -->

<!--
text encryption and decryption
https://github.com/bradyjoslin/webcrypto-example
possible alternative?: https://github.com/paulgreg/crypttool
for large strings, use this from https://stackoverflow.com/a/49124600
...
file encryption and decryption
https://github.com/hazelfazel/Web-Browser-Based-AES-GCM-File-Encryption-Decryption
possible alternative?, but uses cbc, not gcm: https://github.com/meixler/web-browser-based-file-encryption-decryption
for large strings, use this from https://stackoverflow.com/a/49124600
-->

<!-- -->
</div>
</div>
Expand Down

0 comments on commit 32d831a

Please sign in to comment.