1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-30 15:13:00 +00:00

Rename the savetiddler/savetiddlers commands to rendertiddler/rendertiddlers

'Render' reflects what the commands actually do, and frees up 'save'
for actually saving the raw content of a tiddler.
This commit is contained in:
Jeremy Ruston
2013-08-04 22:26:45 +01:00
parent c54faeecd8
commit 05ac094d2e
10 changed files with 39 additions and 39 deletions

View File

@@ -1,9 +1,9 @@
/*\
title: $:/core/modules/commands/savetiddler.js
title: $:/core/modules/commands/rendertiddler.js
type: application/javascript
module-type: command
Command to save a tiddler to a file
Command to render a tiddler and save it to a file
\*/
(function(){
@@ -13,7 +13,7 @@ Command to save a tiddler to a file
"use strict";
exports.info = {
name: "savetiddler",
name: "rendertiddler",
synchronous: false
};