1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-23 14:30:02 +00:00

18 lines
393 B
Plaintext
Raw Permalink Normal View History

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