chrisgrieser / shimmering-obsidian

Alfred Workflow with dozens of features for controlling your Obsidian vault.
https://alfred.app/workflows/chrisgrieser/shimmering-obsidian/
MIT License
830 stars 41 forks source link

[Bug]: 'ON' does not create new note #115

Closed lrzuniga closed 1 year ago

lrzuniga commented 1 year ago

Bug Description

keyword 'on' does not create a new note in obsidian

Relevant Screenshot

No response

To Reproduce

No response

Debugging Log

[19:43:15.007] Logging Started...
[19:43:18.345] Shimmering Obsidian[Script Filter] Queuing argument '(null)'
[19:43:19.833] Shimmering Obsidian[Keyword] Processing complete
[19:43:19.837] Shimmering Obsidian[Keyword] Passing output 'TEST' to Conditional
[19:43:19.838] Shimmering Obsidian[Conditional] Processing complete
[19:43:19.839] Shimmering Obsidian[Conditional] Passing output 'TEST' to Run Script
[19:43:20.021] STDERR: Shimmering Obsidian[Run Script] URI: obsidian://advanced-uri?vault=[VAULT]&filepath=%2FTEST&mode=new&line=999999999999999&data=
[19:43:30.645] Logging Stopped.

Workflow Configuration 1

2023-02-04_19-44-30

Workflow Configuration 2

2023-02-04_19-45-48

Version & System Information

-------------------------------
INTERNAL WORKFLOW CONFIGURATION
Vault Path: /Users/[user]/[folder]/Obsidian/[vault]
.obsidian: exists
Metadata JSONs: 1/4
Not all metadata not found. Please run `osetup` and retry.
metadata.json String Length: 209486
-------------------------------
WORKSPACE DATA
'workspace.json' exists
-------------------------------
SYSTEM
macOS: 13.2
Alfred: 5.0.6
-------------------------------
INSTALLED VERSION
Obsidian: 1.1.9
This Workflow: 3.6.2
Advanced URI Plugin: Advanced URI plugin not installed.
Metadata Extractor: Metadata Extractor plugin not installed.
-------------------------------
LATEST VERSION
Obsidian: 1.1.9 (Insider: 1.1.12)
This Workflow: 3.6.2
Advanced URI Plugin: 1.31.2
Metadata Extractor: 1.1.0
-------------------------------

Last working version

No response

Make sure you have done the following

chrisgrieser commented 1 year ago

It looks like you are missing the required plugins for this workflow; see the installation instructions in the readme.

chrisgrieser commented 1 year ago

(just in case: I found a bug that would prevent new note creation in some edge cases, which I have fixed in the latest release https://github.com/chrisgrieser/shimmering-obsidian/releases/tag/3.6.5)