R
R
Rinat Bakiev2018-01-28 08:56:56
Documentation
Rinat Bakiev, 2018-01-28 08:56:56

A tool for group work on a document?

Hello!
We are developing a large document. I want to give the user access to a section of the document for editing / viewing, but the user does not see the rest of the information in the document. Maybe there is some add-on for google docs or a separate service?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dimonchik, 2018-01-28
@dimonchik2013

how do you see it physically?
crate of beer, user only sees two cans

A
Andreas St, 2018-01-28
@staraday

glitch.com

E
Edward Tibet, 2018-01-31
@eduardtibet

Rinat Bakiyev
You need single source technology. There you keep all the information separate and collect only the final output. Those. you can physically (at the level of access rights) separate each document into pieces of information and put them in your repo, which will be available to each specific team member.
Also, this can be implemented using lightweight markup languages ​​(md, rst, adoc). It all depends on what percentage of your documentation is written by developers, and what percentage is written by other team members. The more dev - the more lml.
Questions - ask.

X
xmoonlight, 2018-02-01
@xmoonlight

Step by step:
1. Go to https://cryptpad.fr
2. Create the necessary documents: 1 document is one section (editing area)!
3. When creating and opening in each document, click on the share-button ("share"): 5a72b11d07c27715154980.png4. Set the settings: 5a72aec4dd59b395995530.png
5. Copy the link from the area highlighted by the rectangle. (we do it for all the necessary documents)
6. Insert ourselves anywhere in the HTML code of the page (launching from an HTML file locally also works!):

<iframe width=100% frameborder=0 src="[СЮДА_ВСТАВИТЬ_URL_ДОКУМЕНТА_1]"></iframe>
<iframe width=100% frameborder=0 src="[СЮДА_ВСТАВИТЬ_URL_ДОКУМЕНТА_2]"></iframe>
...
<iframe width=100% frameborder=0 src="[СЮДА_ВСТАВИТЬ_URL_ДОКУМЕНТА_N]"></iframe>

After that, we get a general view of the document with real-time editing (collaborative work) and with access control.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question