Agreed. I already updated HTML export to trim the file-extension. Note that TaskPaper respects the file’s/Finder’s setting regarding showing or hiding filename extensions, by the way.
I think 186 (?) introduced a bug concerning diacritic marks that wasn’t there in earlier versions? Entering a diacritic mark, e.g. “´”, and then a letter, e.g. “e”, results in “´é”.
Thanks for adding the saved searches to the Projects popup!
I’d like to ask you something more on these popups: can you remove the @ from the items in the Tags popup? Let me explain why I’m asking this…
When we open one of these popups, we can type the first characters of an item name to easily access it (and this is really handy!). This way, when I hit cmd+l to open the Projects popup, I type t to have my Today filter selected. So, when I hit cmd+shift+t to open the Tags popup, I’d like to type t to select the today tag, but I have to type @t. The thing is I never remember I have to type this @ first. No matter which tag I want to Tag With..., I always start typing its name (fl for flag, h for hold, and so on) before reminding of the @. I know tags always start with @ but, as I’m selecting an item in a list where I know all the items are tags, I think this @ is dispensable.
In my use experience this @ breaks the intuited interaction with the Tags popup.
Yesterday I changed the website setup a bunch so that it can all be served under https. In the process I broke a lot of links… I thought that I fixed them with redirects, but I guess those aren’t working as I had expected.
@jim@mattgemmell I’m unsure on this. I’m using “document.displayName” which is the API for “show user a file name in UI”. It’s up to the user to decide if the extension is showing or not by the setting in the Finder. Do you know what the default Finder setting is … hidden or visible extensions?
Default Finder setting is to respect per-document metadata regarding shown or hidden extensions (i.e. the Finder’s global “show all file extensions” override defaults to off). I believe that the factory-set OS X default is also to hide file-extensions unless the user explicitly shows them (via a Save dialog, or the Finder’s Get Info window).
I wouldn’t put it past me, but I can’t seem to recreate this. It looks to me like the release feed is pointing to the correct: https://www.taskpaper.com/assets/app/TaskPaper-3.0.1.dmg file? And when I run my copy of 3.0.1 (non preview) it isn’t reporting that it needs an update.
@jessegrosjean, any chance of a fix for this in 3.1 final? He’s pointing out that type-to-select doesn’t work in the Tags drop-down menu because they’re all prefixed with “@”. Ideal solution would be to keep the “@” visually, but allow type-to-select of just the tag name, but I’m not sure if that’s possible with NSMenu(Item). I’d be happy enough to see the “@” prefix removed from the drop-down, if it lets us use type-to-select as desired.