Skip to content
Roberto Marquez edited this page Sep 29, 2017 · 2 revisions

Here are some steps to configure this custom title Atom package:

  1. Edit -> Preferences

  2. Packages

  3. Locate the "custom-title" package (Community Packages).

  4. Click in the "Settings" button.

  5. A "Template" field appears. Change the template to something like the following if you want to see the full project path.

        <%= relativeFilePath %><% if (projectPath) { %> - <%= projectPath %><% } %>
    
Clone this wiki locally