generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin
Description
Please fill out these Check-boxes
- I checked for existing similar issues
- I checked that the plugin is up to date
- The issue persists with all other plugins and themes disabled
Plugin Version
1.4.1
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.8.9
Installer version: v1.8.9
Operating system: Windows 11 Pro 10.0.26100
Login status: logged in
Language: en
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: Border v1.11.6
Snippets enabled: 8
Restricted mode: off
Plugins installed: 38
Plugins enabled: 33
1: Attachment Management v0.9.16
2: Auto Card Link v1.2.3
3: Callout Manager v1.1.0
4: Checklist v2.2.14
5: Dataview v0.5.68
6: Editing Toolbar v3.1.13
7: Footlinks v0.1.7
8: Force note view mode v1.2.2
9: Handwritten Notes v1.3.6
10: Highlightr v1.2.2
11: Iconic v1.1.1
12: List Callouts v1.2.9
13: Omnisearch v1.26.1
14: Paste Link v3.2.2
15: Pixel Banner v3.2.3
16: Ribbon Divider v1.1.1
17: Rich Foot v1.10.9
18: Style Settings v1.0.9
19: Settings Search v1.3.10
20: Tab Panels v1.1.8
21: Tasks v7.18.5
22: Templater v2.11.1
23: Text Extractor v0.5.2
24: Trash Explorer v1.2.3
25: Unicode Search v0.6.1
26: Meta Bind v1.4.1
27: Advanced URI v1.44.3
28: Kanban v2.0.51
29: Archiver v0.26.1
30: Emoji Shortcodes v2.2.0
31: Journals v2.1.3
32: Link Favicons v1.8.4
33: Local Backup v0.2.0
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Describe the Issue
I have this "logging callout" that should get added into my daily journal file that I create when the button is clicked. It just has pop ups that asks me for answers and it should insert it into the file.
> [!note]+ Daily Logs
> [exercise:: <% await tp.user.exerciseQ(tp) %> ]
> [2Lwater:: <% await tp.user.waterQ(tp) %>]
> [mood:: <% await tp.user.moodQ(tp) %>]
> [Any Other Notes:: <% await tp.user.notesQ(tp) %>]This is a duplicate of the closed BR: #522
I am reopening this as I have the issue still and I have pinged you 5 days ago with zero response.
Steps to Reproduce
- Create a button that "runs templater file"
- Click on the button
- Nothing happens
Expected Behavior
Template from templater gets inserted into the current file where the button is located.
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin