Text-slicer: initial support for anchors

This commit is contained in:
Jermolene
2015-09-16 18:59:03 +01:00
parent 207406eeb3
commit 7b8cb928cf
6 changed files with 44 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ exports.processHeadingNode = function(domNode,tagName) {
list: [],
tags: tags
})});
this.currentTiddler = title;
return true;
}
}