abort assembly/source loading if no marker is selected in explorer

This commit is contained in:
2026-04-22 10:22:57 +02:00
parent 7067c015bc
commit e36cfdc07d
2 changed files with 14 additions and 1 deletions

View File

@ -13,6 +13,13 @@ use TUI;
use feature 'say';
# TODO: Less navigation if the object is selected first, then the action
# - Differentiate between local/remote object
# - List all types in the same list?
# - Select actions afterwards and apply fitting ones all in one go
# - Hide unfeasible actions
# TODO: Much can be extracted into utility functions
my $local_obsidian = '/home/christoph/Notes/Obsidian/Chriphost';
my $local_obsidian_attach = "$local_obsidian/attach";