Jump to content

OpenJournal:Getting started: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2026

  • curprev 13:3813:38, 11 September 2026 Professorlamp talk contribs 664 bytes +664 Created page with " == Embedding OpenJournal content on another site == === Article titles === <pre> fetch('https://openjournal.wiki/users/JohnSmith/posts').then(r=>r.json()).then(d=>console.log(d.query.pages.filter(p=>!p.redirect).map(p=>p.title.replace(/^User:[^/]+\//,'')))); </pre> Would return <pre> [ 'Welcome to OpenJournal!', 'Entr - The file watcher you’ve never heard of', "You don't need Vimwiki", 'Linux Audio Production', '10 minutes with K' ] </pre> === Article..."