mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 06:46:06 +00:00
Cleaning up content types
Dealt with some inconsistencies
This commit is contained in:
@@ -14,7 +14,7 @@ The idea is to process the recipe file recursively, loading tiddlers into the ma
|
||||
/*global $tw: false */
|
||||
"use strict";
|
||||
|
||||
exports["application/vnd.tiddlywiki2-recipe"] = function(text,fields) {
|
||||
exports["text/vnd.tiddlywiki2-recipe"] = function(text,fields) {
|
||||
var self = this,
|
||||
path = require("path"),
|
||||
fs = require("fs"),
|
||||
|
Reference in New Issue
Block a user