Greg Weber
Greg Weber
When not in full screen we can use the sidebar similar to how Google has a left sidebar in slides. Use a second tab in the sidebar like the outline...
In the HTML view mode we automatically link document headers to edit mode at the heading. On mobile a user could easily accidentally end up clicking the link. Lets try...
In Google Docs or Confluence one can highlight text to add a comment. There probably isn't an easy way to make this work with Google Chrome's translation feature. We would...
Set starred: true https://developers.google.com/drive/api/v3/reference/files/update When tags are shown a star could be shown as well. A user can do this by going to edit mode (non full-screen), but that requires...
There is an Activity View in Google Drive but it seems stuck in a right sidebar. We could add something similar to gdocwiki but available in a more full page...
Google Docs works this way: one can send a link to a header. When the recipient browses to the link, the document will get scrolled to the header in the...
When a comment thread is re-opened, we don't get later replies to the comment from the API. We can solve this by using what is in the dom. We won't...
I am still finding the HTML view very useful for translation. The main feature that is missing is to be able to reply to a comment. I don't think the...
We perform a single non-paginated API call that returns 100 comments. For a doc with more than 100 comments, not all will be upgraded. There are other examples in the...
We now support an inline HTML view for spreadsheets after #121. But there is more to do: * vertical scrolling does not work * support multiple sheets * show comments...