https://bugs.kde.org/show_bug.cgi?id=483320
--- Comment #24 from Noah Davis <noaha...@gmail.com> --- (In reply to 0BADC0DE from comment #23) > TBH, besides "<title>" and "<#>" I would prefer to revert to strftime(3) > placeholders as it has more options. > Maybe we'd move "<#>" to "%#" and "<title>" to "%!" or anything else (only > %i and %q and a few other ones are not used by strftime(3) ). Strftime was never used internally, the syntax of placeholders just looked similar. It's far easier to determine the start and end of a tag with <> than with % at only the beginning of a tag. This lets us create tags of arbitrary length easily. The <> tag syntax is far more flexible and readable. The next version of spectacle will have a lot more placeholder options, so whether or not strftime is used doesn't matter. -- You are receiving this mail because: You are watching all bug changes.