summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjt1
1 files changed, 1 insertions, 0 deletions
diff --git a/jt b/jt
index 72fcedb..6ce9ffc 100755
--- a/jt
+++ b/jt
@@ -244,6 +244,7 @@ class NewTopicCommand(Command):
pathname = self._topic_pathname(args[0])
self._create_topic_page(pathname, args[1])
+ self._app.edit_file(pathname)
def _topic_pathname(self, page_path):
return os.path.join(self._app.settings['source'], page_path + '.mdwn')