diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..28ce76f --- /dev/null +++ b/manifest.json @@ -0,0 +1,9 @@ +{ + "id": "default", + "name": "Default Prompts Package", + "version": "0.0.1", + "minTextGeneratorVersion": "0.1.0", + "description": "This is the main package that comes with Text Generator plugin in Obsidian", + "author": "Noureddine Haouari", + "authorUrl": "https://www.buymeacoffee.com/haouarine" +} \ No newline at end of file diff --git a/prompts/nhaouari-getOutline.md b/prompts/getOutline.md similarity index 100% rename from prompts/nhaouari-getOutline.md rename to prompts/getOutline.md diff --git a/prompts/nhaouari-getTitle.md b/prompts/getTitle.md similarity index 100% rename from prompts/nhaouari-getTitle.md rename to prompts/getTitle.md