Lea Rosema on Nostr: You can turn chrome into something like the good old Microsoft Frontpage WYSIWYG ...
You can turn chrome into something like the good old Microsoft Frontpage WYSIWYG editor.
Just navigate to about:blank and add a couple of bookmarklets to your favbar:
Enter Designmode
javascript:void(document.body.setAttribute('contenteditable',''));
Format Selected text as H1:
javascript:document.execCommand('formatBlock', false, '<h1>');
(add H2, b, i, u, whatever you need)
Insert pre-made HTML-Snippets at the cursor:
javascript:document.execCommand('insertHTML', ...);
Published at
2024-10-08 11:07:33Event JSON
{
"id": "d22952b9eb1e7d1df7fc4d38817830b141cad7edcc8fd49624cf2633345dc374",
"pubkey": "f08a637f70295418bc754097b336bb0f1c8ff89d6e2d4ad40fcd258b33000e05",
"created_at": 1728385653,
"kind": 1,
"tags": [
[
"proxy",
"https://lea.lgbt/users/lea/statuses/113271482219829825",
"activitypub"
]
],
"content": "You can turn chrome into something like the good old Microsoft Frontpage WYSIWYG editor. \n\nJust navigate to about:blank and add a couple of bookmarklets to your favbar:\n\nEnter Designmode\njavascript:void(document.body.setAttribute('contenteditable',''));\n\nFormat Selected text as H1:\njavascript:document.execCommand('formatBlock', false, '\u003ch1\u003e');\n\n(add H2, b, i, u, whatever you need)\n\nInsert pre-made HTML-Snippets at the cursor:\n\njavascript:document.execCommand('insertHTML', ...);",
"sig": "7119d9791e8290bd0d55f16829090f8049b9fe71f5e04e6cf31c4d8b4704bad0c3d215b1d40b7a17764085a87d4f59d0f03346cd34a90a2c660c8af30b7355bc"
}