beet / alfred_noteplan_actions

Alfred workflow for handy Noteplan actions
38 stars 4 forks source link

Changing the file extension #23

Closed jimmystuart closed 3 years ago

jimmystuart commented 4 years ago

Would it be possible to add a configurable variable to the alter the file extension from txt to say md? With the latest NP3 Beta, a feature was introduced to change the file extension used so that the markdown files could be used with other editors more easily that are expecting a .md file extension (such as Obsidian).

Thanks!!

brokosz commented 4 years ago

Changing lines 29 and 35 of alfred_noteplan_actions/lib/note_plan/base.rb from .txt to .{txt,md} is a quick fix to cover what I assume is going to be common, but isn't as infinitely configurable as a true user variable would be.