generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
features requestRequest for a new feature.Request for a new feature.
Description
Idea
load argument. Load other file and run that files pre/post code-block run also can import that file as work.
import agument. work with other files directory
Example
```python {pre} --do pre ``` ```python {label='test_i'} --do test_i ``` ```python {label='test_s'} --do test_s ```Pre.md File
```python {load=['Pre.md']} --this run Pre.md's `pre` or `post` and can 'import' in Pre.md ``` ```python {load=['Pre.md'], import=[ 'test_i']} --so this is work ``` ```python{import=['Pre.md/'test_i'']} --this `import` 'Pre.md/test_i' without load 'Pre.md' ``` ```python{import=['Pre.md/'test_i'','test_s']} -- so this is not work ```otherFile
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
features requestRequest for a new feature.Request for a new feature.