Nirav Asher

Results 48 comments of Nirav Asher

Please open new issues for new functionalities @vaibhavmatta

Hey! Could someone explain me how to go ahead with this issue or could provide me with certain references where I can read about this problem as Ill try to...

For solving this issue, I think we could add a preview button which on click will open a div and all the data filled on the editor can be uploaded...

Hmm, regarding this I could add two more buttons 1) Save 2) Preview (This will avoid any real time connections) At first save, preview and publish buttons will be disabled....

Ok! So at first all the three buttons will be disabled. Once the user starts writing the title, the save button will be enabled. Once the user hits "save" preview...

I can't store images in a cookie since images are of larger sizes, hence I am using local storage instead of cookies @rexagod

How do I save the data entered inside the code block of the editor in the local storage? Javascript converts that data into HTML elements and the local Storage is...

So whenever browser interprets localStorage.set("code base", doument.getElementsByTagName("pre").innerHTML) ,it returns a javascript object inplace of text that is inside the code block. This is because there is a feature to convert...