Feat/import options (#9465)

* feat: add $:/tags/ImportOptions support on import panel

* feat: style of import option

* fix: conditional show import option

* Delete ImportOptions.tid

* feat: allow multiple import options

* Revert "Delete ImportOptions.tid"

This reverts commit 3487e3dac5.

* DEBUG options

* remove debug files

* Create #9465.tid
This commit is contained in:
lin onetwo
2025-12-17 22:44:06 +08:00
committed by GitHub
parent 48eeb4603a
commit 05f3e6d5a0
3 changed files with 47 additions and 0 deletions

View File

@@ -2395,6 +2395,17 @@ html body.tc-body.tc-single-tiddler-window {
** Import table
*/
.tc-import-option {
display: flex;
flex-direction: column;
gap: 0.5em;
margin: 0.5em 0;
padding: 0.5em;
background: <<colour tiddler-editor-background>>;
border: 1px solid <<colour tiddler-editor-border>>;
border-radius: 4px;
}
.tc-import-table {
width: 100%;
}