custom-title icon indicating copy to clipboard operation
custom-title copied to clipboard

Additional example

Open oktayacikalin opened this issue 9 years ago • 4 comments

Very nice extension you have here :).

Perhaps you also want to add this example: <%= projectName %><% if (relativeFilePath) { %> - <%= relativeFilePath %><% } else { %> - <%= fileName %><% } %> - Atom

Thanks!

oktayacikalin avatar Feb 17 '15 13:02 oktayacikalin

@theblacklion Your example is exactly the reason I was looking for a title bar package.

Thanks

gkrawiec avatar Aug 12 '15 00:08 gkrawiec

Mine is very similar: <% if (projectName) { %><%= projectName %> - <%= relativeFilePath %><% } else { %><%= fileName %><% } %><% if (gitHead) { %> [<%= gitHead %>]<% } %>

gerwitz avatar Nov 21 '15 14:11 gerwitz

Please! These examples definitely helped me!

<% if (fileInProject) { %><%= projectName %> - <%= relativeFilePath %><% } else { %><%= filePath %><% } %>

richardfrost avatar May 11 '16 20:05 richardfrost

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.

DerZyklop avatar Mar 01 '17 11:03 DerZyklop