Skip to content

Commit

Permalink
chore: bump importer version
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Feb 22, 2025
1 parent 512bcbe commit f3627d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/oeyoews/markdown-importer/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "$:/plugins/oeyoews/markdown-importer",
"description": "markdown-importer",
"author": "oeyoews",
"version": "0.1.3",
"version": "0.2.0",
"core-version": ">=5.3.4",
"type": "application/json",
"plugin-type": "plugin",
Expand Down
2 changes: 1 addition & 1 deletion plugins/oeyoews/markdown-importer/tiddlers/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports.startup = () => {
tiddlers.tiddlers[content.title] = tiddler;
});

const importedTitle = '$:/markdownImportd';
const importedTitle = '$:/markdownImported';
// $tw.wiki.deleteTiddler(importedTitle);
$tw.wiki.addTiddler({
title: importedTitle,
Expand Down

0 comments on commit f3627d1

Please sign in to comment.