Commit Graph

25 Commits

Author SHA1 Message Date
Jacob Strieb f725e3e48d Update README and make TinyURL buttons https 2020-07-19 17:18:02 -04:00
Jacob Strieb 17937b2db6 Use versioned API with (hopefully) shorter URLs 2020-07-19 15:12:36 -04:00
Jacob Strieb 7848df1b1b Upgrade to use versioned API with old fallback 2020-07-14 23:01:17 -04:00
Jacob Strieb e088eac8a0 Add background to "hide buttons" toggle 2020-07-12 22:26:49 -04:00
Jacob Strieb 899456a3b5 Fix indentation in README and editor HTML 2020-07-12 16:49:11 -04:00
Jacob Strieb bcfc270344 Move bottom right buttons to vertical display 2020-07-12 14:02:09 -04:00
Jacob Strieb f67f721833 Add favicon 2020-05-27 16:39:13 -04:00
Jacob Strieb 63d0923231 Merge branch 'master' of github.com:jstrieb/urlpages 2020-05-19 22:22:48 -04:00
Jacob Strieb 9d6b7ba2ce Add ability to hide buttons in the editor 2020-05-19 22:13:00 -04:00
Jacob Strieb 801ed5ed85 Fix accidental, error-causing removal 2020-05-15 01:19:48 -04:00
Jacob Strieb a1f91dfe26 Use custom base64 library
Support unicode better by using custom base64 library for encoding and
decoding.
2020-05-14 21:13:12 -04:00
Jacob Strieb 52780d6cfb Fix editor button text and add fork button 2019-07-22 18:17:45 -04:00
VatsalOjha 9eeca9fb8b Removed unnecessary comment 2019-07-01 20:55:38 -04:00
VatsalOjha 6cd1ff6d11 Fixed textarea style issue 2019-07-01 20:46:28 -04:00
Jacob Strieb 9f3580396e Clean up a bit 2019-06-30 05:25:17 -07:00
Jacob Strieb 4ddebc3e65 Move buttons to right to avoid scroll bars 2019-06-30 03:13:24 -07:00
Jacob Strieb b72caa0b91 Add short link button for code 2019-06-30 03:09:34 -07:00
Jacob Strieb 14beaf04b9 Add TinyURL shortlink button 2019-06-30 01:34:31 -07:00
Jacob Strieb b7d901b0af Add download/export button 2019-06-30 01:25:38 -07:00
Jacob Strieb f67984d66b Add button to copy generated code 2019-06-30 01:14:07 -07:00
Jacob Strieb ad4abcf43c Separate into index, script, and style file 2019-06-30 01:09:18 -07:00
Jacob Strieb 60a3aa13d4 Add external link support
Button bar added to bottom right with styling for buttons. Index added that
writes decoded HTML to the DOM to render a page from a link. Button added to
base64 encode a page and create and open a link to view it in a new tab
2019-06-30 01:00:06 -07:00
Jacob Strieb 84af590ed7 Save and restore state from URL hash 2019-06-30 00:19:52 -07:00
Jacob Strieb 78340d1622 Implement working iframe rendering 2019-06-29 22:54:50 -07:00
Jacob Strieb 5b53746724 Move editor to proper directory 2019-06-29 21:53:15 -07:00