How to open a newly created google word document in another browser instance so that the user can interact with it.
I don't find any methods in the Document or the DocumentApp classes tailored for this requirement?
var doc = DocumentApp.create('My journal entry');
//now what if I want to open it for user editing?!!!