跳转到主要内容

在tiddler PUT上自动处理extraclude

项目描述

[TiddlyWeb](http://tiddlyweb.com/) 插件,使用验证器处理extraclusions。


## 简介

extraclusion是在可渲染的wikitext中的标记,它将包含的文本提取到它自己的tiddler中。例如,如果以下文本作为tiddler "foo"放入

## 标题

一些文本

.extraclude bar

## 其他标题

其他文本

.extraclude

## 另一个标题

嗨!

The result would be two tiddlers in the same bag, "foo" and "bar"。

"foo"将包含trainclude "bar"的标记。
extracluded tiddlers 继承父级的 `type`。



## 安装

使用以下命令安装Python包

pip install -U tiddlywepblugins.extraclude


将包添加到 `tiddlywebconfig.py` 中的 `system_plugins`

config = {
'system_plugins': ['tiddlywebplugins.extraclude']
}

版权所有 2014 Peermore Limited
BSD许可证

项目详情


下载文件

下载适用于您的平台的文件。如果您不确定要选择哪个,请了解有关安装包的更多信息。

源分布

tiddlywebplugins.extraclude-0.1.tar.gz (6.7 kB 查看哈希值)

上传时间:

由以下提供支持