diff --git a/live/plugin.py b/live/plugin.py index 8a23a5e..32b64e2 100644 --- a/live/plugin.py +++ b/live/plugin.py @@ -156,7 +156,7 @@ def set_page_contents(self, path: str, contents: str) -> str: 'success': False, 'error': str(error) }) - + def create_new_file(self, path: str, title: str) -> str: """Creates a new file and returns a JSON string describing the result.""" try: