Skip to content

Instantly share code, notes, and snippets.

@dela3499
Created March 1, 2020 03:00
Show Gist options
  • Save dela3499/09512746071b9f6c82418188a3316cbf to your computer and use it in GitHub Desktop.
Save dela3499/09512746071b9f6c82418188a3316cbf to your computer and use it in GitHub Desktop.
A quick prototype interface for a writing app
<table style="width: 80%; margin:auto">
<tr>
<td contenteditable style="width: 50%; border: 1px solid lightgrey; padding: 20px; vertical-align: top;"></td>
<td contenteditable style="width: 50%; border: 1px solid lightgrey; padding: 20px; vertical-align: top;"></td>
</tr>
<tr>
<td contenteditable style="width: 50%; border: 1px solid lightgrey; padding: 20px; vertical-align: top;"></td>
<td contenteditable style="width: 50%; border: 1px solid lightgrey; padding: 20px; vertical-align: top;"></td>
</tr>
</table>
@dela3499
Copy link
Author

dela3499 commented Mar 1, 2020

Paste the text into https://htmledit.squarefree.com/ to render and try it.

@dela3499
Copy link
Author

dela3499 commented Mar 1, 2020

Here's a twitter thread where I explain the idea behind the prototype. https://twitter.com/dela3499/status/1233951450352570368?s=20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment