Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningTreeC committed Oct 24, 2024
1 parent db59aa8 commit 055ea8d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 67 deletions.
2 changes: 1 addition & 1 deletion TiddlyFlex/css/base.tid
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ tags: $:/tags/Stylesheet
}

.tc-tiddlyflex-story-river .tc-navigating .tc-tiddler-frame {
border: 2px dashed <<colour primary>>;
outline: 2px dashed <<colour primary>>;
}

/***********/
Expand Down
56 changes: 0 additions & 56 deletions TiddlyFlex/files/modules/widgets/subclasses/transclude.js

This file was deleted.

7 changes: 0 additions & 7 deletions TiddlyFlex/files/tiddlywiki.files
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@
"title": "$:/plugins/BTC/TiddlyFlex/modules/widgets/subclasses/droppable.js",
"module-type": "widget-subclass"
}
},{
"file": "modules/widgets/subclasses/transclude.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/BTC/TiddlyFlex/modules/widgets/subclasses/transclude.js",
"module-type": "widget-subclass"
}
}
]
}
4 changes: 2 additions & 2 deletions TiddlyFlex/global/css/css.tid
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: $:/tags/Global
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock whitespace

.tc-tiddlyflex-story-river-{{{ [[$(currentColumn)$]substitute[]] }}} .tc-tiddlyflex-story-river-inner > [data-tiddler-title={{{ [[$(cssEscapedTitle)$]substitute[]addprefix["]addsuffix["]] }}}]:not(.tc-navigating) > .tc-tiddler-frame {
border: 1px solid <<colour tiddlyflex-current-tiddler>>;
outline: 1px solid <<colour tiddlyflex-current-tiddler>>;
}

\end
Expand All @@ -14,7 +14,7 @@ tags: $:/tags/Global
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock whitespace

.tc-tiddlyflex-story-river-{{{ [[$(column)$]substitute[]] }}} .tc-tiddlyflex-story-river-inner > [data-tiddler-title={{{ [[$(cssEscapedTitle)$]substitute[]addprefix["]addsuffix["]] }}}]:not(.tc-navigating) > .tc-tiddler-frame {
border: 1px solid <<colour tiddlyflex-current-tiddler-muted>>;
outline: 1px solid <<colour tiddlyflex-current-tiddler-muted>>;
}

\end
Expand Down
2 changes: 1 addition & 1 deletion TiddlyFlex/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "TiddlyFlex",
"plugin-type": "plugin",
"author": "Simon Huber",
"version": "0.6.3",
"version": "0.6.4",
"core-version": ">=5.3.3",
"source": "https://github.com/BurningTreeC/TiddlyFlex",
"list": "readme license"
Expand Down

0 comments on commit 055ea8d

Please sign in to comment.