mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-02-10 04:00:22 +00:00
12 lines
272 B
JavaScript
12 lines
272 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
|
|
|
|
\*/
|
|
"use strict";
|
|
|
|
exports.anchor = require("$:/core/modules/widgets/data.js").data;
|