Jump to content

Main public logs

Combined display of all available logs of openjournal. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:38, 11 September 2026 Professorlamp talk contribs created page OpenJournal:Getting started (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...")