Skip to content

Commit

Permalink
v0.17.12
Browse files Browse the repository at this point in the history
Updated Tiddlymap to work with tw5-vis-network instead of TW5-Vis.js. Vis.js has been deprecated for over 8 years, where as vis-network is still maintained. It's also smaller, and presumably less buggy.
  • Loading branch information
flibbles committed Sep 6, 2022
1 parent 2c877d7 commit c2f3b10
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 42 deletions.
18 changes: 0 additions & 18 deletions bundle/tiddlymap_0.17.11+10015.json

This file was deleted.

18 changes: 18 additions & 0 deletions bundle/tiddlymap_0.17.12+10016.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/felixhayashi/tiddlymap/js/lib/TypeDefs.js.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title: $:/plugins/felixhayashi/tiddlymap/js/TypeDefs.js
type: application/javascript
2 changes: 1 addition & 1 deletion dist/felixhayashi/tiddlymap/js/macro/MapMacro.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/felixhayashi/tiddlymap/js/services/DialogManager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/felixhayashi/tiddlymap/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"title": "$:/plugins/felixhayashi/tiddlymap",
"description": "TiddlyMap – Map drawing and topic visualization for your wiki",
"author": "Felix Küppers",
"version": "0.17.11+10015",
"released": "Sat, 14 May 2022 03:51:20 GMT",
"version": "0.17.12+10016",
"released": "Tue, 06 Sep 2022 04:58:02 GMT",
"core-version": ">=5.1.5",
"source": "https://github.com/felixhayashi/TW5-TiddlyMap",
"type": "application/json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ subtitle: {{$:/plugins/felixhayashi/tiddlymap/icon}} Edge type specification
field="text"
type="text"
tag="input"
default=""
class="tmap-trigger-field
tmap-triggers-ok-button-on-enter
tmap-triggers-cancel-button-on-esc" />
default="" />
<<badges>>
</td>
</tr>
Expand All @@ -89,4 +86,8 @@ subtitle: {{$:/plugins/felixhayashi/tiddlymap/icon}} Edge type specification
</table>
\end

<$keyboard key="enter" actions="<$action-setfield $tiddler=<<result>> text='1' />">
<$keyboard key="escape" actions="<$action-setfield $tiddler=<<result>> text='' />">
<$list filter="[<temp>!has[more]]" variable="item"><<search>></$list>
</$keyboard>
</$keyboard>
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ classes: tmap-modal-add-node
focus="true"
type="text"
tag="input"
default=""
class="tmap-trigger-field
tmap-triggers-ok-button-on-enter
tmap-triggers-cancel-button-on-esc" />
default="" />
<$list filter="[<output>get[draft.title]!is[tiddler]]">
<$button
tooltip="The tiddler does not exist yet and you may edit it
Expand Down Expand Up @@ -122,5 +119,9 @@ classes: tmap-modal-add-node
</$list>
\end

<$keyboard key="enter" actions="<$action-setfield $tiddler=<<result>> text='1' />">
<$keyboard key="escape" actions="<$action-setfield $tiddler=<<result>> text='' />">
<$list filter="[<temp>!has[more]]" variable="item"><<search>></$list>
<$list filter="[<temp>has[more]]" variable="item"><<editor>></$list>
</$keyboard>
</$keyboard>
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ subtitle: {{$:/core/images/new-button}} Creating a new view
\whitespace trim
\rules except wikilink

<$keyboard key="enter" actions="<$action-setfield $tiddler=<<result>> text='1' />">
<$keyboard key="escape" actions="<$action-setfield $tiddler=<<result>> text='' />">
<table class="tmap-config-table">
<<tmap-row type:"input-text"
title:"View name"
field:"name"
focus:"true"
class:"tmap-trigger-field
tmap-triggers-ok-button-on-enter
tmap-triggers-cancel-button-on-esc"
descr:"The name for the new view. If no name is entered,
the program will invent one for you."
note:"You cannot override an existing view. In this case,
Expand All @@ -25,3 +24,5 @@ subtitle: {{$:/core/images/new-button}} Creating a new view
clone of the current one, only with a different
name.">>
</table>
</$keyboard>
</$keyboard>
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ subtitle: {{$:/core/images/tag-button}} Please specify a view name

\rules except wikilink

<$keyboard key="enter" actions="<$action-setfield $tiddler=<<result>> text='1' />">

<$keyboard key="escape" actions="<$action-setfield $tiddler=<<result>> text='' />">

''Name:''
<$edit-text focus="true" tiddler=<<output>> field="text" type="text" tag="input" default=""
class="tmap-trigger-field tmap-triggers-ok-button-on-enter" />
<$edit-text focus="true" tiddler=<<output>> field="text" type="text" tag="input" default="" />

Note that ''<<count>>'' tiddlers are referencing this view.

Expand All @@ -25,3 +28,5 @@ accordingly.
</ul>

</$reveal>
</$keyboard>
</$keyboard>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: $:/plugins/felixhayashi/tiddlymap/dialogFooter/ok
\whitespace trim
\rules except wikilink

<$button class="tmap-dialog-button tmap-ok-button" tooltip="Confirm dialog">OK
<$button tooltip="Confirm dialog">OK

<!-- trigger dialog callback -->
<$action-setfield $tiddler=<<result>> text="1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: $:/plugins/felixhayashi/tiddlymap/dialogFooter/ok_cancel

<$transclude tiddler="$:/plugins/felixhayashi/tiddlymap/dialogFooter/ok" mode="inline" />
&#32;
<$button class="tmap-dialog-button tmap-cancel-button" tooltip="Close dialog without saving">Cancel
<$button tooltip="Close dialog without saving">Cancel
<!-- trigger dialog callback -->
<$action-setfield $tiddler=<<result>> text="" />
</$button>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: $:/plugins/felixhayashi/tiddlymap/dialogFooter/ok_suppress

<$checkbox field="suppress" checked="1" unchecked="0" default="0"> Do not show this dialog again</$checkbox>
&#32;
<$button class="tmap-dialog-button tmap-ok-button" tooltip="Confirm this dialog">OK
<$button class="tmap-dialog-button" tooltip="Confirm this dialog">OK

<!-- trigger dialog callback -->
<$action-setfield $tiddler=<<result>> text="1" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiddlymap",
"version": "0.17.11",
"version": "0.17.12",
"author": "Felix Küppers <[email protected]>",
"description": "TiddlyMap is a TiddlyWiki plugin that turns your favorite personal note taking software in a wiki-concept-map hybrid!",
"license": "BSD-2-Clause",
Expand Down
2 changes: 2 additions & 0 deletions src/plugins/felixhayashi/tiddlymap/js/lib/TypeDefs.js.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title: $:/plugins/felixhayashi/tiddlymap/js/TypeDefs.js
type: application/javascript
4 changes: 2 additions & 2 deletions src/plugins/felixhayashi/tiddlymap/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"title": "$:/plugins/felixhayashi/tiddlymap",
"description": "TiddlyMap – Map drawing and topic visualization for your wiki",
"author": "Felix Küppers",
"version": "0.17.11+10015",
"released": "Sat, 14 May 2022 03:51:20 GMT",
"version": "0.17.12+10016",
"released": "Tue, 06 Sep 2022 04:58:02 GMT",
"core-version": ">=5.1.5",
"source": "https://github.com/felixhayashi/TW5-TiddlyMap",
"type": "application/json",
Expand Down

0 comments on commit c2f3b10

Please sign in to comment.