mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:24:40 +00:00
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:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user