@tiddlygit/tiddlywiki
Version:
a non-linear personal web notebook
18 lines (12 loc) • 354 B
JavaScript
/*\
title: $:/plugins/tiddlywiki/innerwiki/anchor.js
type: application/javascript
module-type: widget
Anchor widget to represent an innerwiki graphical anchor. Clone of the data widget
\*/
(function(){
/*jslint node: true, browser: true */
/*global $tw: false */
;
exports.anchor = require("$:/core/modules/widgets/data.js").data;
})();