From 68f76d204cbb561fc0682f8882d61180bfc03350 2014-11-23 05:58:02 From: Thomas Kluyver Date: 2014-11-23 05:58:02 Subject: [PATCH] Add filename to header area --- diff --git a/IPython/html/templates/texteditor.html b/IPython/html/templates/texteditor.html index bb34c91..da20cf0 100644 --- a/IPython/html/templates/texteditor.html +++ b/IPython/html/templates/texteditor.html @@ -9,6 +9,12 @@ #texteditor-container { border-bottom: 1px solid #ccc; } + +#filename { + font-size: 16pt; + display: table; + padding: 0px 5px; +} {{super()}} @@ -21,6 +27,12 @@ data-file-path="{{file_path}}" {% endblock %} +{% block header %} + +{{ basename }} + +{% endblock %} + {% block site %}