TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Truly rich web application: text editing online. (now - without a browser!)

4 点作者 tx将近 17 年前

2 条评论

bootload将近 17 年前
<i>"... It is showing OpenOffice.org used as a WYSIWYG editor for documents stored on a webserver ..."</i><p>It has been possible for quite a while. Matt Sergeant was doing this back in 2000 with AxKit and an OpenOffice module. The OO files are in XML format. The AxKit OO module allowed you to convert the text to a page using the OO markup to indicate the Web markup. The workflow was something like:<p>- motivation to write<p>- fire up OpenOffice<p>- write stuff<p>- load url<p>- AxKit converts OO file to markup so you can read it<p>- etc...<p>Ultimately the idea didn't work. You simply don't need to fire up a binary application to create a marked-up page. The conversion of the OO file to another format is an extra step. Blogger proved that users would tolerate a simple text editor as a Web-app. I think the main reason I stopped using my tool (a hack wrapped around OpenOffice::OODoc ~ <a href="http://search.cpan.org/dist/OpenOffice-OODoc" rel="nofollow">http://search.cpan.org/dist/OpenOffice-OODoc</a> ) was I realised I could get away without firing up OO and simply use text with templates.<p>I ended up taking the bicycle out instead of the 4 Wheel drive.
Kilimanjaro将近 17 年前
Awesome!<p>Of course stone-age wikies are a pain in the ass but now most of them are wysiwyg and really easy on the noob, who is the long tail of blogs and wikies.