mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 13:36:55 +00:00
Complete renaming the include macro to serialize
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*\
|
||||
title: $:/core/modules/macros/include.js
|
||||
title: $:/core/modules/macros/serialize.js
|
||||
type: application/javascript
|
||||
module-type: macro
|
||||
|
||||
Include macro
|
||||
Serialize macro
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
@@ -13,7 +13,7 @@ Include macro
|
||||
"use strict";
|
||||
|
||||
exports.info = {
|
||||
name: "include",
|
||||
name: "serialize",
|
||||
params: {
|
||||
filter: {byPos: 0, type: "filter"},
|
||||
as: {byPos: 1, type: "text"},
|
||||
|
||||
Reference in New Issue
Block a user