mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Add warning when trying to use plugins designed for TiddlyWiki Classic
This commit is contained in:
parent
1491ba71aa
commit
2c9b1ae257
@ -1,5 +1,6 @@
|
||||
title: $:/language/
|
||||
|
||||
AboveStory/ClassicPlugin/Warning: It looks like you are trying to load a plugin designed for ~TiddlyWiki Classic. Please note that [[these plugins do not work with TiddlyWiki version 5.x.x|http://tiddlywiki.com/#TiddlyWikiClassic]]. ~TiddlyWiki Classic plugins detected:
|
||||
BinaryWarning/Prompt: This tiddler contains binary data
|
||||
ClassicWarning/Hint: This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See http://tiddlywiki.com/static/Upgrading.html for more details.
|
||||
ClassicWarning/Upgrade/Caption: upgrade
|
||||
|
27
core/ui/AboveStory/tw2-plugin-check.tid
Normal file
27
core/ui/AboveStory/tw2-plugin-check.tid
Normal file
@ -0,0 +1,27 @@
|
||||
title: $:/core/ui/AboveStory/tw2-plugin-check
|
||||
tags: $:/tags/AboveStory
|
||||
|
||||
\define lingo-base() $:/language/AboveStory/ClassicPlugin/
|
||||
<$list filter="[all[system+tiddlers]tag[systemConfig]limit[1]]">
|
||||
|
||||
<div class="tc-message-box">
|
||||
|
||||
<<lingo Warning>>
|
||||
|
||||
<ul>
|
||||
|
||||
<$list filter="[all[system+tiddlers]tag[systemConfig]limit[1]]">
|
||||
|
||||
<li>
|
||||
|
||||
<$link><$view field="title"/></$link>
|
||||
|
||||
</li>
|
||||
|
||||
</$list>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</$list>
|
Loading…
Reference in New Issue
Block a user