1.谷歌文档
谷歌公司的谷歌文档其实改变了办公的模式,可以多人同时编辑同一个文件,大大提高了工作效率。
https://en.wikipedia.org/wiki/Google_Docs,_Sheets_and_Slides,_Sheets_and_Slides
2.微软公司的Office
作为桌面办公的王者,微软在努力推广其在线办公软件office online,只是令人非常不解的是,这个访问速度... ...。
3.Zoho公司的产品
简体中文服务
4.WPS(金山文档)
https://drive.wps.cn/ 或者https://docs.wps.cn
5.腾讯文档
6.腾讯office
腾讯推出了tim,目前只提供文字处理(word)、电子表格(excel)两方面的服务,虽然在整合腾讯系其他产品方面(例如腾讯地图、腾讯问卷等)、在检索能力方面(Evernote印象笔记可以全文检索)仍有待提升。
不过一个感觉是,QQ在面对自家兄弟微信的竞争之后,终于找到了自己的位置和发力点。
7.钉钉文档
阿里旗下产品钉钉(https://www.dingtalk.com/)整合大量办公程序,钉钉文档就是与之配合的在线office程序。
8.飞书文档
字节跳动公司提供的服务
9.一起写
10.石墨文档
11.百度文档
百度也许曾经试图追赶一下谷歌,只是步伐好像虚浮、绵软,百度Doc(在线word)、百度脑图(在线思维导图)的研发给人的感觉也是心不在焉。
百度网盘推出了在线编辑文件功能,也是整合在线office的一个努力。
12 Pandoc支持多种格式文本之间的转换
About pandoc
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert between the following formats:
(← = conversion from; → = conversion to; ↔︎ = conversion from and to)
- Lightweight markup formats
-
↔︎ Markdown (including CommonMark and GitHub-flavored Markdown)
↔︎ reStructuredText
→ AsciiDoc
↔︎ Emacs Org-Mode
↔︎ Emacs Muse
↔︎ Textile
→ Markua
← txt2tags - HTML formats
-
↔︎ (X)HTML 4
↔︎ HTML5 - Ebooks
-
↔︎ EPUB version 2 or 3
↔︎ FictionBook2 - Documentation formats
- Roff formats
- TeX formats
- XML formats
-
↔︎ DocBook version 4 or 5
↔︎ JATS
→ TEI Simple
→ OpenDocument XML - Outline formats
-
↔︎ OPML
- Bibliography formats
-
↔︎ BibTeX
↔︎ BibLaTeX
↔︎ CSL JSON
↔︎ CSL YAML
← RIS
← EndNote XML
- Word processor formats
-
↔︎ Microsoft Word docx
↔︎ Rich Text Format RTF
↔︎ OpenOffice/LibreOffice ODT - Interactive notebook formats
-
↔︎ Jupyter notebook (ipynb)
- Page layout formats
- Wiki markup formats
-
↔︎ MediaWiki markup
↔︎ DokuWiki markup
← TikiWiki markup
← TWiki markup
← Vimwiki markup
→ XWiki markup
→ ZimWiki markup
↔︎ Jira wiki markup
← Creole - Slide show formats
-
→ LaTeX Beamer
→ Microsoft PowerPoint
→ Slidy
→ reveal.js
→ Slideous
→ S5
→ DZSlides - Data formats
-
← CSV tables
- Custom formats
-
↔︎ custom readers and writers can be written in Lua
-
→ via
pdflatex
,lualatex
,xelatex
,latexmk
,tectonic
,wkhtmltopdf
,weasyprint
,prince
,pagedjs-cli
,context
, orpdfroff
.
Pandoc understands a number of useful markdown syntax extensions, including document metadata (title, author, date); footnotes; tables; definition lists; superscript and subscript; strikeout; enhanced ordered lists (start number and numbering style are significant); running example lists; delimited code blocks with syntax highlighting; smart quotes, dashes, and ellipses; markdown inside HTML blocks; and inline LaTeX. If strict markdown compatibility is desired, all of these extensions can be turned off.
LaTeX math (and even macros) can be used in markdown documents. Several different methods of rendering math in HTML are provided, including MathJax and translation to MathML. LaTeX math is converted (as needed by the output format) to unicode, native Word equation objects, MathML, or roff eqn.
Pandoc includes a powerful system for automatic citations and bibliographies. This means that you can write a citation like
[see @doe99, pp. 33-35; also @smith04, ch. 1]
and pandoc will convert it into a properly formatted citation using any of hundreds of CSL styles (including footnote styles, numerical styles, and author-date styles), and add a properly formatted bibliography at the end of the document. The bibliographic data may be in BibTeX, BibLaTeX, CSL JSON, or CSL YAML format. Citations work in every output format.
There are many ways to customize pandoc to fit your needs, including a template system and a powerful system for writing filters.
Pandoc includes a Haskell library and a standalone command-line program. The library includes separate modules for each input and output format, so adding a new input or output format just requires adding a new module.
Pandoc is free software, released under the GPL. Copyright 2006–2021 John MacFarlane.