awfice
awfice copied to clipboard
Suggestion for Spreadsheet Bookmarklet
Add functionality to jump cursor to the next row after pressing Enter. Right now, nothing happens, to go to new row, I have manually clicked in the next row and start editing.
I second this
Hello, i have added that functionality take a look at my version.
In my attempt [ENTER] -> jump to next row, pressing [TAB] brings you to the next column, similar to excel. Live demo
Additional functionality:
- Save&load to localstorage
- Infinite rows (try press [ENTER] at the end)
- Less than 1KB
In my attempt [ENTER] -> jump to next row, pressing [TAB] brings you to the next column, similar to excel. Live demo
Additional functionality:
- Save&load to localstorage
- Infinite rows (try press [ENTER] at the end)
- Less than 1KB
Hello i only have one suggestion, rewrite "eval(v.substring(1))" as "eval(v.toUpperCase().slice(1))", that way you prevent it to run harmful code
Great idea! Taking this route localstorage should also be renamed to something other than capital L, so that it wont be accessible. I managed to free up even more bytes, therefore unicode emoji for save&load can be put back in place. Live demo