1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 10:49:43 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/pragmas/Pragma_ _import.tid

18 lines
393 B
Plaintext
Raw Normal View History

created: 20220917113054582
2022-10-03 13:40:27 +00:00
modified: 20221003120802195
tags: Pragmas
title: Pragma: \import
type: text/vnd.tiddlywiki
2022-10-03 13:40:27 +00:00
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.
2022-10-03 13:40:27 +00:00
```
\import <filter>
```
For example:
```
\import [all[shadows+tiddlers]tag[$:/tags/Macro]]
```