1、 支持类似于Lotus Notes类似的Section功能,把不重要的信息、太长的信息折叠起来。
2、 支持类似于Word的排版功能,比如:标题1、标题2等。
3、 支持类似于Word的编辑功能:把VS2005复制过来的信息保留源格式。比如:
复制到Word中是:
<!DOCTYPE html
PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- <meta content="0;URL=svn/" http-equiv="refresh"/> -->
<title>VisualSVN Server</title>
</head>
<body>
<h1>Welcome to VisualSVN Server!</h1>
<p><a href="/svn/">Repositories</a></p>
<p><a href="/Share/">Share</a></p>
</body>
</html>
但是复制到OneNote是:
<!DOCTYPE html
PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- <meta content="0;URL=svn/" http-equiv="refresh"/> -->
<title>VisualSVN Server</title>
</head>
<body>
<h1>Welcome to VisualSVN Server!</h1>
<p><a href="/svn/">Repositories</a></p>
<p><a href="/Share/">Share</a></p>
</body>
</html>
不知道是否已经有这样一些功能,我没发现?
也不知道是否有方式向微软反馈这些需求?