Skip to content

'Error: symbol expected, but found:' when running taskopen #171

@yongli-abc

Description

@yongli-abc

Hi, I've added an action for opening obsidian note URI:

obsidian.labelregex=".*"
obsidian.regex="^obsidian:\/\/open"
obsidian.command="open $FILE"
obsidian.modes="batch,any,normal"

Here's the annotation on a task:

Name          Value
ID            70
Description   test task
                2024-10-28 14:47:01 obsidian://open?vault=default&file=test%20note

When I run taskopen 70, it does open Obsidian with the note successfully, but I get an error from my command:

(base) ➜  ~ taskopen 70
/Users/yongliabc/.taskopenrc(28, 35) Error: symbol expected, but found: ^obsidian://open

it's a bit annoying. Any help on how to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions