mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
3da0a9431c
And also $:/tags/Global/View and $:/tags/Global/View/Body
18 lines
394 B
Plaintext
18 lines
394 B
Plaintext
created: 20220917113054582
|
|
modified: 20230419103154329
|
|
tags: Pragmas
|
|
title: Pragma: \import
|
|
type: text/vnd.tiddlywiki
|
|
|
|
The ''\import'' [[pragma|Pragmas]] is used to import definitions from other tiddlers that are identified with a filter. It is a shortcut syntax for the ImportVariablesWidget.
|
|
|
|
```
|
|
\import <filter>
|
|
```
|
|
|
|
For example:
|
|
|
|
```
|
|
\import [all[shadows+tiddlers]tag[$:/tags/Global]]
|
|
```
|