mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f23f4c3c50
commit
a85c365d32
@ -193,6 +193,13 @@ var plugin = {
|
|||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
// Process attributes in code and update the attributes in element data...
|
||||||
|
//
|
||||||
|
// This does:
|
||||||
|
// - parse attributes
|
||||||
|
// - update element data (JSON)
|
||||||
|
// - filter attributes out (optionally)
|
||||||
|
//
|
||||||
var attributes = {
|
var attributes = {
|
||||||
__proto__: plugin,
|
__proto__: plugin,
|
||||||
|
|
||||||
@ -646,6 +653,7 @@ var tasks = {
|
|||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
// XXX add depth...
|
||||||
// XXX do a better default id...
|
// XXX do a better default id...
|
||||||
var toc = {
|
var toc = {
|
||||||
__proto__: plugin,
|
__proto__: plugin,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user