MCPcopy Create free account
hub / github.com/chasingboy/Xtools / XtoolsNoteBookCommand

Class XtoolsNoteBookCommand

xtools.py:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538
539# Notebook
540class XtoolsNoteBookCommand(sublime_plugin.TextCommand):
541 def run(self, edit):
542 notebook = os.path.join(XTOOLS_ROOT,"Notebook.md")
543 self.view.window().open_file(notebook)
544
545
546# About Xtools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected