drdhaval2785 / SanskritSorting

Codes written by Dr. Dhaval Patel for Sanskrit Natural Language Programming
2 stars 1 forks source link

Add bookmarks to headers | क | etc. #10

Closed gasyoun closed 9 years ago

gasyoun commented 9 years ago

1) Can you please make headers a bookmark as well? <_a href="#ka"_>| क |<_/a> 2) And a bookmark index at the beginning of the list.

drdhaval2785 commented 9 years ago

snapshot of the demand? I don't get what you precisely mean by bookmark ? Like oliver's?

gasyoun commented 9 years ago

What I don't like about github that it does not shows tags as they are but starts interpreting them. I meant #. As Oliver, right.

drdhaval2785 commented 9 years ago

bookmarks added in reverse20.php Not exactly like olivers', but yes added. You will have to help me in doing some javascript coding to display क का कि की.... when the user clicks क. Similarly अक्‌, अख्‌,.... when he clicks vowels. I am bad at javascript. I guess the way would be to write this things based on the click the user makes. We borrow the letter from user's click and then display only the relavent thing to him

gasyoun commented 9 years ago

Well done. When you speak "o display क का कि की.... when the user clicks क. Similarly अक्‌, अख्‌,.... when he clicks vowels" - you mean a kinda of submenu, right? I'm bad as JS even worse, but http://stackoverflow.com/ will help us, if we can add more details to what we want.

drdhaval2785 commented 9 years ago

Vowels - a A i I u U f F x X e E o O Consonants - k K g G N c C j J Y w W q Q R t T d D n p P b B m y r l v S z s h M H

When the user clicks on any vowel (let's say 'a')-> In next line he should see 'selected vowel+consonant' combination.

ak aK ag aG aN..... aH

If he selects a consonant ( let's say 'k') -> He should see 'selected consonant+vowel combination

ka kA ki kI ku kU kf kF kx kX ke kE ko kO

drdhaval2785 commented 9 years ago

this is the output we want. Rephrase and put on stackoverflow

gasyoun commented 9 years ago

Asked.

drdhaval2785 commented 9 years ago

Saw. Utter confusion. Please make the question clear

gasyoun commented 9 years ago

Left issue moved to a new thread.