Okuyun / Kuran

https://okuyun.github.io/Kuran/
6 stars 3 forks source link

Annotations #14

Closed maeyler closed 3 years ago

maeyler commented 3 years ago

Another request from Prof Oğuz Borat:

[Kendi belirlediğim] konularda ayrı bir yere not yazma/toplama/derleme imkanı var mıdır?

We need an annotation system for Iqra

User should be able to add brief notes to each page/root/topic Notes must be easily accessible and editable

maeyler commented 3 years ago

first step: add notes to Mushaf pages

define class Notesand add three lines:

const notes = new Notes('notesQ')
    notes.display(k)  //on open page k
    noteBut.onclick = () => {notes.edit()} 
a0m0rajab commented 3 years ago

Can we keep the notes in a drive file or even in the local storage to be able to use them in all applications (Iqra, Rehber) ?

maeyler commented 3 years ago

Can we keep the notes in a drive file or even in the local storage to be able to use them in all applications (Iqra, Rehber) ?