>
21 | \end
22 |
23 |
24 | <$macrocall $name=<> />
25 |
26 |
27 |
--------------------------------------------------------------------------------
/dist/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.verbosity.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/verbosity
2 | caption: Verbosity
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 |
8 |
9 | Here you can restrict the system's talkativeness.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/dist/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.vis.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/vis
2 | classes: tmap-remove-top-space
3 | caption: Graph
4 |
5 | \whitespace trim
6 | \rules except wikilink
7 |
8 |
9 |
10 | The global vis configurations will affect all views and their
11 | elements (nodes and edges) unless they are overridden on a lower
12 | level. All options below are documented at
13 |
14 | [[vis.js.org|http://visjs.org/docs/network]].
15 |
16 |
17 |
18 | Only config items that you actually changed have an effect on
19 | the graph. Other options are visible, yet, inactive.
20 |
21 | <$tmap-config
22 | mode="manage-config"
23 | inherited="inherited-style"
24 | extension="config.vis" />
25 |
--------------------------------------------------------------------------------
/src/plugins/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.verbosity.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/verbosity
2 | caption: Verbosity
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 |
8 |
9 | Here you can restrict the system's talkativeness.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/dist/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.editor.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/editor
2 | caption: Editor
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 |
8 | <>
12 | <>
16 | <>
20 |
21 |
--------------------------------------------------------------------------------
/src/plugins/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.vis.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/vis
2 | classes: tmap-remove-top-space
3 | caption: Graph
4 |
5 | \whitespace trim
6 | \rules except wikilink
7 |
8 |
9 |
10 | The global vis configurations will affect all views and their
11 | elements (nodes and edges) unless they are overridden on a lower
12 | level. All options below are documented at
13 |
14 | [[vis.js.org|http://visjs.org/docs/network]].
15 |
16 |
17 |
18 | Only config items that you actually changed have an effect on
19 | the graph. Other options are visible, yet, inactive.
20 |
21 | <$tmap-config
22 | mode="manage-config"
23 | inherited="inherited-style"
24 | extension="config.vis" />
25 |
--------------------------------------------------------------------------------
/src/plugins/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.editor.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/editor
2 | caption: Editor
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 |
8 | <>
12 | <>
16 | <>
20 |
21 |
--------------------------------------------------------------------------------
/dist/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.fields.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/fields
2 | caption: Field settings
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 |
8 | <>
12 | <>
16 | <>
21 |
22 |
--------------------------------------------------------------------------------
/src/plugins/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.fields.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/fields
2 | caption: Field settings
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 |
8 | <>
12 | <>
16 | <>
21 |
22 |
--------------------------------------------------------------------------------
/src/jsdoc/config.json:
--------------------------------------------------------------------------------
1 | {
2 | "tags": {
3 | "allowUnknownTags": true
4 | },
5 | "source": {
6 | "includePattern": ".+\\.js(doc)?$",
7 | "excludePattern": "(^|\\/|\\\\)_"
8 | },
9 | "plugins": [ "plugins/markdown" ],
10 | "templates": {
11 | "outputSourceFiles": true,
12 | "systemName" : "TiddlyMap",
13 | "footer" : "",
14 | "copyright" : "Copyright © 2014 FelixHayashi",
15 | "navType" : "vertical",
16 | "theme" : "simplex",
17 | "linenums" : true,
18 | "analytics" : {"ua":"UA-63628573-1", "domain":"tiddlymap.org"},
19 | "collapseSymbols" : false,
20 | "inverseNav" : true,
21 | "highlightTutorialCode" : true
22 | },
23 | "opts": {
24 | "template": "./node_modules/ink-docstrap/template",
25 | "encoding": "utf8"
26 | }
27 | }
--------------------------------------------------------------------------------
/dist/felixhayashi/tiddlymap/tiddlers/gui/dialog/dialog.edit_node.global.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/editNode/default
2 | caption: Global node style
3 | classes: tmap-remove-top-space
4 |
5 | \rules except wikilink
6 |
7 |
8 | A node's ''global configuration''
9 | (also referred to as //global individual config//) defines its
10 | individual appearance and behaviour in all views.
11 |
12 | <>
13 |
14 | <$macrocall $name="sharedSettings"
15 | twIconField=<>
16 | faIconField="global.tmap.fa-icon"
17 | labelField=<> />
18 |
19 | <$macrocall $name="visConfiguration"
20 | mode="manage-node-types"
21 | extensionField="global.tmap.style"
22 | styleName="node's global style"
23 | inheritedList="[[inherited-global-default-style]]
24 | [[inherited-local-default-style]]
25 | [[inherited-group-styles]]" />
26 |
--------------------------------------------------------------------------------
/dist/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.default.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/default
2 | caption: Overview
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 |
8 |
9 | Please visit the
10 |
11 | [[online docs|http://tiddlymap.org/Documentation]]
12 |
13 | for more information about the available global options.
14 |
15 |
16 |
17 | | Plugin version |
18 | <> |
19 |
20 |
26 |
27 | | Nodes in system |
28 | <> |
29 |
30 |
31 | | Edges in system |
32 | <> |
33 |
34 |
--------------------------------------------------------------------------------
/src/plugins/felixhayashi/tiddlymap/files/_global.scss:
--------------------------------------------------------------------------------
1 | /**
2 | * Do not allow blurred background for dialogs
3 | * see: https://github.com/Jermolene/TiddlyWiki5/issues/1893
4 | */
5 | body .tc-page-container-wrapper.tc-modal-displayed {
6 | -webkit-filter: inherit;
7 | -moz-filter: inherit;
8 | filter: inherit;
9 | }
10 |
11 | body .tc-modal-wrapper {
12 | z-index: 1010;
13 |
14 | .tc-modal-header {
15 | svg {
16 | vertical-align: sub;
17 | }
18 | h3 {
19 | line-height: 10px;
20 | }
21 | }
22 |
23 | .tc-modal-body {
24 | min-height: 250px; // tw doesn't have a minheight
25 | max-height: 70vh; // tw uses 60vh
26 | padding-top: 0px; // tw uses 15px
27 | padding-bottom: 0px; // tw uses 15px
28 | overflow: auto;
29 | }
30 |
31 | .tc-modal-footer {
32 | padding: 8px;
33 | .tmap-dialog-button {
34 | font-weight: bold;
35 | }
36 | .tmap-hidden-close-button {
37 | display: none;
38 | }
39 | }
40 | }
41 |
--------------------------------------------------------------------------------
/src/plugins/felixhayashi/tiddlymap/tiddlers/gui/dialog/configure_tiddlymap/dialog.configure_tiddlymap.default.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/default
2 | caption: Overview
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 |
8 |
9 | Please visit the
10 |
11 | [[online docs|http://tiddlymap.org/Documentation]]
12 |
13 | for more information about the available global options.
14 |
15 |
16 |
17 | | Plugin version |
18 | <> |
19 |
20 |
26 |
27 | | Nodes in system |
28 | <> |
29 |
30 |
31 | | Edges in system |
32 | <> |
33 |
34 |
--------------------------------------------------------------------------------
/src/plugins/felixhayashi/tiddlymap/tiddlers/gui/dialog/dialog.edit_node.global.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/editNode/default
2 | caption: Global node style
3 | classes: tmap-remove-top-space
4 |
5 | \rules except wikilink
6 |
7 |
8 | A node's ''global configuration''
9 | (also referred to as //global individual config//) defines its
10 | individual appearance and behaviour in all views.
11 |
12 | <>
13 |
14 | <$macrocall $name="sharedSettings"
15 | twIconField=<>
16 | faIconField="global.tmap.fa-icon"
17 | labelField=<> />
18 |
19 | <$macrocall $name="visConfiguration"
20 | mode="manage-node-types"
21 | extensionField="global.tmap.style"
22 | styleName="node's global style"
23 | inheritedList="[[inherited-global-default-style]]
24 | [[inherited-local-default-style]]
25 | [[inherited-group-styles]]" />
26 |
--------------------------------------------------------------------------------
/dist/felixhayashi/tiddlymap/tiddlers/gui/dialog/type_manager/dialog.type_manager.overview.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/overview
2 | caption: Overview
3 |
4 | \whitespace trim
5 | \rules except wikilink
6 |
7 | \define date(f) <$view field=$f$ format="date" template="DDth mmm hh:mm:ss"/>
8 |
9 | ! <$link to={{!!typeTRef}}><$view field="id" />$link>
10 |
11 |
12 |
13 | | Created on |
14 |
15 | <>
16 | |
17 |
18 |
19 | | Modified on |
20 | <> |
21 |
22 |
23 | | Usage count |
24 |
25 |
26 | <$view field="temp.usageCount" />
27 |
28 |
29 | <$count filter={{!!scope}}>0$count>
30 |
31 | |
32 |
33 |
34 |
35 | <$view field="description">//No description available//$view>
--------------------------------------------------------------------------------
/dist/felixhayashi/tiddlymap/tiddlers/gui/dialog/dialog.rename_view.tid:
--------------------------------------------------------------------------------
1 | title: $:/plugins/felixhayashi/tiddlymap/dialog/renameView
2 | subtitle: {{$:/core/images/tag-button}} Please specify a view name
3 |
4 | \rules except wikilink
5 |
6 | <$keyboard key="enter" actions="<$action-setfield $tiddler=<> text='1' />">
7 |
8 | <$keyboard key="escape" actions="<$action-setfield $tiddler=<> text='' />">
9 |
10 | ''Name:''
11 | <$edit-text focus="true" tiddler=<