Pepilog-Bookmarklet
Wie konnte ich bisher nur ohne solch ein Bookmarklet Einträge verfassen?
Mit dem neuen Pepilog-Bookmarklet ist alles einfacher.
Ich hab's leicht an pmachine angelehnt:
A bookmarklet gives you the convenience of "one click" publishing while surfing the internet. You can additionally highlight text on a web site, then when you launch your bookmarklet the text will be added to the form (highlighting only works on non-framed pages). Since the highlighted text is passed through the URL (URL encoded), you can't highlight a very large section of text. It works well with a couple paragraphs, or so.
[via: pMachine-Documentation]
23.04.2004 · nachmittags · Intern
2 Kommentare

Martin schrieb am 24.04.2004 um 02:52 Uhr:
Für längere Texte könnte man vielleicht ein Bookmarklet entwickeln, das ein neues Dokument mit einem POST-Formular erzeugt und dort den markierten Text einfügt. Ist aber deutlich komplizierter. Hab ich mir mal auf meine ETL (Endlose Todo-List) geschrieben


Plinius schrieb am 24.05.2004 um 16:50 Uhr:
Ein kleines bookmarklet zur Beitragssuche im pepilog:
javascript:q = "" + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (!q) q = prompt("Hirsch!Muttu was selecten. Gib a Suchphrase ein:", ""); if (q!=null) location="http://www.pepilog.de/suche.htm?send=Y&string=" + escape(q).replace(/ /g, "+"); void 0
Nicht vergessen: alles in einer Zeile, also Wurschtimode 
Kommentar hinzufügen
Thematisch dazu passend:
- Registrierungsdaten per Bookmarklet (4 Kommentare)
- Quicklinks 06.09.2004 (0 Kommentare)
- Quicklinks 27.07.2004 (3 Kommentare)
- Geschichte-Löschen (1 Kommentar)
- phpWebNotes (0 Kommentare)