Comment by Kim_Bruning
9 days ago
Did you notice you can click anywhere in the text and edit it?
Something was lost along the way.
(Nowadays you need a separate wiki engine on a site to be able to do that)
9 days ago
Did you notice you can click anywhere in the text and edit it?
Something was lost along the way.
(Nowadays you need a separate wiki engine on a site to be able to do that)
F12, Console, type
I had no idea. You just blew my mind
(it is slightly different though, as links cannot be followed)
In my Firefox installation you can.
F12, Console, type document.designMode = 'off'
Wow.
> (Nowadays you need a separate wiki engine on a site to be able to do that)
No you don’t. These browser simply PUTs the request and your web server simply edits the document. Versioning is optional, of course.
Do we know that they didn't have some backend code handing the editing?
I don't think a web where every page is globally editable by default would be a good idea, but I can't imagine at all how it would work without a backend, unless all of the changes are just local. But that seems pointless.
Being able to change stylesheets, disable or enhance various JavaScript scripts, add notes and annotations, and other things, is exactly the idea of a user agent.
The user makes a request, and then does whatever they like with the answer. Not just whatever is sensible, but whatever they want to do.
If that concept somehow became accepted again... I think the accessible web might well become a solved problem, rather than an endless slog.
In what way is that not currently possible? All browsers I know of you can edit whatever you want in any page you download
1 reply →
>Being able to change stylesheets
https://addons.mozilla.org/en-US/firefox/addon/styl-us/
>disable or enhance various JavaScript scripts
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin...
https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/...
Yeah you can't directly alter scripts being ran (as far as I know?) but you can usually override/extend behavior and can definitely add your own
>add notes and annotations
https://cwmonkey.github.io/greasemonkey/make-note/
(I haven't actually used this one, just first result)
1 reply →
HTTP has PUT and DELETE for a reason ;-)
> But that seems pointless.
Making notes for your own consumption?
Upload the file when you are done, perhaps?
The original read/write web