custom-title
custom-title copied to clipboard
Additional example
Very nice extension you have here :).
Perhaps you also want to add this example:
<%= projectName %><% if (relativeFilePath) { %> - <%= relativeFilePath %><% } else { %> - <%= fileName %><% } %> - Atom
Thanks!
@theblacklion Your example is exactly the reason I was looking for a title bar package.
Thanks
Mine is very similar:
<% if (projectName) { %><%= projectName %> - <%= relativeFilePath %><% } else { %><%= fileName %><% } %><% if (gitHead) { %> [<%= gitHead %>]<% } %>
Please! These examples definitely helped me!
<% if (fileInProject) { %><%= projectName %> - <%= relativeFilePath %><% } else { %><%= filePath %><% } %>
I came here to post my solution. Its the exact same like @richardfrost's ❤
But i prefer to have relativeFilePath before projectName, because projectName is less important.
Please @postcasio. add these to the readme.