资 源 简 介
This plugin provides excerpt like functions, but renders in origion page and deals with internal link, so support toc macro and correct internal link.
Features
multi nest-export in one page
render in original(nest-export) page, not in usage(nest) page
correct innerlink, support toc macro
Usage Example
Spacce: A/Page: a
```
{nest-export:name=toc|hidden=true}
{toc:minLevel=2|maxLevel=2}
{nest-export}
h2.title1
{nest-export:name=content1}
content......
{nest-export}
h2.title2
```
Spacce: A/Page: b
```
{nest:pageTitle=a|name=content1|nopanel=true}{nest}
{nest:pageTitle=a|name=toc|nopanel=true}{nest}
```
How to build
```
svn co http://svn.atlassian.com/svn/public/contrib/maven-plugins/com.atlassian.maven.plugins/atlassian-pdk/tags/2.1.1/ atlassian-pdk
cd atlassian-pdk
mvn install
svn co http://nest-plugin.googlecode.com/svn/trunk