Is there an online tool which supports shared writing?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I want to write a short story (and maybe later a book) together with a colleague from work.
Is there an online service which we can use to do this in a convenient way?
Useful features would be (not all necessary):
- write at the same time and immediately see what the other one is changing
- see latest updates from the other writer highlighted
- manage tasks (maybe in a kanban board)
- manage timelines like upcoming deadlines
software tools collaboration
add a comment |
I want to write a short story (and maybe later a book) together with a colleague from work.
Is there an online service which we can use to do this in a convenient way?
Useful features would be (not all necessary):
- write at the same time and immediately see what the other one is changing
- see latest updates from the other writer highlighted
- manage tasks (maybe in a kanban board)
- manage timelines like upcoming deadlines
software tools collaboration
add a comment |
I want to write a short story (and maybe later a book) together with a colleague from work.
Is there an online service which we can use to do this in a convenient way?
Useful features would be (not all necessary):
- write at the same time and immediately see what the other one is changing
- see latest updates from the other writer highlighted
- manage tasks (maybe in a kanban board)
- manage timelines like upcoming deadlines
software tools collaboration
I want to write a short story (and maybe later a book) together with a colleague from work.
Is there an online service which we can use to do this in a convenient way?
Useful features would be (not all necessary):
- write at the same time and immediately see what the other one is changing
- see latest updates from the other writer highlighted
- manage tasks (maybe in a kanban board)
- manage timelines like upcoming deadlines
software tools collaboration
software tools collaboration
edited May 24 at 18:15
Monica Cellio♦
18.9k2 gold badges49 silver badges99 bronze badges
18.9k2 gold badges49 silver badges99 bronze badges
asked May 23 at 11:36
KaadziaKaadzia
16810 bronze badges
16810 bronze badges
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
Depending on your requirements, something more lightweight like etherpad might fit your needs. It offers basic formatting functionality like headings, bold and italic.
It's very customizable and if you host it yourself you don't have to give your data to any external company.
You can look here for a demo.
We'll probably go with hosting etherpad and start with this setup for our short story. :-)
– Kaadzia
May 28 at 12:17
Thanks to all the other really good suggestions! If I could accept more than one answer I would, since I will probably use one of the other suggestions later on. Big Thanks to all of you :-)
– Kaadzia
May 29 at 6:55
add a comment |
This sounds like Google Docs, perhaps combined with Trello (for the Kanban board and calendar view), would do for you.
It's got live updating -- I don't think it tracks edits by author exactly, so you could agree on a convention -- like my students on one team devised a rule where each of them owned 2 colors. (4 students, so like light blue and dark blue was one, red and pink was another, etc.) Anything NEW they would do in one of their colors. Any EDITS to others' work, they'd do in their edit-color. (They copied original sentence to comments, in case people wanted to compare.) They would comment each paragraph with "ok" if they had no changes. Their teamleader would turn paragraphs BLACK if everyone had said "ok".
Since it's only 2 of you, that part could be simpler.
If you want to stay in Google things, you could fake a KanBan with Google Sheets, just name your columns, and each spreadsheet Cell becomes an Item, which you can move through the process. And then Google Calendar of course also exists for deadlines or blocking out time to write.
But Trello is free to use and lets you link to Gdocs also, so that's probably a better Kanban/Deadline solution.
2
You've beaten me to the answer! +1 to you.
– Liquid
May 23 at 13:11
Google Docs and Trello might be a good combination for us as long as we're working on the short stroy. Thanks. Maybe we'll need to switch to LaTeX and Trello later on when we are really planning on writing a book instead of a short story? I have no experience yet with special layouting software for books (aside from LaTeX) so that's hard for me to judge. Do you have any experience there?
– Kaadzia
May 24 at 12:17
2
@Kaadza Write wherever you want, at the end of the day it's going to get converted to another format anyway (whether it is because of conversions for ebooks or conversions for print or anything else). The only thing that might help a bit is to always use the paragraph/line style options rather than changing font/text styles directly for a range.
– David Mulder
May 24 at 14:17
1
As an addendum, Google docs has native support for an edit mode; you can toggle it for yourself (if you have permissions) or you can grant another user only edit permission. In this mode, additions/deletions, etc are shown as green/red text
– eques
May 24 at 14:53
3
"I don't think it tracks edits by author exactly" -- Google Docs will tell you exactly who wrote what, if you view the doc's history. It also has a "suggest" mode, where it will color what you write (and strikethrough what you try to replace or delete) until someone with edit privileges approves your suggestions.
– Brian S
May 25 at 12:56
add a comment |
Only tool I can think of would be Google docs.
You can have multiple people writing in a document at the same time and see where their cursor is, there is no color coding on who's typing by default.
You can enter what's called "suggestion mode" where changes you add are not validated immediately but merely appear highlighted to your color, allowing the owner to accept or refuse the change.
For updates, it keeps track of any changes through the document, so any day you can view the history of the doc and it will show you what was changed and by whom.
There is however no task or timeline managing that I can think of.
Thanks. I didn't know about the suggestion mode until now. That sounds very handy.
– Kaadzia
May 24 at 12:18
add a comment |
Another alternative (if you are not afraid to use LaTeX) would be Overleaf. While a learning curve exists you can layout documents beautifully with it.
I come from an engineering background where special characters and formulas are needed on a regular basis. We used Overleaf within our team to work on several parts of our document simultaneously.
Not for simultaneous work on one document, but maybe of interest for you: should you get off the grid for some reason, you can use offline editors like TeXstudio to continue working on your files. Once you get back online, you would still have to carefully merge stuff together, but there won't be many bad surprises in regards to formatting.
EDIT: I missed some of your points, sorry.
You can see where your colleague is working (there is a visible cursor) and who is logged in atm. I do not recall any other highlighting, though.
You can leave comments within the text visible for everyone working on the document - this might offer you the task management functionality without overburdening you with yet another tool.
As for deadlines... I did not notice any tracking functionality in Overleaf. I would personally use Gantt charts to organize myself, including milestones and the like. GanttProject offers everything I need, only used it offline though. But if you put the project files into some secure cloud storage or inside a git repository, it may suit your needs.
EDIT2: As Eric Lino pointed out in the comments, there can only be two people working on the document if you are using the free version (source: pricing list).
Using LaTeX is actually a great idea. Since my colleague and I are both software developers we're not afraid of LaTeX at all ;-) ( Used it for my thesis already) With LaTeX we would already have a great base for neat and clean formating.
– Kaadzia
May 24 at 11:55
2
Overleaf would be my answer ,I'm glad to find another person suggesting it. The only downside is that in the free version there can't be more than 2 people writing in the same document. Other than that, it's very good. You can use basically any LaTeX package (as long as you call it, of course) and see the pdf and the code side by side. SInce you're developers, I don't think you'll use what I'll say next, but you can also write your code in a rich text format, which helps visualization for those not that familiar with programming.
– Eric Lino
May 24 at 14:41
@EricLino Ah, thank you for pointing out the limitation regarding participants. Do you know if Overleaf is missing any packages?
– Alexander Mayer
May 24 at 15:15
1
@AlexanderMayer I'm not sure, but it has over 4,000 packages, so I'm pretty sure you're covered if you want to write books with it. Unfortunately, Overleaf doesn't specify on his website which packages it uses. I found the following page: pt.overleaf.com/learn/latex/List_of_packages_and_class_files
– Eric Lino
May 24 at 18:29
add a comment |
Depending what you mean by 'online', there's Gobby
https://gobby.github.io/
Looks like it would satisfy "write at the same time and immediately see what the other one is changing". Do you have experience using gobby for collaborative writing?
– Kaadzia
May 24 at 12:14
add a comment |
I want to mention Confluence Wiki ( https://www.atlassian.com/software/confluence )
as it supports editing the same Wiki page where you see the cursor of the other Editors as well what they are typing.
For less than 10 users the licence is 10$ single payment (which gets donated) - and can be setup on your own server.
You could create one Wiki page per chapter for example. - The structure (as on wikis in general) is your choice.
There is also a version history to see what changed from version x to y
Good idea. Confluence in combination with Jira could actually cover all features we need. Notification when someone mentioned you are also something that might be very handy for us. Thanks!
– Kaadzia
May 27 at 4:29
Confluence also informs the user if you write @Username - so probably you can setup one page with "tasks" and list up the things todo together with "@Username" - so you could probably avoid installing jira for the first time
– Wolfgang
Jun 4 at 7:53
I would have used Jira e.g. for a Backlog and Scrum Board to organize the work ahead of us.
– Kaadzia
Jun 4 at 8:03
add a comment |
Depending on what you use for writing, you should consider git. With LaTeX it works like a charm, each of you can create his own branch and merge when he finishes a chapter/ paragraph. Git will keep track automatically about who made which changes. And with git diff every change will be highlighted for you.
Thanks :-) I discussed that option together with my colleague. I don't think it is a very good fit for our use case. The "see what the other one is writing right at the moment" feature is important to us. (At least as long as we're working on the short story and not the book) GIT would of course be great for merging changes.
– Kaadzia
May 24 at 12:23
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "166"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwriting.stackexchange.com%2fquestions%2f45342%2fis-there-an-online-tool-which-supports-shared-writing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
Depending on your requirements, something more lightweight like etherpad might fit your needs. It offers basic formatting functionality like headings, bold and italic.
It's very customizable and if you host it yourself you don't have to give your data to any external company.
You can look here for a demo.
We'll probably go with hosting etherpad and start with this setup for our short story. :-)
– Kaadzia
May 28 at 12:17
Thanks to all the other really good suggestions! If I could accept more than one answer I would, since I will probably use one of the other suggestions later on. Big Thanks to all of you :-)
– Kaadzia
May 29 at 6:55
add a comment |
Depending on your requirements, something more lightweight like etherpad might fit your needs. It offers basic formatting functionality like headings, bold and italic.
It's very customizable and if you host it yourself you don't have to give your data to any external company.
You can look here for a demo.
We'll probably go with hosting etherpad and start with this setup for our short story. :-)
– Kaadzia
May 28 at 12:17
Thanks to all the other really good suggestions! If I could accept more than one answer I would, since I will probably use one of the other suggestions later on. Big Thanks to all of you :-)
– Kaadzia
May 29 at 6:55
add a comment |
Depending on your requirements, something more lightweight like etherpad might fit your needs. It offers basic formatting functionality like headings, bold and italic.
It's very customizable and if you host it yourself you don't have to give your data to any external company.
You can look here for a demo.
Depending on your requirements, something more lightweight like etherpad might fit your needs. It offers basic formatting functionality like headings, bold and italic.
It's very customizable and if you host it yourself you don't have to give your data to any external company.
You can look here for a demo.
answered May 24 at 9:24
corvus_192corvus_192
1561 bronze badge
1561 bronze badge
We'll probably go with hosting etherpad and start with this setup for our short story. :-)
– Kaadzia
May 28 at 12:17
Thanks to all the other really good suggestions! If I could accept more than one answer I would, since I will probably use one of the other suggestions later on. Big Thanks to all of you :-)
– Kaadzia
May 29 at 6:55
add a comment |
We'll probably go with hosting etherpad and start with this setup for our short story. :-)
– Kaadzia
May 28 at 12:17
Thanks to all the other really good suggestions! If I could accept more than one answer I would, since I will probably use one of the other suggestions later on. Big Thanks to all of you :-)
– Kaadzia
May 29 at 6:55
We'll probably go with hosting etherpad and start with this setup for our short story. :-)
– Kaadzia
May 28 at 12:17
We'll probably go with hosting etherpad and start with this setup for our short story. :-)
– Kaadzia
May 28 at 12:17
Thanks to all the other really good suggestions! If I could accept more than one answer I would, since I will probably use one of the other suggestions later on. Big Thanks to all of you :-)
– Kaadzia
May 29 at 6:55
Thanks to all the other really good suggestions! If I could accept more than one answer I would, since I will probably use one of the other suggestions later on. Big Thanks to all of you :-)
– Kaadzia
May 29 at 6:55
add a comment |
This sounds like Google Docs, perhaps combined with Trello (for the Kanban board and calendar view), would do for you.
It's got live updating -- I don't think it tracks edits by author exactly, so you could agree on a convention -- like my students on one team devised a rule where each of them owned 2 colors. (4 students, so like light blue and dark blue was one, red and pink was another, etc.) Anything NEW they would do in one of their colors. Any EDITS to others' work, they'd do in their edit-color. (They copied original sentence to comments, in case people wanted to compare.) They would comment each paragraph with "ok" if they had no changes. Their teamleader would turn paragraphs BLACK if everyone had said "ok".
Since it's only 2 of you, that part could be simpler.
If you want to stay in Google things, you could fake a KanBan with Google Sheets, just name your columns, and each spreadsheet Cell becomes an Item, which you can move through the process. And then Google Calendar of course also exists for deadlines or blocking out time to write.
But Trello is free to use and lets you link to Gdocs also, so that's probably a better Kanban/Deadline solution.
2
You've beaten me to the answer! +1 to you.
– Liquid
May 23 at 13:11
Google Docs and Trello might be a good combination for us as long as we're working on the short stroy. Thanks. Maybe we'll need to switch to LaTeX and Trello later on when we are really planning on writing a book instead of a short story? I have no experience yet with special layouting software for books (aside from LaTeX) so that's hard for me to judge. Do you have any experience there?
– Kaadzia
May 24 at 12:17
2
@Kaadza Write wherever you want, at the end of the day it's going to get converted to another format anyway (whether it is because of conversions for ebooks or conversions for print or anything else). The only thing that might help a bit is to always use the paragraph/line style options rather than changing font/text styles directly for a range.
– David Mulder
May 24 at 14:17
1
As an addendum, Google docs has native support for an edit mode; you can toggle it for yourself (if you have permissions) or you can grant another user only edit permission. In this mode, additions/deletions, etc are shown as green/red text
– eques
May 24 at 14:53
3
"I don't think it tracks edits by author exactly" -- Google Docs will tell you exactly who wrote what, if you view the doc's history. It also has a "suggest" mode, where it will color what you write (and strikethrough what you try to replace or delete) until someone with edit privileges approves your suggestions.
– Brian S
May 25 at 12:56
add a comment |
This sounds like Google Docs, perhaps combined with Trello (for the Kanban board and calendar view), would do for you.
It's got live updating -- I don't think it tracks edits by author exactly, so you could agree on a convention -- like my students on one team devised a rule where each of them owned 2 colors. (4 students, so like light blue and dark blue was one, red and pink was another, etc.) Anything NEW they would do in one of their colors. Any EDITS to others' work, they'd do in their edit-color. (They copied original sentence to comments, in case people wanted to compare.) They would comment each paragraph with "ok" if they had no changes. Their teamleader would turn paragraphs BLACK if everyone had said "ok".
Since it's only 2 of you, that part could be simpler.
If you want to stay in Google things, you could fake a KanBan with Google Sheets, just name your columns, and each spreadsheet Cell becomes an Item, which you can move through the process. And then Google Calendar of course also exists for deadlines or blocking out time to write.
But Trello is free to use and lets you link to Gdocs also, so that's probably a better Kanban/Deadline solution.
2
You've beaten me to the answer! +1 to you.
– Liquid
May 23 at 13:11
Google Docs and Trello might be a good combination for us as long as we're working on the short stroy. Thanks. Maybe we'll need to switch to LaTeX and Trello later on when we are really planning on writing a book instead of a short story? I have no experience yet with special layouting software for books (aside from LaTeX) so that's hard for me to judge. Do you have any experience there?
– Kaadzia
May 24 at 12:17
2
@Kaadza Write wherever you want, at the end of the day it's going to get converted to another format anyway (whether it is because of conversions for ebooks or conversions for print or anything else). The only thing that might help a bit is to always use the paragraph/line style options rather than changing font/text styles directly for a range.
– David Mulder
May 24 at 14:17
1
As an addendum, Google docs has native support for an edit mode; you can toggle it for yourself (if you have permissions) or you can grant another user only edit permission. In this mode, additions/deletions, etc are shown as green/red text
– eques
May 24 at 14:53
3
"I don't think it tracks edits by author exactly" -- Google Docs will tell you exactly who wrote what, if you view the doc's history. It also has a "suggest" mode, where it will color what you write (and strikethrough what you try to replace or delete) until someone with edit privileges approves your suggestions.
– Brian S
May 25 at 12:56
add a comment |
This sounds like Google Docs, perhaps combined with Trello (for the Kanban board and calendar view), would do for you.
It's got live updating -- I don't think it tracks edits by author exactly, so you could agree on a convention -- like my students on one team devised a rule where each of them owned 2 colors. (4 students, so like light blue and dark blue was one, red and pink was another, etc.) Anything NEW they would do in one of their colors. Any EDITS to others' work, they'd do in their edit-color. (They copied original sentence to comments, in case people wanted to compare.) They would comment each paragraph with "ok" if they had no changes. Their teamleader would turn paragraphs BLACK if everyone had said "ok".
Since it's only 2 of you, that part could be simpler.
If you want to stay in Google things, you could fake a KanBan with Google Sheets, just name your columns, and each spreadsheet Cell becomes an Item, which you can move through the process. And then Google Calendar of course also exists for deadlines or blocking out time to write.
But Trello is free to use and lets you link to Gdocs also, so that's probably a better Kanban/Deadline solution.
This sounds like Google Docs, perhaps combined with Trello (for the Kanban board and calendar view), would do for you.
It's got live updating -- I don't think it tracks edits by author exactly, so you could agree on a convention -- like my students on one team devised a rule where each of them owned 2 colors. (4 students, so like light blue and dark blue was one, red and pink was another, etc.) Anything NEW they would do in one of their colors. Any EDITS to others' work, they'd do in their edit-color. (They copied original sentence to comments, in case people wanted to compare.) They would comment each paragraph with "ok" if they had no changes. Their teamleader would turn paragraphs BLACK if everyone had said "ok".
Since it's only 2 of you, that part could be simpler.
If you want to stay in Google things, you could fake a KanBan with Google Sheets, just name your columns, and each spreadsheet Cell becomes an Item, which you can move through the process. And then Google Calendar of course also exists for deadlines or blocking out time to write.
But Trello is free to use and lets you link to Gdocs also, so that's probably a better Kanban/Deadline solution.
answered May 23 at 13:06
AprilApril
3,5887 silver badges45 bronze badges
3,5887 silver badges45 bronze badges
2
You've beaten me to the answer! +1 to you.
– Liquid
May 23 at 13:11
Google Docs and Trello might be a good combination for us as long as we're working on the short stroy. Thanks. Maybe we'll need to switch to LaTeX and Trello later on when we are really planning on writing a book instead of a short story? I have no experience yet with special layouting software for books (aside from LaTeX) so that's hard for me to judge. Do you have any experience there?
– Kaadzia
May 24 at 12:17
2
@Kaadza Write wherever you want, at the end of the day it's going to get converted to another format anyway (whether it is because of conversions for ebooks or conversions for print or anything else). The only thing that might help a bit is to always use the paragraph/line style options rather than changing font/text styles directly for a range.
– David Mulder
May 24 at 14:17
1
As an addendum, Google docs has native support for an edit mode; you can toggle it for yourself (if you have permissions) or you can grant another user only edit permission. In this mode, additions/deletions, etc are shown as green/red text
– eques
May 24 at 14:53
3
"I don't think it tracks edits by author exactly" -- Google Docs will tell you exactly who wrote what, if you view the doc's history. It also has a "suggest" mode, where it will color what you write (and strikethrough what you try to replace or delete) until someone with edit privileges approves your suggestions.
– Brian S
May 25 at 12:56
add a comment |
2
You've beaten me to the answer! +1 to you.
– Liquid
May 23 at 13:11
Google Docs and Trello might be a good combination for us as long as we're working on the short stroy. Thanks. Maybe we'll need to switch to LaTeX and Trello later on when we are really planning on writing a book instead of a short story? I have no experience yet with special layouting software for books (aside from LaTeX) so that's hard for me to judge. Do you have any experience there?
– Kaadzia
May 24 at 12:17
2
@Kaadza Write wherever you want, at the end of the day it's going to get converted to another format anyway (whether it is because of conversions for ebooks or conversions for print or anything else). The only thing that might help a bit is to always use the paragraph/line style options rather than changing font/text styles directly for a range.
– David Mulder
May 24 at 14:17
1
As an addendum, Google docs has native support for an edit mode; you can toggle it for yourself (if you have permissions) or you can grant another user only edit permission. In this mode, additions/deletions, etc are shown as green/red text
– eques
May 24 at 14:53
3
"I don't think it tracks edits by author exactly" -- Google Docs will tell you exactly who wrote what, if you view the doc's history. It also has a "suggest" mode, where it will color what you write (and strikethrough what you try to replace or delete) until someone with edit privileges approves your suggestions.
– Brian S
May 25 at 12:56
2
2
You've beaten me to the answer! +1 to you.
– Liquid
May 23 at 13:11
You've beaten me to the answer! +1 to you.
– Liquid
May 23 at 13:11
Google Docs and Trello might be a good combination for us as long as we're working on the short stroy. Thanks. Maybe we'll need to switch to LaTeX and Trello later on when we are really planning on writing a book instead of a short story? I have no experience yet with special layouting software for books (aside from LaTeX) so that's hard for me to judge. Do you have any experience there?
– Kaadzia
May 24 at 12:17
Google Docs and Trello might be a good combination for us as long as we're working on the short stroy. Thanks. Maybe we'll need to switch to LaTeX and Trello later on when we are really planning on writing a book instead of a short story? I have no experience yet with special layouting software for books (aside from LaTeX) so that's hard for me to judge. Do you have any experience there?
– Kaadzia
May 24 at 12:17
2
2
@Kaadza Write wherever you want, at the end of the day it's going to get converted to another format anyway (whether it is because of conversions for ebooks or conversions for print or anything else). The only thing that might help a bit is to always use the paragraph/line style options rather than changing font/text styles directly for a range.
– David Mulder
May 24 at 14:17
@Kaadza Write wherever you want, at the end of the day it's going to get converted to another format anyway (whether it is because of conversions for ebooks or conversions for print or anything else). The only thing that might help a bit is to always use the paragraph/line style options rather than changing font/text styles directly for a range.
– David Mulder
May 24 at 14:17
1
1
As an addendum, Google docs has native support for an edit mode; you can toggle it for yourself (if you have permissions) or you can grant another user only edit permission. In this mode, additions/deletions, etc are shown as green/red text
– eques
May 24 at 14:53
As an addendum, Google docs has native support for an edit mode; you can toggle it for yourself (if you have permissions) or you can grant another user only edit permission. In this mode, additions/deletions, etc are shown as green/red text
– eques
May 24 at 14:53
3
3
"I don't think it tracks edits by author exactly" -- Google Docs will tell you exactly who wrote what, if you view the doc's history. It also has a "suggest" mode, where it will color what you write (and strikethrough what you try to replace or delete) until someone with edit privileges approves your suggestions.
– Brian S
May 25 at 12:56
"I don't think it tracks edits by author exactly" -- Google Docs will tell you exactly who wrote what, if you view the doc's history. It also has a "suggest" mode, where it will color what you write (and strikethrough what you try to replace or delete) until someone with edit privileges approves your suggestions.
– Brian S
May 25 at 12:56
add a comment |
Only tool I can think of would be Google docs.
You can have multiple people writing in a document at the same time and see where their cursor is, there is no color coding on who's typing by default.
You can enter what's called "suggestion mode" where changes you add are not validated immediately but merely appear highlighted to your color, allowing the owner to accept or refuse the change.
For updates, it keeps track of any changes through the document, so any day you can view the history of the doc and it will show you what was changed and by whom.
There is however no task or timeline managing that I can think of.
Thanks. I didn't know about the suggestion mode until now. That sounds very handy.
– Kaadzia
May 24 at 12:18
add a comment |
Only tool I can think of would be Google docs.
You can have multiple people writing in a document at the same time and see where their cursor is, there is no color coding on who's typing by default.
You can enter what's called "suggestion mode" where changes you add are not validated immediately but merely appear highlighted to your color, allowing the owner to accept or refuse the change.
For updates, it keeps track of any changes through the document, so any day you can view the history of the doc and it will show you what was changed and by whom.
There is however no task or timeline managing that I can think of.
Thanks. I didn't know about the suggestion mode until now. That sounds very handy.
– Kaadzia
May 24 at 12:18
add a comment |
Only tool I can think of would be Google docs.
You can have multiple people writing in a document at the same time and see where their cursor is, there is no color coding on who's typing by default.
You can enter what's called "suggestion mode" where changes you add are not validated immediately but merely appear highlighted to your color, allowing the owner to accept or refuse the change.
For updates, it keeps track of any changes through the document, so any day you can view the history of the doc and it will show you what was changed and by whom.
There is however no task or timeline managing that I can think of.
Only tool I can think of would be Google docs.
You can have multiple people writing in a document at the same time and see where their cursor is, there is no color coding on who's typing by default.
You can enter what's called "suggestion mode" where changes you add are not validated immediately but merely appear highlighted to your color, allowing the owner to accept or refuse the change.
For updates, it keeps track of any changes through the document, so any day you can view the history of the doc and it will show you what was changed and by whom.
There is however no task or timeline managing that I can think of.
answered May 23 at 13:04
mario mariomario mario
1313 bronze badges
1313 bronze badges
Thanks. I didn't know about the suggestion mode until now. That sounds very handy.
– Kaadzia
May 24 at 12:18
add a comment |
Thanks. I didn't know about the suggestion mode until now. That sounds very handy.
– Kaadzia
May 24 at 12:18
Thanks. I didn't know about the suggestion mode until now. That sounds very handy.
– Kaadzia
May 24 at 12:18
Thanks. I didn't know about the suggestion mode until now. That sounds very handy.
– Kaadzia
May 24 at 12:18
add a comment |
Another alternative (if you are not afraid to use LaTeX) would be Overleaf. While a learning curve exists you can layout documents beautifully with it.
I come from an engineering background where special characters and formulas are needed on a regular basis. We used Overleaf within our team to work on several parts of our document simultaneously.
Not for simultaneous work on one document, but maybe of interest for you: should you get off the grid for some reason, you can use offline editors like TeXstudio to continue working on your files. Once you get back online, you would still have to carefully merge stuff together, but there won't be many bad surprises in regards to formatting.
EDIT: I missed some of your points, sorry.
You can see where your colleague is working (there is a visible cursor) and who is logged in atm. I do not recall any other highlighting, though.
You can leave comments within the text visible for everyone working on the document - this might offer you the task management functionality without overburdening you with yet another tool.
As for deadlines... I did not notice any tracking functionality in Overleaf. I would personally use Gantt charts to organize myself, including milestones and the like. GanttProject offers everything I need, only used it offline though. But if you put the project files into some secure cloud storage or inside a git repository, it may suit your needs.
EDIT2: As Eric Lino pointed out in the comments, there can only be two people working on the document if you are using the free version (source: pricing list).
Using LaTeX is actually a great idea. Since my colleague and I are both software developers we're not afraid of LaTeX at all ;-) ( Used it for my thesis already) With LaTeX we would already have a great base for neat and clean formating.
– Kaadzia
May 24 at 11:55
2
Overleaf would be my answer ,I'm glad to find another person suggesting it. The only downside is that in the free version there can't be more than 2 people writing in the same document. Other than that, it's very good. You can use basically any LaTeX package (as long as you call it, of course) and see the pdf and the code side by side. SInce you're developers, I don't think you'll use what I'll say next, but you can also write your code in a rich text format, which helps visualization for those not that familiar with programming.
– Eric Lino
May 24 at 14:41
@EricLino Ah, thank you for pointing out the limitation regarding participants. Do you know if Overleaf is missing any packages?
– Alexander Mayer
May 24 at 15:15
1
@AlexanderMayer I'm not sure, but it has over 4,000 packages, so I'm pretty sure you're covered if you want to write books with it. Unfortunately, Overleaf doesn't specify on his website which packages it uses. I found the following page: pt.overleaf.com/learn/latex/List_of_packages_and_class_files
– Eric Lino
May 24 at 18:29
add a comment |
Another alternative (if you are not afraid to use LaTeX) would be Overleaf. While a learning curve exists you can layout documents beautifully with it.
I come from an engineering background where special characters and formulas are needed on a regular basis. We used Overleaf within our team to work on several parts of our document simultaneously.
Not for simultaneous work on one document, but maybe of interest for you: should you get off the grid for some reason, you can use offline editors like TeXstudio to continue working on your files. Once you get back online, you would still have to carefully merge stuff together, but there won't be many bad surprises in regards to formatting.
EDIT: I missed some of your points, sorry.
You can see where your colleague is working (there is a visible cursor) and who is logged in atm. I do not recall any other highlighting, though.
You can leave comments within the text visible for everyone working on the document - this might offer you the task management functionality without overburdening you with yet another tool.
As for deadlines... I did not notice any tracking functionality in Overleaf. I would personally use Gantt charts to organize myself, including milestones and the like. GanttProject offers everything I need, only used it offline though. But if you put the project files into some secure cloud storage or inside a git repository, it may suit your needs.
EDIT2: As Eric Lino pointed out in the comments, there can only be two people working on the document if you are using the free version (source: pricing list).
Using LaTeX is actually a great idea. Since my colleague and I are both software developers we're not afraid of LaTeX at all ;-) ( Used it for my thesis already) With LaTeX we would already have a great base for neat and clean formating.
– Kaadzia
May 24 at 11:55
2
Overleaf would be my answer ,I'm glad to find another person suggesting it. The only downside is that in the free version there can't be more than 2 people writing in the same document. Other than that, it's very good. You can use basically any LaTeX package (as long as you call it, of course) and see the pdf and the code side by side. SInce you're developers, I don't think you'll use what I'll say next, but you can also write your code in a rich text format, which helps visualization for those not that familiar with programming.
– Eric Lino
May 24 at 14:41
@EricLino Ah, thank you for pointing out the limitation regarding participants. Do you know if Overleaf is missing any packages?
– Alexander Mayer
May 24 at 15:15
1
@AlexanderMayer I'm not sure, but it has over 4,000 packages, so I'm pretty sure you're covered if you want to write books with it. Unfortunately, Overleaf doesn't specify on his website which packages it uses. I found the following page: pt.overleaf.com/learn/latex/List_of_packages_and_class_files
– Eric Lino
May 24 at 18:29
add a comment |
Another alternative (if you are not afraid to use LaTeX) would be Overleaf. While a learning curve exists you can layout documents beautifully with it.
I come from an engineering background where special characters and formulas are needed on a regular basis. We used Overleaf within our team to work on several parts of our document simultaneously.
Not for simultaneous work on one document, but maybe of interest for you: should you get off the grid for some reason, you can use offline editors like TeXstudio to continue working on your files. Once you get back online, you would still have to carefully merge stuff together, but there won't be many bad surprises in regards to formatting.
EDIT: I missed some of your points, sorry.
You can see where your colleague is working (there is a visible cursor) and who is logged in atm. I do not recall any other highlighting, though.
You can leave comments within the text visible for everyone working on the document - this might offer you the task management functionality without overburdening you with yet another tool.
As for deadlines... I did not notice any tracking functionality in Overleaf. I would personally use Gantt charts to organize myself, including milestones and the like. GanttProject offers everything I need, only used it offline though. But if you put the project files into some secure cloud storage or inside a git repository, it may suit your needs.
EDIT2: As Eric Lino pointed out in the comments, there can only be two people working on the document if you are using the free version (source: pricing list).
Another alternative (if you are not afraid to use LaTeX) would be Overleaf. While a learning curve exists you can layout documents beautifully with it.
I come from an engineering background where special characters and formulas are needed on a regular basis. We used Overleaf within our team to work on several parts of our document simultaneously.
Not for simultaneous work on one document, but maybe of interest for you: should you get off the grid for some reason, you can use offline editors like TeXstudio to continue working on your files. Once you get back online, you would still have to carefully merge stuff together, but there won't be many bad surprises in regards to formatting.
EDIT: I missed some of your points, sorry.
You can see where your colleague is working (there is a visible cursor) and who is logged in atm. I do not recall any other highlighting, though.
You can leave comments within the text visible for everyone working on the document - this might offer you the task management functionality without overburdening you with yet another tool.
As for deadlines... I did not notice any tracking functionality in Overleaf. I would personally use Gantt charts to organize myself, including milestones and the like. GanttProject offers everything I need, only used it offline though. But if you put the project files into some secure cloud storage or inside a git repository, it may suit your needs.
EDIT2: As Eric Lino pointed out in the comments, there can only be two people working on the document if you are using the free version (source: pricing list).
edited May 24 at 15:25
answered May 24 at 11:23
Alexander MayerAlexander Mayer
515 bronze badges
515 bronze badges
Using LaTeX is actually a great idea. Since my colleague and I are both software developers we're not afraid of LaTeX at all ;-) ( Used it for my thesis already) With LaTeX we would already have a great base for neat and clean formating.
– Kaadzia
May 24 at 11:55
2
Overleaf would be my answer ,I'm glad to find another person suggesting it. The only downside is that in the free version there can't be more than 2 people writing in the same document. Other than that, it's very good. You can use basically any LaTeX package (as long as you call it, of course) and see the pdf and the code side by side. SInce you're developers, I don't think you'll use what I'll say next, but you can also write your code in a rich text format, which helps visualization for those not that familiar with programming.
– Eric Lino
May 24 at 14:41
@EricLino Ah, thank you for pointing out the limitation regarding participants. Do you know if Overleaf is missing any packages?
– Alexander Mayer
May 24 at 15:15
1
@AlexanderMayer I'm not sure, but it has over 4,000 packages, so I'm pretty sure you're covered if you want to write books with it. Unfortunately, Overleaf doesn't specify on his website which packages it uses. I found the following page: pt.overleaf.com/learn/latex/List_of_packages_and_class_files
– Eric Lino
May 24 at 18:29
add a comment |
Using LaTeX is actually a great idea. Since my colleague and I are both software developers we're not afraid of LaTeX at all ;-) ( Used it for my thesis already) With LaTeX we would already have a great base for neat and clean formating.
– Kaadzia
May 24 at 11:55
2
Overleaf would be my answer ,I'm glad to find another person suggesting it. The only downside is that in the free version there can't be more than 2 people writing in the same document. Other than that, it's very good. You can use basically any LaTeX package (as long as you call it, of course) and see the pdf and the code side by side. SInce you're developers, I don't think you'll use what I'll say next, but you can also write your code in a rich text format, which helps visualization for those not that familiar with programming.
– Eric Lino
May 24 at 14:41
@EricLino Ah, thank you for pointing out the limitation regarding participants. Do you know if Overleaf is missing any packages?
– Alexander Mayer
May 24 at 15:15
1
@AlexanderMayer I'm not sure, but it has over 4,000 packages, so I'm pretty sure you're covered if you want to write books with it. Unfortunately, Overleaf doesn't specify on his website which packages it uses. I found the following page: pt.overleaf.com/learn/latex/List_of_packages_and_class_files
– Eric Lino
May 24 at 18:29
Using LaTeX is actually a great idea. Since my colleague and I are both software developers we're not afraid of LaTeX at all ;-) ( Used it for my thesis already) With LaTeX we would already have a great base for neat and clean formating.
– Kaadzia
May 24 at 11:55
Using LaTeX is actually a great idea. Since my colleague and I are both software developers we're not afraid of LaTeX at all ;-) ( Used it for my thesis already) With LaTeX we would already have a great base for neat and clean formating.
– Kaadzia
May 24 at 11:55
2
2
Overleaf would be my answer ,I'm glad to find another person suggesting it. The only downside is that in the free version there can't be more than 2 people writing in the same document. Other than that, it's very good. You can use basically any LaTeX package (as long as you call it, of course) and see the pdf and the code side by side. SInce you're developers, I don't think you'll use what I'll say next, but you can also write your code in a rich text format, which helps visualization for those not that familiar with programming.
– Eric Lino
May 24 at 14:41
Overleaf would be my answer ,I'm glad to find another person suggesting it. The only downside is that in the free version there can't be more than 2 people writing in the same document. Other than that, it's very good. You can use basically any LaTeX package (as long as you call it, of course) and see the pdf and the code side by side. SInce you're developers, I don't think you'll use what I'll say next, but you can also write your code in a rich text format, which helps visualization for those not that familiar with programming.
– Eric Lino
May 24 at 14:41
@EricLino Ah, thank you for pointing out the limitation regarding participants. Do you know if Overleaf is missing any packages?
– Alexander Mayer
May 24 at 15:15
@EricLino Ah, thank you for pointing out the limitation regarding participants. Do you know if Overleaf is missing any packages?
– Alexander Mayer
May 24 at 15:15
1
1
@AlexanderMayer I'm not sure, but it has over 4,000 packages, so I'm pretty sure you're covered if you want to write books with it. Unfortunately, Overleaf doesn't specify on his website which packages it uses. I found the following page: pt.overleaf.com/learn/latex/List_of_packages_and_class_files
– Eric Lino
May 24 at 18:29
@AlexanderMayer I'm not sure, but it has over 4,000 packages, so I'm pretty sure you're covered if you want to write books with it. Unfortunately, Overleaf doesn't specify on his website which packages it uses. I found the following page: pt.overleaf.com/learn/latex/List_of_packages_and_class_files
– Eric Lino
May 24 at 18:29
add a comment |
Depending what you mean by 'online', there's Gobby
https://gobby.github.io/
Looks like it would satisfy "write at the same time and immediately see what the other one is changing". Do you have experience using gobby for collaborative writing?
– Kaadzia
May 24 at 12:14
add a comment |
Depending what you mean by 'online', there's Gobby
https://gobby.github.io/
Looks like it would satisfy "write at the same time and immediately see what the other one is changing". Do you have experience using gobby for collaborative writing?
– Kaadzia
May 24 at 12:14
add a comment |
Depending what you mean by 'online', there's Gobby
https://gobby.github.io/
Depending what you mean by 'online', there's Gobby
https://gobby.github.io/
answered May 24 at 11:16
Slumpfearer9Slumpfearer9
311 bronze badge
311 bronze badge
Looks like it would satisfy "write at the same time and immediately see what the other one is changing". Do you have experience using gobby for collaborative writing?
– Kaadzia
May 24 at 12:14
add a comment |
Looks like it would satisfy "write at the same time and immediately see what the other one is changing". Do you have experience using gobby for collaborative writing?
– Kaadzia
May 24 at 12:14
Looks like it would satisfy "write at the same time and immediately see what the other one is changing". Do you have experience using gobby for collaborative writing?
– Kaadzia
May 24 at 12:14
Looks like it would satisfy "write at the same time and immediately see what the other one is changing". Do you have experience using gobby for collaborative writing?
– Kaadzia
May 24 at 12:14
add a comment |
I want to mention Confluence Wiki ( https://www.atlassian.com/software/confluence )
as it supports editing the same Wiki page where you see the cursor of the other Editors as well what they are typing.
For less than 10 users the licence is 10$ single payment (which gets donated) - and can be setup on your own server.
You could create one Wiki page per chapter for example. - The structure (as on wikis in general) is your choice.
There is also a version history to see what changed from version x to y
Good idea. Confluence in combination with Jira could actually cover all features we need. Notification when someone mentioned you are also something that might be very handy for us. Thanks!
– Kaadzia
May 27 at 4:29
Confluence also informs the user if you write @Username - so probably you can setup one page with "tasks" and list up the things todo together with "@Username" - so you could probably avoid installing jira for the first time
– Wolfgang
Jun 4 at 7:53
I would have used Jira e.g. for a Backlog and Scrum Board to organize the work ahead of us.
– Kaadzia
Jun 4 at 8:03
add a comment |
I want to mention Confluence Wiki ( https://www.atlassian.com/software/confluence )
as it supports editing the same Wiki page where you see the cursor of the other Editors as well what they are typing.
For less than 10 users the licence is 10$ single payment (which gets donated) - and can be setup on your own server.
You could create one Wiki page per chapter for example. - The structure (as on wikis in general) is your choice.
There is also a version history to see what changed from version x to y
Good idea. Confluence in combination with Jira could actually cover all features we need. Notification when someone mentioned you are also something that might be very handy for us. Thanks!
– Kaadzia
May 27 at 4:29
Confluence also informs the user if you write @Username - so probably you can setup one page with "tasks" and list up the things todo together with "@Username" - so you could probably avoid installing jira for the first time
– Wolfgang
Jun 4 at 7:53
I would have used Jira e.g. for a Backlog and Scrum Board to organize the work ahead of us.
– Kaadzia
Jun 4 at 8:03
add a comment |
I want to mention Confluence Wiki ( https://www.atlassian.com/software/confluence )
as it supports editing the same Wiki page where you see the cursor of the other Editors as well what they are typing.
For less than 10 users the licence is 10$ single payment (which gets donated) - and can be setup on your own server.
You could create one Wiki page per chapter for example. - The structure (as on wikis in general) is your choice.
There is also a version history to see what changed from version x to y
I want to mention Confluence Wiki ( https://www.atlassian.com/software/confluence )
as it supports editing the same Wiki page where you see the cursor of the other Editors as well what they are typing.
For less than 10 users the licence is 10$ single payment (which gets donated) - and can be setup on your own server.
You could create one Wiki page per chapter for example. - The structure (as on wikis in general) is your choice.
There is also a version history to see what changed from version x to y
answered May 25 at 19:35
WolfgangWolfgang
211 bronze badge
211 bronze badge
Good idea. Confluence in combination with Jira could actually cover all features we need. Notification when someone mentioned you are also something that might be very handy for us. Thanks!
– Kaadzia
May 27 at 4:29
Confluence also informs the user if you write @Username - so probably you can setup one page with "tasks" and list up the things todo together with "@Username" - so you could probably avoid installing jira for the first time
– Wolfgang
Jun 4 at 7:53
I would have used Jira e.g. for a Backlog and Scrum Board to organize the work ahead of us.
– Kaadzia
Jun 4 at 8:03
add a comment |
Good idea. Confluence in combination with Jira could actually cover all features we need. Notification when someone mentioned you are also something that might be very handy for us. Thanks!
– Kaadzia
May 27 at 4:29
Confluence also informs the user if you write @Username - so probably you can setup one page with "tasks" and list up the things todo together with "@Username" - so you could probably avoid installing jira for the first time
– Wolfgang
Jun 4 at 7:53
I would have used Jira e.g. for a Backlog and Scrum Board to organize the work ahead of us.
– Kaadzia
Jun 4 at 8:03
Good idea. Confluence in combination with Jira could actually cover all features we need. Notification when someone mentioned you are also something that might be very handy for us. Thanks!
– Kaadzia
May 27 at 4:29
Good idea. Confluence in combination with Jira could actually cover all features we need. Notification when someone mentioned you are also something that might be very handy for us. Thanks!
– Kaadzia
May 27 at 4:29
Confluence also informs the user if you write @Username - so probably you can setup one page with "tasks" and list up the things todo together with "@Username" - so you could probably avoid installing jira for the first time
– Wolfgang
Jun 4 at 7:53
Confluence also informs the user if you write @Username - so probably you can setup one page with "tasks" and list up the things todo together with "@Username" - so you could probably avoid installing jira for the first time
– Wolfgang
Jun 4 at 7:53
I would have used Jira e.g. for a Backlog and Scrum Board to organize the work ahead of us.
– Kaadzia
Jun 4 at 8:03
I would have used Jira e.g. for a Backlog and Scrum Board to organize the work ahead of us.
– Kaadzia
Jun 4 at 8:03
add a comment |
Depending on what you use for writing, you should consider git. With LaTeX it works like a charm, each of you can create his own branch and merge when he finishes a chapter/ paragraph. Git will keep track automatically about who made which changes. And with git diff every change will be highlighted for you.
Thanks :-) I discussed that option together with my colleague. I don't think it is a very good fit for our use case. The "see what the other one is writing right at the moment" feature is important to us. (At least as long as we're working on the short story and not the book) GIT would of course be great for merging changes.
– Kaadzia
May 24 at 12:23
add a comment |
Depending on what you use for writing, you should consider git. With LaTeX it works like a charm, each of you can create his own branch and merge when he finishes a chapter/ paragraph. Git will keep track automatically about who made which changes. And with git diff every change will be highlighted for you.
Thanks :-) I discussed that option together with my colleague. I don't think it is a very good fit for our use case. The "see what the other one is writing right at the moment" feature is important to us. (At least as long as we're working on the short story and not the book) GIT would of course be great for merging changes.
– Kaadzia
May 24 at 12:23
add a comment |
Depending on what you use for writing, you should consider git. With LaTeX it works like a charm, each of you can create his own branch and merge when he finishes a chapter/ paragraph. Git will keep track automatically about who made which changes. And with git diff every change will be highlighted for you.
Depending on what you use for writing, you should consider git. With LaTeX it works like a charm, each of you can create his own branch and merge when he finishes a chapter/ paragraph. Git will keep track automatically about who made which changes. And with git diff every change will be highlighted for you.
answered May 24 at 11:13
ColophoniusColophonius
111 bronze badge
111 bronze badge
Thanks :-) I discussed that option together with my colleague. I don't think it is a very good fit for our use case. The "see what the other one is writing right at the moment" feature is important to us. (At least as long as we're working on the short story and not the book) GIT would of course be great for merging changes.
– Kaadzia
May 24 at 12:23
add a comment |
Thanks :-) I discussed that option together with my colleague. I don't think it is a very good fit for our use case. The "see what the other one is writing right at the moment" feature is important to us. (At least as long as we're working on the short story and not the book) GIT would of course be great for merging changes.
– Kaadzia
May 24 at 12:23
Thanks :-) I discussed that option together with my colleague. I don't think it is a very good fit for our use case. The "see what the other one is writing right at the moment" feature is important to us. (At least as long as we're working on the short story and not the book) GIT would of course be great for merging changes.
– Kaadzia
May 24 at 12:23
Thanks :-) I discussed that option together with my colleague. I don't think it is a very good fit for our use case. The "see what the other one is writing right at the moment" feature is important to us. (At least as long as we're working on the short story and not the book) GIT would of course be great for merging changes.
– Kaadzia
May 24 at 12:23
add a comment |
Thanks for contributing an answer to Writing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwriting.stackexchange.com%2fquestions%2f45342%2fis-there-an-online-tool-which-supports-shared-writing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown