macstories / obsidian-shortcut-launcher

Trigger shortcuts in Apple's Shortcuts app from Obsidian with custom commands.
MIT License
187 stars 10 forks source link

[FR] New input: last edited line number #15

Open josephtribulat opened 4 months ago

josephtribulat commented 4 months ago

I currently use the plugin on my iPad to launch a shortcut that runs a-Shell and opens the current file in Vim: vim "/path/to/my/vault/{file_name}"

But then once in Vim, I have to retrieve the line I was editing. It would be great if I could instead run something like vim +{line_number} "/path/to/my/vault/{file_name}"