Skip to content
#

word

Here are 552 public repositories matching this topic...

freb
freb commented Apr 27, 2020

When creating a document, things get a little annoying once you start working with tables. I think one of the main annoyances is that once you have a table in the document, you cannot continue adding content after you've inserted the table. Instead you have to do something like:

p1 := doc.AddParagraph()
pAfterTable := doc.InsertParagraphAfter(p1)
table := doc.InsertTableAfter(p1)

//
DocumentServer
zjs-apple
zjs-apple commented Apr 30, 2020

When i Installing Document Server for Linux on CentOS7.5.
Reference:https://helpcenter.onlyoffice.com/server/linux/document/linux-installation-centos.aspx
In the end,the document server is ok,
but When I test editing files,
ws://XXXX/5.5.1-76/doc/b81fdff747a247929253f4701a92bc521588227954180/c/208/zp1umjpc/websocket
This link has been pending.
Centos7.5:port all open,firewall is closed.
Wha

DesktopEditors
parrenin
parrenin commented Feb 26, 2020

Do you want to request a feature or report a bug?
Request a feature.
What is the current behavior?
The equation editor of OnlyOffice generally uses LaTex shortcuts, which is good.
But the \frac shortcut for creating fractions does not work.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

**What is the ex

joydipnath
joydipnath commented Dec 9, 2017

This is my summernote-clearner code

cleaner:{
          notTime: 2400, // Time to display Notifications.
          action: 'both', // both|button|paste 'button' only cleans via toolbar button, 'paste' only clean when pasting content, both does both options.
          newline: '<br>', // Summernote's default is to use '<p><br></p>'
          notStyle: 'position:absolute;top:0;l
fernandreu
fernandreu commented May 8, 2019

If a document is about to be saved with the Reload on Save option disabled, the editor could detect whether the file that was modified externally since it was opened in the editor (e.g. by looking at the date modified). If so, a preemptive warning message with accept / cancel actions would be good to avoid surprises.

If the Reload on Save option is enabled, no issues should occur, and hence

Improve this page

Add a description, image, and links to the word topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the word topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.