You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is a download button for a json file.
I'm proposing a button that would create a link. Something like:
<a href=http://ithkapp.github.io/{something}> {ithkuil sentence you wrote} </a>
So you could send it to someone, they would see the ithuil sentence, but if they click on it, the come to the ithkap site.
Now, I'm going to propose one way that the idea might work, but i'm proposing the concept, not the implementation :)
What if we minified, then compressed the json file, then uuencoded it, or some other way to turn it into a URL safe string, and
<a href=http://ithkapp.github.io/?sentence={uuencoded,compressed,minified json file of the sentence}> {ithkuil sentence you wrote} </a>
So now you could use ithkapp to write a ithkuil sentence, then send the link to someone, and if they couldn't read it, they could click on each word they didn't know, and quickly browse the meaning of each option for the word (reference to issue #21).
I doubt it would be considered polite to send all your messages out to everyone that way, but I'm thinking it should be workable for anyone with a passing interest in ithkuil as a recipient. (which gives more practice, which builds more interest in ithkuil, etc)
:)
Note: Possible implementation snag: I do not know what the URL string size limit is on modern webservers.
The text was updated successfully, but these errors were encountered:
Currently there is a download button for a json file.
I'm proposing a button that would create a link. Something like:
<a href=http://ithkapp.github.io/{something}> {ithkuil sentence you wrote} </a>
So you could send it to someone, they would see the ithuil sentence, but if they click on it, the come to the ithkap site.
Now, I'm going to propose one way that the idea might work, but i'm proposing the concept, not the implementation :)
What if we minified, then compressed the json file, then uuencoded it, or some other way to turn it into a URL safe string, and
<a href=http://ithkapp.github.io/?sentence={uuencoded,compressed,minified json file of the sentence}> {ithkuil sentence you wrote} </a>
So now you could use ithkapp to write a ithkuil sentence, then send the link to someone, and if they couldn't read it, they could click on each word they didn't know, and quickly browse the meaning of each option for the word (reference to issue #21).
I doubt it would be considered polite to send all your messages out to everyone that way, but I'm thinking it should be workable for anyone with a passing interest in ithkuil as a recipient. (which gives more practice, which builds more interest in ithkuil, etc)
:)
Note: Possible implementation snag: I do not know what the URL string size limit is on modern webservers.
The text was updated successfully, but these errors were encountered: