phastmike / tags

A simple text tagger
Other
16 stars 0 forks source link

Preference: Autoload tags if file + .tags extension exist #28

Closed phastmike closed 1 year ago

phastmike commented 2 years ago

Add option to autoload tags file if when open a file and a tags file with the same name + the tags extension exist

phastmike commented 1 year ago

Need to decouple load_tags() action from the tag loading. We just need a filename. While in the action we provide the load file popup interface in autoload we already the filename. Just need to append the .tags suffix and check if the file exists, if so, load it. Will be related to the feature of keeping track of tags add/remove/edit - exiting without saving tags warning.