Skip to content

Commit

Permalink
chore: upgrade plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Aug 29, 2024
1 parent dcd5c36 commit 1d74cf2
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 14 deletions.
16 changes: 16 additions & 0 deletions tiddlers/$__plugins_linonetwo_autocomplete.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions tiddlers/$__plugins_linonetwo_commandpalette.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tiddlers/$__plugins_linonetwo_opened-tiddlers-bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"core-version": ">=5.1.22",
"dependents": "",
"description": "VSCode style opened files top bar",
"list": "Readme LICENSE",
"list": "Readme config tree",
"name": "Opened Tiddlers Bar",
"plugin-type": "plugin",
"text": "{\"tiddlers\":{\"$:/plugins/linonetwo/opened-tiddlers-bar/AboveStory\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/AboveStory\",\"creator\":\"[[Jeffrey Wikinson]]\",\"modifier\":\"LinOnetwo\",\"tags\":\"$:/tags/AboveStory\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"<div class=\\\"opened-tiddlers-bar-container tc-adjust-top-of-scroll\\\">\\n <<opened-tiddlers-bar>>\\n</div>\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/Readme\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/Readme\",\"creator\":\"LinOnetwo\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"!! Features\\n\\nThis plugin provides VSCode style \\\"Opened Tiddlers\\\" top bar\\n\\nUse the middle mouse button or the X button to close the tab.\\n\\nUse Shift + mouse wheel to swipe sideways to view.\\n\\n!! Credits\\n\\nThis plugin is based on [[$:/plugins/bj/storytabs|http://bjtools.tiddlyspot.com/]] , which is in MIT license, thank you, Buggyj!\\n\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/style.css\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/style.css\",\"creator\":\"LinOnetwo\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"/** make things in $:/tags/AboveStory position fixed, so it will always on the top */\\nsection.story-backdrop .opened-tiddlers-bar-container {\\n position: fixed;\\n top: 0;\\n z-index: 1000;\\n height: var(--menubar-height);\\n width: 100vw;\\n left: 0;\\n\\n overflow-x: auto;\\n white-space: nowrap;\\n overflow: -moz-scrollbars-none;\\n scrollbar-width: none;\\n}\\nsection.story-backdrop .opened-tiddlers-bar-container::-webkit-scrollbar {\\n display: none;\\n}\\n\\nsection.story-backdrop div.opened-tiddlers-bar div.opened-tiddlers-bar-tabs {\\n display: flex;\\n flex-direction: row;\\n justify-content: flex-start;\\n}\\n/** make it possible to drag the app using this bar in TidGi, when titleBar is closed */\\n<$reveal type=\\\"match\\\" state=\\\"$:/state/titleBarOpened\\\" text=\\\"no\\\">\\ndiv.opened-tiddlers-bar-tabs {\\n width: 90vw;\\n overflow-x: auto;\\n white-space: nowrap;\\n overflow: -moz-scrollbars-none;\\n scrollbar-width: none;\\n}\\ndiv.opened-tiddlers-bar-tabs::-webkit-scrollbar {\\n display: none;\\n}\\ndiv.opened-tiddlers-bar-drag-area {\\n width: 5vw;\\n -webkit-app-region: drag;\\n}\\n</$reveal>\\n/** when hide titlebar and hide sidebar (and on macOS, windows not tested), move bar right to avoid collision with close button on the left top of app */\\n/** move right a bit to avoid collision with close button on macOS when title bar hide */\\n<$reveal type=\\\"match\\\" state=\\\"$:/state/titleBarOpened\\\" text=\\\"no\\\">\\n<$reveal type=\\\"match\\\" state=\\\"$:/state/sideBarOpened\\\" text=\\\"no\\\">\\nsection.story-backdrop {\\n width: 100vw;\\n padding-left: 68px;\\n}\\n</$reveal>\\n</$reveal>\\n\\n/** tiddlers bar */\\nsection.story-backdrop > p > .opened-tiddlers-bar-container, section.story-backdrop > p > .opened-tiddlers-bar-container > div.tc-tab-buttons {\\n width: 100%;\\n margin: 0;\\n display: flex;\\n background: transparent;\\n}\\nsection.story-backdrop > p > .opened-tiddlers-bar-container {\\n background-color: white;\\n backdrop-filter: blur(3px);\\n background: <<colour tab-background-selected>>;\\n}\\n\\n\\ndiv.opened-tiddlers-bar-tabs button {\\n border: none;\\n border-radius: 0;\\n margin: 0;\\n padding: 5px 10px;\\n padding-right: 2px;\\n}\\n/** x button */\\ndiv.opened-tiddlers-bar-tabs button.opened-tiddlers-bar-close-button {\\n border: none;\\n border-radius: 0;\\n margin: 0;\\n padding: 0 5px;\\n opacity: 0;\\n background-color: transparent;\\n}\\n/** show x when tab is hovered */\\ndiv.opened-tiddlers-bar-tabs:hover button.opened-tiddlers-bar-close-button {\\n opacity: 1;\\n}\\nsection.story-backdrop div.opened-tiddlers-bar-tabs button.tc-tab:not(.tc-tab-selected):hover {\\n border-bottom: 2px solid gray;\\n}\\nsection.story-backdrop div.opened-tiddlers-bar-tabs button.tc-tab:nth-child(2) {\\n margin-left: -1em;\\n}\\ndiv.opened-tiddlers-bar.tc-tab-buttons {\\n padding: 0;\\n margin: 0;\\n}\\n\\n/** 收起侧边栏的按钮 */\\n.tc-topbar-right {\\n top: 18px;\\n}\\n\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/tree\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/tree\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"<<tree prefix:\\\"$:/plugins/linonetwo/opened-tiddlers-bar/\\\">>\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/ui\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/ui\",\"creator\":\"[[Jeffrey Wikinson]]\",\"modifier\":\"LinOnetwo\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define onMiddleClick()\\n<$list filter=\\\"[<event-mousebutton>match[middle]]\\\">\\n<$action-sendmessage $message=\\\"tm-close-tiddler\\\" $param=<<currentTab>>/>\\n</$list>\\n\\\\end\\n\\\\define opened-tiddlers-bar()\\n\\\\whitespace trim\\n<div class=\\\"tc-tab-buttons opened-tiddlers-bar\\\" >\\n <div class=\\\"opened-tiddlers-bar-drag-area\\\" />\\n <div class=\\\"opened-tiddlers-bar-tabs\\\">\\n <$list filter=\\\"[list[$:/StoryList]]\\\" history=\\\"$:/HistoryList\\\" variable=\\\"currentTab\\\">\\n <$reveal type=\\\"match\\\" state=\\\"$:/HistoryList!!current-tiddler\\\" text=<<currentTab>>>\\n <$eventcatcher $auxclick=<<onMiddleClick>>>\\n <div style=\\\"display:inline\\\">\\n <$button to=<<currentTab>> class=\\\"tc-tab-selected tc-tab\\\">\\n <$view tiddler=<<currentTab>> field=\\\"name\\\">\\n <$view tiddler=<<currentTab>> field=\\\"title\\\" /></$view>\\n <$button message=\\\"tm-close-tiddler\\\" param=<<currentTab>> class=\\\"tc-image-button opened-tiddlers-bar-close-button\\\">\\n &times;\\n </$button>\\n </$button>\\n </div>\\n </$eventcatcher>\\n </$reveal>\\n <$reveal type=\\\"nomatch\\\" state=\\\"$:/HistoryList!!current-tiddler\\\" text=<<currentTab>>>\\n <$eventcatcher $auxclick=<<onMiddleClick>>>\\n <div>\\n <$button to=<<currentTab>> class=\\\"tc-tab\\\" >\\n <$view tiddler=<<currentTab>> field=\\\"name\\\">\\n <$view tiddler=<<currentTab>> field=\\\"title\\\" />\\n </$view>\\n <$button message=\\\"tm-close-tiddler\\\" param=<<currentTab>> class=\\\"tc-image-button opened-tiddlers-bar-close-button\\\">\\n &times;\\n </$button>\\n </$button>\\n </div>\\n </$eventcatcher>\\n </$reveal>\\n </$list>\\n </div>\\n <div class=\\\"opened-tiddlers-bar-drag-area\\\" />\\n</div>\\n\\\\end\\n\"}}}",
"text": "{\"tiddlers\":{\"$:/plugins/linonetwo/opened-tiddlers-bar/AboveStory\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/AboveStory\",\"tags\":\"$:/tags/AboveStory\",\"text\":\"<div class=\\\"opened-tiddlers-bar-container tc-adjust-top-of-scroll\\\">\\n <<opened-tiddlers-bar>>\\n</div>\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/config\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/config\",\"tags\":\"$:/tags/ControlPanel/SettingsTab\",\"caption\":\"<<lingo Name $:/plugins/linonetwo/opened-tiddlers-bar/language/>>\",\"text\":\"\\\\procedure lingo-base() $:/plugins/linonetwo/opened-tiddlers-bar/language/\\n\\n<<lingo Config/Description>>\\n\\n---\\n\\n!! <<lingo PluginConfigs>>\\n\\n;<<lingo Configs/BarHeight/Caption>>\\n:<$edit-text tiddler=\\\"$:/plugins/linonetwo/opened-tiddlers-bar/configs/bar-height\\\" tag=\\\"input\\\" type=\\\"number\\\" step=\\\"1\\\" size=\\\"3\\\" class=\\\"tc-tiddler-bar-height\\\"/>px <<lingo Configs/BarHeight/Description>>\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/configs/bar-height\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/configs/bar-height\",\"text\":\"30\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Readme\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Readme\",\"text\":\"\\\\procedure lingo-base() $:/plugins/linonetwo/opened-tiddlers-bar/language/\\n\\n! <<lingo Name>>\\n\\n<<lingo Description>>\\n\\n!! Features\\n\\nUse the middle mouse button or the X button to close the tab.\\n\\nUse Shift + mouse wheel to swipe sideways to view.\\n\\n!! Credits\\n\\nThis plugin is based on [[$:/plugins/bj/storytabs|http://bjtools.tiddlyspot.com/]] , which is in MIT license, thank you, Buggyj!\\n\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Name\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Name\",\"text\":\"Opened Tiddlers Bar\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Description\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Description\",\"text\":\"Provides VSCode style \\\"Opened Tiddlers\\\" top bar\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/PluginConfigs\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/PluginConfigs\",\"text\":\"Plugin Configs\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/ConfigDescription\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/ConfigDescription\",\"text\":\"These settings let you customise the behaviour of Opened Tiddlers Bar plugin.\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Configs/BarHeight/Caption\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Configs/BarHeight/Caption\",\"text\":\"Height of the bar\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Configs/BarHeight/Description\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/en-GB/Configs/BarHeight/Description\",\"text\":\"Make the bar taller or shorter. Recommend to set it around 30px.\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Readme\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Readme\",\"text\":\"\\\\procedure lingo-base() $:/plugins/linonetwo/opened-tiddlers-bar/language/\\n\\n! <<lingo Name>>\\n\\n<<lingo Description>>\\n\\n!! 功能\\n\\n使用中键或 X 按钮关闭标签。\\n\\n使用 Shift + 鼠标滚轮左右滑动查看。\\n\\n!! 鸣谢\\n\\n此插件基于 [[$:/plugins/bj/storytabs|http://bjtools.tiddlyspot.com/]] ,该插件采用 MIT 许可证,感谢 Buggyj!\\n\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Name\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Name\",\"text\":\"「开启的条目」栏\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Description\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Description\",\"text\":\"灵感来自 Notion 和 VSCode 的主题\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/PluginConfigs\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/PluginConfigs\",\"text\":\"插件设置\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/ConfigDescription\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/ConfigDescription\",\"text\":\"通过这些设置,您可以自定义「开启的条目栏」插件的行为。\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Configs/BarHeight/Caption\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Configs/BarHeight/Caption\",\"text\":\"栏的高度\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Configs/BarHeight/Description\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/language/zh-Hans/Configs/BarHeight/Description\",\"text\":\"使栏变高或变矮。建议将其设置在 30px 左右。\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/Readme\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/Readme\",\"text\":\"\\\\procedure lingo-base() $:/plugins/linonetwo/opened-tiddlers-bar/language/\\n\\n<<lingo Readme>>\\n\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/style.css\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/style.css\",\"tags\":\"$:/tags/Stylesheet\",\"text\":\"\\\\rules except horizrule dash\\n\\n/**\\n * 由于 Tiddlywiki 会把 base.tid 里的 -- 识别为分隔符,变为 - ,所以如果需要用变量,就用 \\\\rules except horizrule dash\\n */\\n\\n/** 顶部标题栏半透明,别的组件都得根据它下移 */\\nbody.tc-body {\\n --menubar-height: {{$:/plugins/linonetwo/opened-tiddlers-bar/configs/bar-height}}px;\\n}\\n\\n/** make things in $:/tags/AboveStory position fixed, so it will always on the top */\\nsection.story-backdrop .opened-tiddlers-bar-container {\\n position: fixed;\\n top: 0;\\n z-index: 1000;\\n height: var(--menubar-height);\\n width: 100vw;\\n left: 0;\\n\\n overflow-x: auto;\\n white-space: nowrap;\\n overflow: -moz-scrollbars-none;\\n scrollbar-width: none;\\n}\\n.opened-tiddlers-bar {\\n height: var(--menubar-height);\\n}\\nsection.story-backdrop .opened-tiddlers-bar-container::-webkit-scrollbar {\\n display: none;\\n}\\n\\nsection.story-backdrop div.opened-tiddlers-bar div.opened-tiddlers-bar-tabs {\\n display: flex;\\n flex-direction: row;\\n justify-content: flex-start;\\n}\\n/** make it possible to drag the app using this bar in TidGi, when TidGi's titleBar is closed */\\n<% if [[$:/state/titleBarOpened]get[text]match[no]] %>\\ndiv.opened-tiddlers-bar-tabs {\\n width: 90vw;\\n overflow-x: auto;\\n white-space: nowrap;\\n overflow: -moz-scrollbars-none;\\n scrollbar-width: none;\\n}\\ndiv.opened-tiddlers-bar-tabs::-webkit-scrollbar {\\n display: none;\\n}\\ndiv.opened-tiddlers-bar-drag-area {\\n width: 5vw;\\n -webkit-app-region: drag;\\n}\\n\\n/** when hide titlebar and hide sidebar (and on macOS, windows not tested), move bar right to avoid collision with close button on the left top of app */\\n/** move right a bit to avoid collision with close button on macOS when title bar hide */\\n<% if [[$:/state/sideBarOpened]get[text]match[no]] %>\\nsection.story-backdrop {\\n width: 100vw;\\n padding-left: 68px;\\n}\\n<% endif %>\\n<% endif %>\\n\\n/** tiddlers bar */\\nsection.story-backdrop > p > .opened-tiddlers-bar-container, section.story-backdrop > p > .opened-tiddlers-bar-container > div.tc-tab-buttons {\\n width: 100%;\\n margin: 0;\\n display: flex;\\n background: transparent;\\n}\\nsection.story-backdrop > p > .opened-tiddlers-bar-container {\\n background-color: white;\\n backdrop-filter: blur(3px);\\n background: <<colour tab-background-selected>>;\\n}\\n\\n\\ndiv.opened-tiddlers-bar-tabs button.tc-tab {\\n height: calc(100% - 2px);\\n border-radius: 0;\\n margin: 0;\\n padding: 5px 10px;\\n padding-right: 2px;\\n}\\n/** x button */\\ndiv.opened-tiddlers-bar-tabs button.opened-tiddlers-bar-close-button {\\n border: none;\\n border-radius: 0;\\n margin: 0;\\n padding: 0 5px;\\n opacity: 0;\\n background-color: transparent;\\n}\\n/** show x when tab is hovered */\\ndiv.opened-tiddlers-bar-tabs:hover button.opened-tiddlers-bar-close-button {\\n opacity: 1;\\n}\\ndiv.opened-tiddlers-bar-tabs span.tc-eventcatcher {\\n display: inline-block;\\n height: 100%;\\n}\\nsection.story-backdrop div.opened-tiddlers-bar-tabs button.tc-tab:nth-child(2) {\\n margin-left: -1em;\\n}\\ndiv.opened-tiddlers-bar.tc-tab-buttons {\\n padding: 0;\\n margin: 0;\\n}\\n\\n/** 收起侧边栏的按钮 */\\n.tc-topbar-right {\\n top: 18px;\\n}\\n\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/tree\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/tree\",\"text\":\"<<tree prefix:\\\"$:/plugins/linonetwo/opened-tiddlers-bar/\\\">>\"},\"$:/plugins/linonetwo/opened-tiddlers-bar/ui\":{\"title\":\"$:/plugins/linonetwo/opened-tiddlers-bar/ui\",\"tags\":\"$:/tags/Global\",\"text\":\"\\\\procedure on-opened-tiddlers-bar-item-middle-click()\\n<$list filter=\\\"[<event-mousebutton>match[middle]]\\\">\\n<$action-sendmessage $message=\\\"tm-close-tiddler\\\" $param=<<currentTab>>/>\\n</$list>\\n\\\\end\\n\\n\\\\procedure opened-tiddlers-bar()\\n\\\\whitespace trim\\n<div class=\\\"tc-tab-buttons opened-tiddlers-bar\\\" >\\n <div class=\\\"opened-tiddlers-bar-drag-area\\\" />\\n <div class=\\\"opened-tiddlers-bar-tabs\\\">\\n <$list filter=\\\"[list[$:/StoryList]]\\\" history=\\\"$:/HistoryList\\\" variable=\\\"currentTab\\\">\\n <$reveal type=\\\"match\\\" state=\\\"$:/HistoryList!!current-tiddler\\\" text=<<currentTab>>>\\n <$eventcatcher $auxclick=<<on-opened-tiddlers-bar-item-middle-click>>>\\n <$button to=<<currentTab>> class=\\\"tc-tab-selected tc-tab\\\">\\n <$view tiddler=<<currentTab>> field=\\\"name\\\">\\n <$view tiddler=<<currentTab>> field=\\\"title\\\" /></$view>\\n <$button message=\\\"tm-close-tiddler\\\" param=<<currentTab>> class=\\\"tc-image-button opened-tiddlers-bar-close-button\\\">\\n &times;\\n </$button>\\n </$button>\\n </$eventcatcher>\\n </$reveal>\\n <$reveal type=\\\"nomatch\\\" state=\\\"$:/HistoryList!!current-tiddler\\\" text=<<currentTab>>>\\n <$eventcatcher $auxclick=<<on-opened-tiddlers-bar-item-middle-click>>>\\n <$button to=<<currentTab>> class=\\\"tc-tab\\\" >\\n <$view tiddler=<<currentTab>> field=\\\"name\\\">\\n <$view tiddler=<<currentTab>> field=\\\"title\\\" />\\n </$view>\\n <$button message=\\\"tm-close-tiddler\\\" param=<<currentTab>> class=\\\"tc-image-button opened-tiddlers-bar-close-button\\\">\\n &times;\\n </$button>\\n </$button>\\n </$eventcatcher>\\n </$reveal>\\n </$list>\\n </div>\\n <div class=\\\"opened-tiddlers-bar-drag-area\\\" />\\n</div>\\n\\\\end\\n\"}}}",
"title": "$:/plugins/linonetwo/opened-tiddlers-bar",
"type": "application/json",
"version": "0.3.1",
"Modern.TiddlyDev#SHA256-Hashed": "719b62d2c1e2c88a1980820aea3c39207333150b8b34444b5df451123041430b"
"version": "1.0.0",
"Modern.TiddlyDev#SHA256-Hashed": "b458c5d7dcb3ade6e6e17b81ee48b3c5e42657a48a3cf4d1090a7138dc864773"
}
]
6 changes: 3 additions & 3 deletions tiddlers/$__plugins_oeyoews_tiddlywiki-codemirror-6.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tiddlers/$__themes_linonetwo_itonnote.json

Large diffs are not rendered by default.

0 comments on commit 1d74cf2

Please sign in to comment.