close
Image
Image

Docs

설명

This plugin allows you to create documents with WordPress, and to share them with others so they can also read and edit. Share the unique link to let anyone edit, or restrict access to specific email addresses.

With the Gutenberg plugin, Docs supports real-time collaborative editing — multiple users can edit the same document simultaneously, seeing each other’s cursors and changes live.

Sharing

The share panel (in the document sidebar) lets you control access:

  • Anyone with the link — anonymous users get a randomly generated animal name and emoji avatar (e.g. “Anonymous Fox”). They can edit text but cannot upload files.
  • Specific people — invite collaborators by email. They receive a magic link to access the editor. Email-invited users can upload files.
  • Existing users — add collaborators from the user autocomplete. They get full editing and upload access.
  • Restricted — only the document author and invited people can access.

How it works

Documents live entirely in wp-admin — there’s no public frontend. Each doc gets a unique and secret shareable URL that opens the editor directly.

Anonymous visitors don’t create any database entries. Their identity exists only in a browser cookie and disappears when it expires.

Email-invited people are created as real WordPress users (without a role) so their edits show up in revision history. They log in via magic links sent to their email.

스크린샷

  • Image
    Real-time collaborative editing with multiple anonymous users.
  • Image
    Block notes from multiple collaborators aligned to blocks.

후기

Image
2020년 8월 18일
how it works? Can I use it in the classic editor?
모든 1 평가 읽기

기여자 & 개발자

“Docs”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Docs”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Docs”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2

  • Anonymous users can add block notes on docs with link sharing enabled.
  • Hide status and author fields from the doc sidebar.
  • Fix early translation loading notice with WP_DEBUG enabled.
  • Override note name capitalisation from Gutenberg CSS.

1.0.1

  • Security: only doc authors and admins can modify sharing settings.
  • Security: restrict user creation endpoint to doc authors.
  • Block notes (comments) support for docs.
  • Email-invited users can see and reply to other users’ notes.

1.0.0

  • Real-time collaborative editing (requires Gutenberg plugin or WordPress 7.0).
  • Anonymous visitors no longer create database users — identity is cookie-based.
  • Animal emoji avatars for anonymous collaborators.
  • User autocomplete in the share panel.
  • File upload support for email-invited users.
  • All capabilities are now dynamic — no stored roles or caps.
  • URLs are admin based instead of front-end redirects.

0.0.1

  • Initial version.