CN110674619B - Online document editing method, device, equipment and computer storage medium - Google Patents

Online document editing method, device, equipment and computer storage medium Download PDF

Info

Publication number
CN110674619B
CN110674619B CN201910880987.3A CN201910880987A CN110674619B CN 110674619 B CN110674619 B CN 110674619B CN 201910880987 A CN201910880987 A CN 201910880987A CN 110674619 B CN110674619 B CN 110674619B
Authority
CN
China
Prior art keywords
document
editing
instruction
function file
webpage
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910880987.3A
Other languages
Chinese (zh)
Other versions
CN110674619A (en
Inventor
周末
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN201910880987.3A priority Critical patent/CN110674619B/en
Publication of CN110674619A publication Critical patent/CN110674619A/en
Application granted granted Critical
Publication of CN110674619B publication Critical patent/CN110674619B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation

Abstract

The present disclosure provides an online document editing method, device, apparatus and computer storage medium, and relates to the technical field of file processing; the method is used for reducing time waste caused by webpage skipping in the process of online editing of the document. The method comprises the following steps: after a browsing instruction of an object enters a document browsing webpage, loading a document editing function file; executing a document editing function file monitoring editing operation instruction, wherein the editing operation instruction is triggered by an object to edit a document displayed on a document browsing webpage; and editing the document displayed on the document browsing webpage according to the monitored editing operation instruction. The method directly carries out editing operation on the document in the document browsing webpage without jumping from the document browsing webpage to the document editing webpage, thereby reducing the time consumption of the whole online document editing process.

Description

Online document editing method, device, equipment and computer storage medium
Technical Field
The present disclosure relates to the field of file processing technologies, and in particular, to an online document editing method, device, apparatus, and computer storage medium.
Background
With the rapid development of computer technology, in order to facilitate editing and sharing of documents, online document editors such as conflux wiki, online office, trace cloud notes and the like appear; however, the standard functions provided by these online document editors are relatively general, such as when online editing a document, the document needs to be edited after skipping from a document browsing webpage to a document editing webpage, after the document is edited, the document needs to be saved in the document editing webpage, and after the document is saved, the document needs to be skipped from the document editing webpage to the document browsing webpage, each webpage skipping takes several seconds, and for some simple document processing such as deleting, modifying color fonts, adding deletion lines, etc., the above two webpage skipping increases unnecessary time.
Disclosure of Invention
The embodiment of the disclosure provides an online document editing method, device, equipment and computer storage medium, which are used for reducing time waste caused by webpage skipping in the online document editing process.
In a first aspect of the present disclosure, there is provided an online document editing method, including:
after a browsing instruction of an object enters a document browsing webpage, loading a document editing function file;
Executing a document editing function file monitoring editing operation instruction, wherein the editing operation instruction is triggered by an object to edit a document displayed on a document browsing webpage;
and editing the document displayed on the document browsing webpage according to the monitored editing operation instruction.
As a possible implementation manner, the loading the document editing function file includes:
a request for loading a document editing function file is sent to a service side, and the document editing function file sent by the service side according to the request is loaded; or alternatively
And loading the document editing function file through a document editing plug-in corresponding to the document browsing webpage.
As a possible implementation manner, before loading the document editing function file through the document editing plug-in corresponding to the document browsing web page, the method further includes:
and determining that the effective webpage address of the document editing plug-in comprises the webpage address of the document browsing webpage.
As one possible implementation manner, after the response to the browsing instruction of the object enters the document browsing webpage, the method further includes:
and calling a document saving application program interface API, and sending the document displayed in the document browsing webpage to a service side through the document saving API so as to enable the service side to save the document.
As a possible implementation manner, the calling the document saving application program interface API includes:
and calling the document saving API through a document editing plug-in corresponding to the document browsing webpage.
As a possible implementation manner, the calling the document saving application program interface API includes:
periodically calling the document saving API; or alternatively
And calling and servicing the document saving API when the document saving instruction of the object is monitored.
As one possible implementation manner, the document editing function file includes an insertion operation function file into which a fixed format document element is inserted;
executing the file monitoring editing operation instruction of the file editing function, comprising the following steps:
if an insertion instruction is monitored through the insertion operation function file, and the element insertion position indicated by the insertion instruction accords with a preset element insertion position, and when the document element indicated by the insertion instruction accords with a preset document element format, inserting the document element indicated by the insertion instruction into the element insertion position indicated by the insertion instruction in the document displayed on the document browsing webpage; the inserting instruction is triggered by inserting an object into a document displayed on the document browsing webpage.
In a second aspect of the present disclosure, there is provided an online document editing method, including:
and receiving a request for loading the document editing function file sent by the terminal side, and sending the document editing function file to the terminal side according to the request, wherein the request is sent after the terminal side responds to a browsing instruction of an object to enter a document browsing webpage.
As a possible implementation manner, the method further includes:
and receiving and storing the document displayed in the document browsing webpage sent by the terminal side, wherein the document is sent by calling a document storage application program interface API after entering the document browsing webpage by the terminal side.
As a possible implementation manner, the document is sent by the terminal side through calling a document saving API by a document editing plug-in corresponding to the document browsing webpage after entering the document browsing webpage.
In a third aspect of the present disclosure, a terminal-side apparatus for online document editing is provided, including a document editing trigger unit, an editing operation monitoring unit, a document editing unit, wherein:
the document editing triggering unit is configured to load a document editing function file after a browsing instruction of a response object enters a document browsing webpage;
The editing operation monitoring unit is configured to execute a file monitoring editing operation instruction for running a document editing function, wherein the editing operation instruction is triggered by an object to edit a document displayed on the document browsing webpage;
the document editing unit is configured to execute editing of a document displayed on the document browsing web page according to the monitored editing operation instruction.
As a possible implementation, the document editing triggering unit is configured to perform:
a request for loading a document editing function file is sent to a service side, and the document editing function file sent by the service side according to the request is loaded; or alternatively
And loading the document editing function file through a document editing plug-in corresponding to the document browsing webpage.
As a possible implementation, the document editing triggering unit is further configured to perform:
before loading a document editing function file through a document editing plug-in corresponding to the document browsing webpage, determining that the effective webpage address of the document editing plug-in comprises the webpage address of the document browsing webpage.
As a possible implementation, the editing operation monitoring unit is further configured to perform:
And after a browsing instruction of the response object enters a document browsing webpage, calling a document saving application program interface API, and sending a document displayed in the document browsing webpage to a service side through the document saving API so as to enable the service side to save the document.
As one possible implementation, the editing operation monitoring unit is configured to perform:
invoking the document save API through a document editing plug-in corresponding to the document browsing web page
As one possible implementation, the editing operation monitoring unit is configured to perform:
periodically calling the document saving API; or alternatively
And calling the document saving API when the document saving instruction of the object is monitored.
As one possible implementation, the document editing function file includes an insertion operation function file into which a fixed format document element is inserted, and the editing operation monitoring unit is configured to perform:
if an insertion instruction is monitored through the insertion operation function file, and the element insertion position indicated by the insertion instruction accords with a preset element insertion position, and when the document element indicated by the insertion instruction accords with a preset document element format, inserting the document element indicated by the insertion instruction into the element insertion position indicated by the insertion instruction in the document displayed on the document browsing webpage; the inserting instruction is triggered by inserting an object into a document displayed on the document browsing webpage.
In a fourth aspect of the present disclosure, there is provided a service-side apparatus for online document editing, including a request receiving unit and a request responding unit, wherein:
the request receiving unit is configured to execute a request for loading a document editing function file sent by a receiving terminal side, wherein the request is sent after a browsing instruction of a response object of the terminal side enters a document browsing webpage;
the request response unit is configured to execute transmission of a document editing function file to the terminal side according to the request.
As a possible implementation, the request receiving unit is further configured to perform:
and receiving and storing the document displayed in the document browsing webpage sent by the terminal side, wherein the document is sent by calling a document storage application program interface API after entering the document browsing webpage by the terminal side.
As a possible implementation manner, the document is sent by the terminal side through calling a document saving API by a document editing plug-in corresponding to the document browsing webpage after entering the document browsing webpage.
In a fifth aspect of the disclosure, an electronic device is provided that includes a processor, a memory for storing instructions executable by the processor;
Wherein the processor is configured to perform the steps of the online document editing method of any of the first aspects of the present disclosure.
In a sixth aspect of the disclosure, an electronic device is provided that includes a processor, a memory for storing instructions executable by the processor;
wherein the processor is configured to perform the steps of the online document editing method of any of the second aspects of the present disclosure.
In a seventh aspect of the present disclosure, there is provided a computer readable storage medium, which when executed by a processor of an electronic device, causes the electronic device to perform the steps of the online document editing method of any one of the first or second aspects of the present disclosure.
The embodiment of the disclosure has at least the following beneficial effects:
1) The method directly carries out editing operation on the document in the document browsing webpage without refreshing the webpage, namely, the webpage is not needed to jump from the document browsing webpage to the document editing webpage, so that the time for the whole online document editing process is reduced, and the time for a user to wait for webpage refreshing and loading is saved.
2) In the method, the document editing function file can be loaded in the form of the document editing plug-in, so that the document is subjected to online editing operation under the condition that the source code of the document editing function file corresponding to the online editor is not required to be acquired; and the document editing function file written according to the personalized demands of the user can be stored in the document editing plug-in, so that the online editor can carry out personalized editing operation on the document according to the personalized demands of the user.
3) In the method, when the document is stored, the document storage API is directly called for storing the document in the document browsing webpage, so that the time from document editing webpage to document browsing webpage after the document is stored is saved, namely, webpage skipping is not needed after the document is stored, further, the time for the whole online document editing process is reduced, and the time for a user to wait for webpage refreshing and loading is saved.
Drawings
FIG. 1 is a schematic diagram of a portion of a program of a document editing plug-in provided by an embodiment of the present disclosure;
FIG. 2 is a schematic diagram of an online document editing method provided in an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of another online document editing method provided by an embodiment of the present disclosure;
FIG. 4 is a schematic diagram of a specific implementation process of an online document editing method according to an embodiment of the present disclosure;
FIG. 5 is a schematic diagram of a specific implementation of another online document editing method according to an embodiment of the present disclosure;
FIG. 6 is a schematic diagram of a document browsing web page provided by an embodiment of the present disclosure;
FIG. 7 is a schematic diagram of several preset document element formats provided by embodiments of the present disclosure;
FIG. 8 is a schematic diagram of a preset element insertion position according to an embodiment of the present disclosure;
FIG. 9 is a schematic illustration of an effect of inserting document elements in a document according to an insertion instruction provided by an embodiment of the present disclosure;
FIG. 10 is a schematic diagram of the content of an edit manipulation list provided by an embodiment of the present disclosure;
FIG. 11 is a block diagram of a terminal-side apparatus for online document editing provided in an embodiment of the present disclosure;
fig. 12 is a block diagram of an electronic device according to an embodiment of the present disclosure;
FIG. 13 is a block diagram of a service-side apparatus for online document editing according to an embodiment of the present disclosure;
fig. 14 is a block diagram of another electronic device according to an embodiment of the present disclosure.
Detailed Description
For a better understanding of the technical solutions provided by the embodiments of the present disclosure, the following detailed description will be given with reference to the accompanying drawings and specific embodiments.
In order to facilitate a better understanding of the technical solutions of the present disclosure by those skilled in the art, the following description refers to the proper nouns/technical terms to which the present disclosure pertains.
Confluence wiki: a specialized enterprise knowledge management and collaboration software application may be referred to as a wiki.
Plug-in (plug-in or add-on): also called extension (extension), a program for supplementing the functions of the original software, cannot run independently and must attach to certain specific software; for example, a browser flash plug-in can help the browser realize the function of playing video.
Programming language Javascript: a programming language that can be run in a browser.
Application program interface (Application Programming Interface, API): some predefined functions, or conventions for the engagement of different components in a software system; the purpose of the API design is to provide the application and developer with the ability to access a set of application functions based on some software or hardware without the need to access source code or understand the details of the internal operating mechanisms of the application.
Hypertext markup language (Hyper Text Markup Language, html): a programming language for creating web pages.
On-line document editor: the tool is a tool for carrying out online editing modification on document contents through a browser and the like, and is generally used for carrying out online editing modification on contents and the like of a webpage where a document is located; the generally referred to online document editor refers to an Html document editing tool.
The following is a description of the design concept of the present disclosure.
Standard functions provided by online document editors, such as conflux wiki, online office, cabled cloud notes, etc., are relatively common, such as when online editing a document, the following procedure is typically performed:
1) The user triggers the operation of opening the document, and the online document editor controls the opening of the document on the document browsing webpage;
2) Clicking a document editing button on a document browsing webpage by a user, and controlling the webpage to jump into the document editing webpage by an online document editor;
3) The user instructs the document editing operation on the document editing webpage, and the online document editor performs the editing operation on the document according to the instruction of the user;
4) Clicking a document saving button on a document editing webpage by a user, and saving the document after editing operation by an online document controller;
5) After the online document editor saves the document, it controls to jump from the document editing web page back to the document browsing web page.
In the above process, after editing and saving the document, a web page skip process is required, and each web page skip takes several seconds, so that for some simple document processing such as deleting, modifying color fonts, adding deletion lines, etc., the above two web page skips add unnecessary waiting time.
In view of this, the inventor has devised an online document editing method, apparatus, device and computer storage medium, in which a document editing function file is loaded after entering a document browsing web page in response to a browsing instruction of an object; executing a document editing function file monitoring editing operation instruction, wherein the editing operation instruction is triggered by an object to edit a document displayed on the document browsing webpage; editing the document displayed on the document browsing webpage according to the monitored editing operation instruction; the functions of the document browsing webpage and the document editing webpage are concentrated on the same webpage, namely the document is edited directly on the document browsing webpage, and the process of jumping from the document browsing webpage to the document editing webpage is omitted.
Further, after a browsing instruction of a response object enters a document browsing webpage, calling a document saving application program interface API, and sending a document displayed in the document browsing webpage to a service side through the document saving API so as to enable the service side to save the document; and directly calling a document storage API at the document browsing webpage to store the document, thereby omitting the process of jumping from the document editing webpage to the document browsing webpage.
It should be noted that the objects appearing in this disclosure refer to users using an online editor.
The following details the scheme of the present disclosure with reference to the drawings:
in order to realize the design concept described above in the present disclosure, modification of the Html document of the online document editor, that is, the program executing the source code of the online document editor, is required.
In the prior art, in an Html document of an online document editor, a document browsing function file is executed in a document browsing webpage, and a webpage skipping program is executed after a file storage button is triggered by an object, so that a document browsing webpage is skipped to a document editing webpage; executing the document editing function on the document editing webpage and calling the document saving API to save the document, and executing the webpage jump program after saving the document, and jumping back to the document browsing webpage from the document editing webpage.
In the present disclosure, an Html document of an online document editor is modified so that a program for executing a document editing function and calling a document saving API to save a document is executed on a document browsing web page, and execution of a two-time web page jumping program is abandoned.
As shown below, for document editing, the present disclosure provides two methods of modifying an Html document of an online document editor, including:
first Html document modification: the source code of the online document editor is directly modified.
The method is suitable for a webpage jump program which can adjust a document editing function file executed in a document editing webpage in source codes to a document browsing webpage for execution and jumps from the document browsing webpage to the document editing webpage under the condition that the source codes of an online document editor can be acquired.
Second Html document modification: a document editing plug-in is constructed.
Because the online editor generally has commercial properties, the source code of the online editor is generally private data of an enterprise, namely, the source code of the online editor is generally a non-open source program, at the moment, a document editing plug-in can be designed, and the document editing plug-in can be used for obtaining the capability of accessing editing operations in the source code of the online editor.
Alternatively, in order to make the document editing plug-in applicable to different browsers, a browser such as a plug-in may be edited as a document editing plug-in chrome extension, and an effective web page address is set in the document editing plug-in, where the effective web page address includes a web page address of a document browsing web page of an online editor, and when the web page address on the current browser matches the set effective web page address, the document editing plug-in is effective, as part of the document editing plug-in shown in fig. 1, where "" "matches" [ ", and" ":// wiki.
It should be noted that the browser in this disclosure represents an example of an application program capable of running an Html document of an online document editor, and the application program may be other application programs besides the browser, which is not excessively limited in this disclosure.
Alternatively, in order to obtain the capability of accessing the editing operation of the online editor by using the document editing plug-in, a required document editing function may be set in the document editing plug-in, and when the web page address on the browser matches with the set effective web page address, the document editing plug-in is validated, and then the document editing function already set in the document editing plug-in is loaded, as shown in fig. 1, a document editing function file is written by using Javascript, where "" "js/jquery-3.1.0.min.js" ", and" "" js/wiki-utils.js "" "represent the document editing function file of the online editor wiki.
Optionally, according to the characteristics of different browsers, a document editing plug-in applicable to different browsers can be respectively constructed for one online editor, wherein the specific construction structures of the document editing plug-ins applicable to different browsers can be different for one online document editor, but the corresponding editing functions can be the same; different file editing plug-ins applicable to the same browser can be constructed according to different online file editors; for the same browser, different file editing plug-ins can be built for different online editors, and the file editing plug-ins can be set by those skilled in the art according to actual requirements.
Alternatively, in constructing the document editing plug-in, in addition to adding a general document editing function file set by the online document editor, such as an add document element function file, a delete document element function file, etc., to the document editing plug-in, the document editing function may be written according to the personalized editing operation requirement of the user, for example, if the user needs to insert a document element in a fixed format, an insert operation function file may be written for inserting the document element in the fixed format in the document, and then the insert operation function file is added to the document editing plug-in.
It should be noted that the document elements in the disclosure may include, but are not limited to, text, letters, characters, pictures, etc. in the document.
As shown below, for document saving, the present disclosure provides two methods of modifying an Html document of an online document editor, including:
third Html document modification: the source code of the online document editor is directly modified.
Corresponding to the first Html document modification mode aiming at document editing, under the condition that the source code of an online document editor can be obtained, a program for calling a document storage API in the source code to store a document in a document editing webpage is adjusted to be executed by the document browsing webpage, and the setting of a webpage jump program for jumping back to the document browsing webpage from the document editing webpage is modified to be not executed.
Fourth Html document modification: a document editing plug-in is constructed.
In the second way of modifying an Html document for document editing, when the source code of the online document editor cannot be obtained, a program for calling a document saving API in a document editing plug-in may be designed, the document saving API may be called by using the document editing plug-in, and the document displayed in the document browsing web page may be sent to a service side through the document saving API, so that the service side saves the document.
It should be noted that, when the program corresponding to the online document editor is a program of a programming language other than the Html document, the program of the other programming language corresponding to the online document editor should be modified accordingly according to the modification principles of the first to fourth manners of modifying the Html document.
As shown in fig. 2, an embodiment of the present disclosure provides an online document editing method, which is suitable for running a terminal side of an Html document corresponding to the modified online document editor, and specifically includes the following steps:
step S201, after the browsing instruction of the response object enters the document browsing webpage, the document editing function file is loaded.
Alternatively, the document editing function file may be loaded by, but is not limited to, the following:
the first loading mode is as follows: and sending a request for loading the document editing function file to a service side, and loading the document editing function file sent by the service side according to the request.
The second loading mode is as follows: and loading the document editing function file through a document editing plug-in corresponding to the document browsing webpage.
Step S202, executing a document editing function file monitoring editing operation instruction, wherein the editing operation instruction is triggered by an object to edit a document displayed on the document browsing webpage;
the above editing operation instruction may include a general editing operation set by the online document editor, such as adding a document element, deleting a document element, adding a deletion line, etc., or may include an editing operation required by the user for individuation, such as adding a document element in a set format, etc.
And step S203, editing the document displayed on the document browsing webpage according to the monitored editing operation instruction.
As shown in fig. 3, an embodiment of the present disclosure provides another online document editing method, which is suitable for storing a service side of an online edited document, and specifically includes the following steps:
Step S301, a request for loading a document editing function file sent by a terminal side is received, the document editing function file is sent to the terminal side according to the request, and the request is sent after the terminal side responds to a browsing instruction of an object to enter a document browsing webpage.
The following is a detailed description of the implementation process of the scheme provided in the present disclosure, taking an interaction process of using an object of the online document editor, a terminal side running an Html document corresponding to the online document editor, and a service side storing the document as an example, respectively for the case of online editing a document using the source code of the modified online document editor and invoking the editing operation function of the source code of the online document editor to online edit the document in the form of a plug-in unit:
on-line editing of a document using source code of a modified on-line document editor
As shown in fig. 4, the embodiment of the disclosure provides a specific implementation procedure of an online document editing method as follows:
step S400, a browsing instruction is indicated to the terminal side by using an object of the online document editor.
The browse instructions described above may be, but are not limited to, opening a document for a click.
In step S401, the terminal side responds to the browsing instruction of the object to enter the document browsing web page.
It should be noted that the terminal side in this disclosure may be an application, such as a browser, that can run an Html document of an online document editor.
Step S402, the terminal side sends a request for loading the document editing function file to the service side.
Step S403, the server receives a request for loading the document editing function file sent by the terminal side, and sends the document editing function file to the terminal side according to the request.
Step S404, the terminal side loads the document editing function file sent by the service side according to the request.
In step S405, the terminal side executes a document editing function file monitoring editing operation instruction, where the editing operation instruction is triggered by an object performing an editing operation on a document displayed on the document browsing web page.
In step S406, the object performs editing operation on the document displayed on the document browsing web page to trigger an editing operation instruction.
In step S407, the terminal side edits the document displayed on the document browsing webpage according to the monitored editing operation instruction.
In step S408, the terminal side invokes a document saving application program interface API, and sends the document displayed in the document browsing web page to the service side through the above-mentioned document saving API.
In step S409, the service side receives and saves the document sent by the terminal side through the document save API.
Step S406 is performed after step S401, step S406 and step S405 may be performed simultaneously, step S405 and step S408 may be performed simultaneously, and only steps S400 to S409 are schematically described in the present disclosure, and various execution sequences of steps S400 to S409 may be provided, which are not described here.
Secondly, calling the editing operation function of the source code of the online document editor in the form of plug-in to edit the document online
As shown in fig. 5, the embodiment of the present disclosure provides another implementation procedure of an online document editing method as follows:
step S500, a browsing instruction is indicated to the terminal side by using an object of the online document editor.
The browse instructions described above may be, but are not limited to, opening a document for a click.
In step S501, the terminal side responds to the browsing instruction of the object to enter a document browsing web page.
In step S502, the terminal determines that the effective web page address of the document editing plug-in includes the web page address of the document browsing web page.
In step S503, the terminal side loads the document editing function file through the document editing plug-in corresponding to the above-mentioned document browsing web page.
In step S504, the terminal side executes a document editing function file monitoring editing operation instruction, where the editing operation instruction is triggered by an object performing an editing operation on a document displayed on the document browsing web page.
In step S505, the object performs an editing operation on the document displayed on the document browsing web page to trigger an editing operation instruction.
In step S506, the terminal edits the document displayed on the document browsing web page according to the monitored editing operation instruction.
In step S507, the terminal side invokes a document saving API through the document editing plug-in, and sends the document displayed in the document browsing web page to the service side through the document saving API.
In step S508, the service side receives and saves the document sent by the terminal side through the document save API.
The step S505 is performed after the step S501, the step S505 and the step S504 may be performed simultaneously, the step S504 and the step S507 may be performed simultaneously, and only the steps S500 to S508 are schematically described in the present disclosure, and various execution sequences of the steps S500 to S508 may be provided, which are not described here.
When the terminal side of step S408 calls the document saving application program interface API, or the terminal side of step S507 calls the document saving API through the document editing plug-in, the document saving API may be periodically called, and the document displayed on the document browsing web page is sent to the service side through the document saving API, so that the service side can periodically save the document displayed on the document browsing web page, and when the saving period is sufficiently small, the server can save the document displayed on the document browsing web page in real time.
The terminal side may also call the document saving API when monitoring a document saving instruction of the object, and send the document displayed on the document browsing web page to the service side through the document saving API, where the document saving instruction may be clicking a document saving key or the like.
As shown in fig. 6, a schematic diagram 60 of a document browsing web page is provided, a document saving key 61 may be set on the document browsing web page, when an object clicks the document saving key 61, the terminal side invokes a document saving API through a document editing plug-in, and sends a document 62 displayed on the document browsing web page to the service side, where a specific position of the document saving key 61 in the document browsing web page and a display icon of the document saving key 62 are not excessively limited, and those skilled in the art may set according to actual requirements.
Alternatively, the document editing function file may include a function file written according to the personalized requirements of the user, such as an insertion operation function file for inserting elements of a document in a fixed format;
executing the file monitoring editing operation instruction of the file editing function, comprising the following steps:
if the inserting instruction is monitored through the inserting operation function file, and the element inserting position indicated by the inserting instruction accords with the preset element inserting position, and when the document element indicated by the inserting instruction accords with the preset document element format, inserting the document element indicated by the inserting instruction into the element inserting position indicated by the inserting instruction in the document displayed on the document browsing webpage; the inserting instruction is triggered by inserting an object into a document displayed on the document browsing webpage.
The above-mentioned insertion operation function file can be used for inserting the document element of the preset document element format in the whole document at any position, when the terminal side monitors the insertion instruction, when the document element indicated by the above-mentioned insertion instruction accords with the preset document element format, then insert the document element indicated by the above-mentioned insertion instruction at the element insertion position indicated by the above-mentioned insertion instruction; if the document element indicated by the inserting instruction does not accord with the preset document element format, the inserting instruction is ignored.
The above preset document element formats may include the number of document elements and the element format corresponding to each document element, as shown in fig. 7, the present embodiment provides several examples of preset document element formats, in the schematic diagrams of the first preset document element format to the fourth preset document element format in fig. 7, each box represents a position of a document element, and the text in each box represents a specific format of the document element, where:
the first preset document element format includes 6 document elements, that is, the number of corresponding document elements is 6, and the element formats of the 6 document elements are capital english letters, chinese kanji, special symbols, arabic numerals, chinese kanji in sequence, for easy understanding, a document element conforming to the first preset document element format is given herein as "X somewhere #0 somewhere".
The special symbol may be #, @, +.! Characters of $,%, {, |, -, and the like; the above mentioned arabic numerals may be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, etc., which will not be described in any more detail herein, and those skilled in the art may flexibly set according to actual needs or according to individual preference of the user.
The second preset document element format contains 5 document elements, namely, the number of the corresponding document elements is 5, and the element formats of the 5 document elements are Arabic numerals, chinese characters, special symbols and special symbols in sequence, so that for convenience of understanding, a document element conforming to the second preset document element format is given as "some 2 @".
The third preset document element format contains 5 document elements, that is, the number of corresponding document elements is 5, and the element format of each document element may be english letters or arabic numerals, where the english letters represent upper english letters and lower english letters that are not distinguished, and for convenience of understanding, several document elements conforming to the third preset document element format are given herein, such as "Hi111", "Hello", and the like.
The "… …" in the fourth preset document element format indicates that the number of elements is not set in the preset document element format, and any number of document elements can be corresponding, but the element format of each document element must be english letters or arabic numerals, and for convenience of understanding, several document elements conforming to the fourth preset document element format, such as "Hello", "222Hello", "H", "yy", etc., are given here.
Optionally, the inserting operation function file may be used to insert any document element at a specified preset element inserting position, and when the terminal side monitors an inserting instruction, the document element indicated by the inserting instruction is inserted into the element inserting position indicated by the inserting instruction when the element inserting position indicated by the inserting instruction accords with the preset element inserting position; if the element insertion position indicated by the insertion instruction does not accord with the preset element insertion position, the insertion instruction is ignored.
As shown in fig. 8, the present embodiment presents a schematic view of the above-mentioned preset element insertion positions, in fig. 8, each horizontal bar in the document 62 displayed on the document browsing web page 60 represents a line position of a document element, and the above-mentioned preset element insertion positions 83 may be the bottom two line positions of each page of text in the document 62; in an implementation, when each page of text in the document 62 has a page number, the preset element insertion position may be set to a position of a specified document element whose page number is odd or even or a specified value, which will not be described in detail herein.
Optionally, the inserting operation function file may be used to insert a document element in a preset document element format at a specified preset element insertion position, when the terminal side monitors an inserting instruction, when the document element indicated by the inserting instruction accords with the preset document element format, and when the element insertion position indicated by the inserting instruction accords with the preset element insertion position, the document element in the preset document format indicated by the inserting instruction is inserted into the element insertion position indicated by the inserting instruction; if the document element indicated by the inserting instruction does not accord with the preset document element format or the indicated element inserting position does not accord with the preset element inserting position, the inserting instruction is ignored.
The above-mentioned preset document formats may include, but are not limited to, the first to fourth preset document formats illustrated in fig. 7; if the preset element insertion position 83 shown in fig. 8 is set so that only the document elements in the first preset document format and the second preset document format can be inserted, when the element insertion position indicated by the insertion instruction is the preset element insertion position 83, the element insertion position indicated by the insertion instruction corresponds to the preset element insertion position, and when the preset document format indicated by the insertion instruction is "X some #0 some", the document element indicated by the insertion instruction corresponds to the preset document element format, and "X some #0 some" is inserted into the preset element insertion position 83, and the effect after insertion can be seen from the schematic of fig. 9; and when the preset document format indicated by the inserting instruction is '2-certain @ @', the inserting instruction is ignored.
The above-mentioned preset element insertion position and preset document element format are not excessively limited, and those skilled in the art can set them according to actual requirements.
Optionally, before the step S406 or the step S505, the step of performing the editing operation on the document by the object triggers the editing operation instruction, further includes:
Clicking the document by the object according to a set clicking mode, and triggering an editing operation list display instruction;
when triggering an edit operation list display instruction, the terminal side executes a related Javascript program and displays an operation edit list on a document browsing webpage;
and then the object can select the editing operation according to the displayed operation editing list, and trigger an editing operation instruction.
The click mode may be, but is not limited to, double clicking a right mouse button connected to the terminal side, clicking a left mouse button, clicking a specified document element, and the like.
As shown in fig. 10, the above-mentioned editing operation list may include general editing operations that have been set by the online editing software, such as deleting a selected document element, deleting a whole line of document elements, adding a deletion line to a selected document element, modifying a color of a selected document element, searching for a specific document element, and the like, and may include personalized editing operations that are set according to a user's personalized requirement, such as inserting a document element in a fixed format, deleting a document element with an odd number of pages, and the like.
According to the scheme, on one hand, the source code of the online editing document is directly modified or the document editing plug-in is constructed, so that the terminal side directly loads the document editing function file on the document browsing webpage, and executes an editing operation instruction triggered by the document editing function file monitoring object editing document on the document browsing webpage, the document is directly edited on the document browsing webpage according to the editing operation instruction, the document can be edited without jumping from the document browsing webpage to the document editing webpage, the time for the whole online document editing process is reduced, and the time for a user to wait for webpage refreshing and loading is saved; and when the document is stored, the document storage API can be directly called for storing the document in the document browsing webpage, namely, webpage skipping is not needed after the document is stored, so that the time for the whole online document editing process is further reduced, and the time for a user to wait for webpage refreshing and loading is saved.
On the other hand, the document editing function file written according to the personalized requirements of the user can be stored in the document editing plug-in, so that the online editor can conduct personalized editing operation on the document according to the personalized requirements of the user.
As shown in fig. 11, based on the same technical concept, the embodiment of the present disclosure further provides a terminal side apparatus 1100 for online document editing, which is the terminal side discussed above, and the apparatus includes a document editing triggering unit 1101, an editing operation monitoring unit 1102, and a document editing unit 1103, where:
the document editing triggering unit 1101 is configured to load a document editing function file after a browsing instruction of a response object is entered into a document browsing web page;
the editing operation monitoring unit 1102 is configured to execute a file monitoring editing operation instruction for running a document editing function, wherein the editing operation instruction is triggered by an object performing editing operation on a document displayed on the document browsing web page;
the document editing unit 1103 is configured to execute editing of a document displayed on the document browsing web page according to the monitored instruction of the editing operation.
Alternatively, the above-mentioned document editing triggering unit 1101 is configured to perform sending a request for loading a document editing function file to a service side, and loading the document editing function file sent by the above-mentioned service side according to the above-mentioned request; or alternatively
And loading the document editing function file through a document editing plug-in corresponding to the document browsing webpage.
Optionally, the document editing triggering unit 1101 is further configured to determine, before loading the document editing function file through the document editing plug-in corresponding to the document browsing web page, that the effective web page address of the document editing plug-in includes the web page address of the document browsing web page.
Optionally, the editing operation monitoring unit is further configured to call a document saving application program interface API after executing a browsing instruction of a response object to enter a document browsing web page, and send a document displayed in the document browsing web page to a service side through the document saving API, so that the service side saves the document.
Optionally, the editing operation monitoring unit is further configured to execute calling the document saving API through a document editing plug-in corresponding to the document browsing web page.
Optionally, the editing operation monitoring unit is further configured to execute periodic calling of the document saving API; or alternatively
And calling the document saving API when the document saving instruction of the object is monitored.
Optionally, the document editing function file includes an insert operation function file for inserting a document element in a fixed format, and the editing operation monitoring unit is configured to execute, if an insert instruction is monitored by the insert operation function file, and an element insertion position indicated by the insert instruction conforms to a preset element insertion position, and when the document element indicated by the insert instruction conforms to a preset document element format, inserting the document element indicated by the insert instruction into the element insertion position indicated by the insert instruction in a document displayed on the document browsing web page; the inserting instruction is triggered by inserting an object into a document displayed on the document browsing webpage.
As shown in fig. 12, based on the same technical concept, the embodiment of the present disclosure further provides an electronic device 800, which includes a processor 1201 and a memory 1202, wherein:
the memory 1202 has stored therein a computer program;
the processor 1201, when executing the computer program, implements the method of testing blockchain software discussed previously.
One processor 1201 is exemplified in fig. 12, but the number of processors 1201 is not limited in practice.
Wherein the memory 1202 may be a volatile memory (RAM), such as a random-access memory (RAM); the memory 1202 may also be a non-volatile memory (non-volatile memory), such as a read-only memory, a flash memory (flash memory), a Hard Disk Drive (HDD) or a Solid State Drive (SSD), or the memory 1202 may be any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited thereto. Memory 802 may be a combination of the above.
As an example, the functions of the respective modules of the terminal-side apparatus 1100 in fig. 11 may be implemented by the processor 1201 in fig. 12.
As shown in fig. 13, based on the same technical concept, the embodiment of the present disclosure further provides a service side device 1300 for online document editing, which is a service side discussed above, and the device includes a request receiving unit 1301 and a request responding unit 1302, where:
the request receiving unit 1301 is configured to execute a request for loading a document editing function file sent by a receiving terminal side, where the request is sent after a browsing instruction of a response object from the terminal side enters a document browsing web page;
the request response unit 1302 is configured to execute transmission of a document editing function file to the terminal side according to the request.
Optionally, the request receiving unit 1301 is further configured to execute receiving and saving a document displayed in a document browsing web page sent by the terminal side, where the document is sent by the terminal side after entering the document browsing web page by calling a document saving application program interface API.
Optionally, the document is sent by the terminal side after entering a document browsing webpage through calling a document saving API by a document editing plug-in corresponding to the document browsing webpage.
As shown in fig. 14, based on the same technical concept, the disclosed embodiment further provides an electronic device 1400 including a processor 1401 and a memory 1402, wherein:
Memory 1402 has a computer program stored therein;
the processor 1401, when executing the computer program, implements the method of testing blockchain software discussed previously.
One processor 1401 is exemplified in fig. 14, but the number of processors 1401 is not limited in practice.
Wherein memory 1402 may be a volatile memory (RAM) such as random-access memory; memory 1402 may also be a non-volatile memory (non-volatile memory), such as a read-only memory, a flash memory (flash memory), a Hard Disk Drive (HDD) or a Solid State Drive (SSD), or memory 1402 is any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited thereto. Memory 1402 may be a combination of the above.
As an example, the functions of the modules of the terminal-side apparatus 1300 in fig. 13 can be implemented by the processor 1401 in fig. 14.
Based on the same technical concept, the embodiments of the present disclosure also provide a computer-readable storage medium storing computer instructions that, when run on a computer, cause the computer to perform a method of online document editing as previously discussed.
It will be apparent to those skilled in the art that embodiments of the present disclosure may be provided as a method, system, or computer program product. Accordingly, the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present disclosure may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
The present disclosure is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the disclosure. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the preferred embodiments of the present disclosure have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. It is therefore intended that the following claims be interpreted as including the preferred embodiments and all such alterations and modifications as fall within the scope of the disclosure.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present disclosure without departing from the spirit or scope of the disclosure. Thus, the present disclosure is intended to include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (20)

1. An online document editing method, comprising:
after a browsing instruction of an object enters a document browsing webpage, loading a document editing plug-in to match a current document browsing webpage address with a preset effective webpage address, wherein the document editing plug-in comprises the preset effective webpage address and a document editing function file for accessing editing operation of an online document editor;
when the current document browsing webpage address is successfully matched with a preset effective webpage address, determining that the document editing plug-in is effective and loading a document editing function file;
executing a document editing function file monitoring editing operation instruction, wherein the editing operation instruction is triggered by an object to edit a document displayed on a document browsing webpage;
editing the document displayed on the document browsing webpage according to the monitored editing operation instruction;
The file editing function file comprises an inserting operation function file for inserting fixed format file elements, and the file editing function file monitoring editing operation instruction is executed, and comprises the following steps:
if an insertion instruction is monitored through the insertion operation function file, and the element insertion position indicated by the insertion instruction accords with a preset element insertion position, and when the document element indicated by the insertion instruction accords with a preset document element format, inserting the document element indicated by the insertion instruction into the element insertion position indicated by the insertion instruction in the document displayed on the document browsing webpage;
the inserting instruction is triggered by inserting an object into a document displayed on the document browsing webpage, the document elements comprise characters, letters, characters and pictures in the document, and the preset document element formats comprise the number of the document elements and element formats corresponding to each document element.
2. The method of claim 1, wherein loading the document editing function file comprises:
a request for loading a document editing function file is sent to a service side, and the document editing function file sent by the service side according to the request is loaded; or alternatively
And loading the document editing function file through a document editing plug-in corresponding to the document browsing webpage.
3. The method of claim 1, wherein after the response to the browsing command of the object enters the document browsing web page, further comprising:
and calling a document saving application program interface API, and sending the document displayed in the document browsing webpage to a service side through the document saving API so as to enable the service side to save the document.
4. The method of claim 3, wherein the calling a document save application program interface API comprises:
and calling the document saving API through a document editing plug-in corresponding to the document browsing webpage.
5. The method of claim 3 or 4, wherein the calling a document save application program interface API comprises:
periodically calling the document saving API; or alternatively
And calling the document saving API when the document saving instruction of the object is monitored.
6. An online document editing method, comprising:
receiving a request for loading a document editing plug-in sent by a terminal side, and sending the document editing plug-in to the terminal side according to the request, wherein the document editing plug-in is used for matching a current document browsing webpage address with a preset effective webpage address, and comprises the preset effective webpage address and a document editing function file used for accessing editing operation of an online document editor;
Receiving a request for loading a document editing function file sent by a terminal side, and sending the document editing function file to the terminal side according to the request, wherein the request is sent after the terminal side responds to a browsing instruction of an object to enter a document browsing webpage, and the current document browsing webpage address is determined to be successfully matched with a preset effective webpage address, the document editing function file comprises an inserting operation function file for inserting a fixed format document element, and the document editing function file monitors the editing operation instruction and executes the following steps:
if an insertion instruction is monitored through the insertion operation function file, and the element insertion position indicated by the insertion instruction accords with a preset element insertion position, and when the document element indicated by the insertion instruction accords with a preset document element format, inserting the document element indicated by the insertion instruction into the element insertion position indicated by the insertion instruction in the document displayed on the document browsing webpage;
the inserting instruction is triggered by inserting an object into a document displayed on the document browsing webpage, the document elements comprise characters, letters, characters and pictures in the document, and the preset document element formats comprise the number of the document elements and element formats corresponding to each document element.
7. The method as recited in claim 6, further comprising:
and receiving and storing the document displayed in the document browsing webpage sent by the terminal side, wherein the document is sent by calling a document storage application program interface API after entering the document browsing webpage by the terminal side.
8. The method of claim 7, wherein the document is sent by the terminal side after entering a document browsing web page by calling a document saving API through a document editing plug-in corresponding to the document browsing web page.
9. The terminal side device for online document editing is characterized by comprising a document editing triggering unit, an editing operation monitoring unit and a document editing unit, wherein:
the document editing triggering unit is configured to load a document editing plug-in to match a current document browsing webpage address with a preset effective webpage address after a browsing instruction of a response object enters a document browsing webpage, wherein the document editing plug-in comprises the preset effective webpage address and a document editing function file for accessing editing operation of an online document editor;
when the current document browsing webpage address is successfully matched with a preset effective webpage address, determining that the document editing plug-in is effective and loading a document editing function file;
The editing operation monitoring unit is configured to execute a file monitoring editing operation instruction for running a document editing function, wherein the editing operation instruction is triggered by an object to edit a document displayed on the document browsing webpage;
the document editing unit is configured to execute editing of a document displayed on the document browsing web page according to the monitored editing operation instruction;
the document editing function file includes an insertion operation function file into which a fixed format document element is inserted, and the editing operation monitoring unit executes the document editing function file monitoring editing operation instruction, and is specifically configured to execute:
if an insertion instruction is monitored through the insertion operation function file, and the element insertion position indicated by the insertion instruction accords with a preset element insertion position, and when the document element indicated by the insertion instruction accords with a preset document element format, inserting the document element indicated by the insertion instruction into the element insertion position indicated by the insertion instruction in the document displayed on the document browsing webpage;
the inserting instruction is triggered by inserting an object into a document displayed on the document browsing webpage, the document elements comprise characters, letters, characters and pictures in the document, and the preset document element formats comprise the number of the document elements and element formats corresponding to each document element.
10. The apparatus of claim 9, wherein the document editing trigger unit is configured to perform:
a request for loading a document editing function file is sent to a service side, and the document editing function file sent by the service side according to the request is loaded; or alternatively
And loading the document editing function file through a document editing plug-in corresponding to the document browsing webpage.
11. The apparatus of claim 10, wherein the document editing trigger unit is further configured to perform:
before loading a document editing function file through a document editing plug-in corresponding to the document browsing webpage, determining that the effective webpage address of the document editing plug-in comprises the webpage address of the document browsing webpage.
12. The apparatus of claim 9, wherein the editing operation monitoring unit is further configured to perform:
and after a browsing instruction of the response object enters a document browsing webpage, calling a document saving application program interface API, and sending a document displayed in the document browsing webpage to a service side through the document saving API so as to enable the service side to save the document.
13. The apparatus of claim 12, wherein the editing operation monitoring unit is configured to perform:
And calling the document saving API through a document editing plug-in corresponding to the document browsing webpage.
14. The apparatus according to claim 12 or 13, wherein the editing operation monitoring unit is configured to perform:
periodically calling the document saving API; or alternatively
And calling the document saving API when the document saving instruction of the object is monitored.
15. A service-side apparatus for online document editing, comprising a request receiving unit and a request responding unit, wherein:
the request receiving unit is configured to execute a request for loading a document editing plug-in sent by a receiving terminal side, and send the document editing plug-in to the terminal side according to the request, wherein the document editing plug-in is used for matching a current document browsing webpage address with a preset effective webpage address, and comprises the preset effective webpage address and a document editing function file used for accessing editing operation of an online document editor;
receiving a request for loading a document editing function file sent by a terminal side, wherein the request is sent after a browsing instruction of a response object of the terminal side enters a document browsing webpage, the current document browsing webpage address is determined to be successfully matched with a preset effective webpage address, the document editing function file comprises an inserting operation function file for inserting a fixed format document element, and the document editing function file is used for monitoring the editing operation instruction and executing the following steps:
If an insertion instruction is monitored through the insertion operation function file, and the element insertion position indicated by the insertion instruction accords with a preset element insertion position, and when the document element indicated by the insertion instruction accords with a preset document element format, inserting the document element indicated by the insertion instruction into the element insertion position indicated by the insertion instruction in the document displayed on the document browsing webpage;
the inserting instruction is triggered by inserting a document element in a document displayed on the document browsing webpage by an object, wherein the document element comprises characters, letters, characters and pictures in the document, and the preset document element format comprises the number of the document elements and an element format corresponding to each document element;
the request response unit is configured to execute transmission of a document editing function file to the terminal side according to the request.
16. The apparatus of claim 15, wherein the request receiving unit is further configured to perform:
and receiving and storing the document displayed in the document browsing webpage sent by the terminal side, wherein the document is sent by calling a document storage application program interface API after entering the document browsing webpage by the terminal side.
17. The apparatus of claim 15, wherein the document is sent by the terminal side after entering a document browsing web page by calling a document saving API through a document editing plug-in corresponding to the document browsing web page.
18. An electronic device comprising a processor, a memory for storing instructions executable by the processor;
wherein the processor is configured to perform the steps of the online document editing method of any of claims 1-5.
19. An electronic device comprising a processor, a memory for storing instructions executable by the processor;
wherein the processor is configured to perform the steps of the online document editing method of any of claims 6-8.
20. A computer readable storage medium, characterized in that instructions in the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the steps of the online document editing method of any of claims 1-5 or 6-8.
CN201910880987.3A 2019-09-18 2019-09-18 Online document editing method, device, equipment and computer storage medium Active CN110674619B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910880987.3A CN110674619B (en) 2019-09-18 2019-09-18 Online document editing method, device, equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910880987.3A CN110674619B (en) 2019-09-18 2019-09-18 Online document editing method, device, equipment and computer storage medium

Publications (2)

Publication Number Publication Date
CN110674619A CN110674619A (en) 2020-01-10
CN110674619B true CN110674619B (en) 2023-10-17

Family

ID=69076854

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910880987.3A Active CN110674619B (en) 2019-09-18 2019-09-18 Online document editing method, device, equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN110674619B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651160B (en) * 2020-06-02 2023-07-04 上海泛微网络科技股份有限公司 Plug-in construction and webpage design method and device
CN112581094B (en) * 2020-12-23 2022-08-30 卡斯柯信号有限公司 Method for automatically retrieving and extracting reliability requirement
CN112668297B (en) * 2020-12-28 2023-09-01 广州博士信息技术研究院有限公司 On-line document editing and managing system
CN112686004B (en) * 2020-12-30 2023-04-11 海南大学 Block chain-based single-document multi-interface editing method
CN114237737A (en) * 2021-11-25 2022-03-25 北京轩宇信息技术有限公司 Processing method for structured entry of Word file data
CN114626349B (en) * 2022-05-16 2022-09-09 西安芯瞳半导体技术有限公司 Non-invasive file editing method, device and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101567065A (en) * 2009-05-26 2009-10-28 杭州世导科技有限公司 Cross-platform online file editing system and method thereof
CN106844316A (en) * 2016-12-13 2017-06-13 北京中船信息科技有限公司 Process the method and system of office documents online on a web browser
CN107734074A (en) * 2017-11-29 2018-02-23 常州中价之星软件技术有限公司 A kind of implementation method of online reading and editor's document
CN109976617A (en) * 2019-04-03 2019-07-05 腾讯科技(深圳)有限公司 Document display method and apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2017210597B2 (en) * 2016-08-04 2019-02-07 Lulu Software Holdings System and method for the online editing of pdf documents

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101567065A (en) * 2009-05-26 2009-10-28 杭州世导科技有限公司 Cross-platform online file editing system and method thereof
CN106844316A (en) * 2016-12-13 2017-06-13 北京中船信息科技有限公司 Process the method and system of office documents online on a web browser
CN107734074A (en) * 2017-11-29 2018-02-23 常州中价之星软件技术有限公司 A kind of implementation method of online reading and editor's document
CN109976617A (en) * 2019-04-03 2019-07-05 腾讯科技(深圳)有限公司 Document display method and apparatus

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一种支持公式的在线文档编辑器的设计;侯霞等;《电脑知识与技术》;20160505(第13期);全文 *

Also Published As

Publication number Publication date
CN110674619A (en) 2020-01-10

Similar Documents

Publication Publication Date Title
CN110674619B (en) Online document editing method, device, equipment and computer storage medium
US11347826B2 (en) Systems and methods for hosted applications
US11030392B2 (en) Optimization for rendering web pages
US10325012B2 (en) Filtered stylesheets
CN108038134B (en) Page display method and device, storage medium and electronic equipment
EP3518124A1 (en) Webpage rendering method and related device
KR101524897B1 (en) Editing a document using a transitory editing surface
CN106294658B (en) Webpage quick display method and device
CN109634588B (en) Office document online editing method and system compatible with multiple browsers
WO2017196635A1 (en) Page component dynamic layout
US20080244740A1 (en) Browser-independent editing of content
US8576233B2 (en) Program generation device, program generation method, and computer-readable storage medium
CN110020329B (en) Method, device and system for generating webpage
CN108595697B (en) Webpage integration method, device and system
CN112632917B (en) Online document processing method and device, electronic equipment and storage medium
CN112799745B (en) Page display control method and device
CN113934959A (en) Program preview method and device, computer equipment and storage medium
CN110647327B (en) Method and device for dynamic control of user interface based on card
CN112632436A (en) Webpage display method and device, electronic equipment and storage medium
US20200175082A1 (en) Display control method and display control apparatus
CN112988255B (en) Data processing method, device and computer readable storage medium
KR20120121949A (en) Apparatus and Method for Rendering Mathematical based on Text
CN109960498B (en) C + + based HTML editor editing and upgrading method and device
CN115618821A (en) Rich text editing method and device, computer equipment and storage medium
CN113971253A (en) Webpage file generation method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant