vault backup: 2026-07-19 16:10:52
This commit is contained in:
parent
7ad529bc97
commit
2bddd69659
6 changed files with 4743 additions and 2 deletions
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
[
|
[
|
||||||
"obsidian-git"
|
"obsidian-git",
|
||||||
|
"obsidian-textgenerator-plugin"
|
||||||
]
|
]
|
||||||
112
.obsidian/plugins/obsidian-textgenerator-plugin/data.json
vendored
Normal file
112
.obsidian/plugins/obsidian-textgenerator-plugin/data.json
vendored
Normal file
|
|
@ -0,0 +1,112 @@
|
||||||
|
{
|
||||||
|
"version": "0.8.7",
|
||||||
|
"endpoint": "https://api.openai.com/v1",
|
||||||
|
"models": [],
|
||||||
|
"api_key": "",
|
||||||
|
"encrypt_keys": false,
|
||||||
|
"selectedProvider": "OpenAI Chat (Langchain)",
|
||||||
|
"max_tokens": 5000,
|
||||||
|
"temperature": 0.7,
|
||||||
|
"frequency_penalty": 0.5,
|
||||||
|
"showStatusBar": true,
|
||||||
|
"outputToBlockQuote": false,
|
||||||
|
"freeCursorOnStreaming": false,
|
||||||
|
"allowJavascriptRun": false,
|
||||||
|
"experiment": false,
|
||||||
|
"promptsPath": "textgenerator/templates",
|
||||||
|
"textGenPath": "textgenerator/",
|
||||||
|
"prefix": "\n\n",
|
||||||
|
"tgSelectionLimiter": "^\\*\\*\\*",
|
||||||
|
"stream": true,
|
||||||
|
"context": {
|
||||||
|
"customInstructEnabled": true,
|
||||||
|
"includeClipboard": true,
|
||||||
|
"customInstruct": "Title: {{title}}\n \nStarred Blocks: {{starredBlocks}}\n\t \n{{tg_selection}}",
|
||||||
|
"contextTemplate": "Title: {{title}}\n\t\nStarred Blocks: {{starredBlocks}}\n\t \n{{tg_selection}}"
|
||||||
|
},
|
||||||
|
"requestTimeout": 300000,
|
||||||
|
"options": {
|
||||||
|
"generate-text": true,
|
||||||
|
"generate-text-with-metadata": true,
|
||||||
|
"insert-generated-text-From-template": true,
|
||||||
|
"create-generated-text-From-template": false,
|
||||||
|
"search-results-batch-generate-from-template": true,
|
||||||
|
"insert-text-From-template": false,
|
||||||
|
"create-text-From-template": false,
|
||||||
|
"show-modal-From-template": true,
|
||||||
|
"open-template-as-tool": true,
|
||||||
|
"open-playground": true,
|
||||||
|
"set_max_tokens": true,
|
||||||
|
"set-llm": true,
|
||||||
|
"set-model": true,
|
||||||
|
"packageManager": true,
|
||||||
|
"create-template": false,
|
||||||
|
"get-title": true,
|
||||||
|
"generated-text-to-clipboard-From-template": false,
|
||||||
|
"calculate-tokens": true,
|
||||||
|
"calculate-tokens-for-template": true,
|
||||||
|
"text-extractor-tool": true,
|
||||||
|
"stop-stream": true,
|
||||||
|
"custom-instruct": true,
|
||||||
|
"generate-in-right-click-menu": false,
|
||||||
|
"batch-generate-in-right-click-files-menu": true,
|
||||||
|
"tg-block-processor": true,
|
||||||
|
"reload": true,
|
||||||
|
"disable-ribbon-icons": false,
|
||||||
|
"overlay-toolbar": false,
|
||||||
|
"log-slowest-operations": false
|
||||||
|
},
|
||||||
|
"advancedOptions": {
|
||||||
|
"generateTitleInstructEnabled": false,
|
||||||
|
"generateTitleInstruct": "Generate a title for the current document (do not use * \" \\ / < > : | ? .):\n{{substring content 0 255}}",
|
||||||
|
"includeAttachmentsInRequest": false
|
||||||
|
},
|
||||||
|
"autoSuggestOptions": {
|
||||||
|
"customInstructEnabled": true,
|
||||||
|
"customInstruct": "Continue the follwing text:\nTitle: {{title}}\n{{query}}",
|
||||||
|
"systemPrompt": "",
|
||||||
|
"isEnabled": false,
|
||||||
|
"allowInNewLine": false,
|
||||||
|
"delay": 300,
|
||||||
|
"numberOfSuggestions": 5,
|
||||||
|
"triggerPhrase": " ",
|
||||||
|
"stop": ".",
|
||||||
|
"showStatus": true,
|
||||||
|
"customProvider": false,
|
||||||
|
"inlineSuggestions": false,
|
||||||
|
"overrideTrigger": " "
|
||||||
|
},
|
||||||
|
"slashSuggestOptions": {
|
||||||
|
"isEnabled": false,
|
||||||
|
"triggerPhrase": "/"
|
||||||
|
},
|
||||||
|
"extractorsOptions": {
|
||||||
|
"PDFExtractor": true,
|
||||||
|
"WebPageExtractor": true,
|
||||||
|
"YoutubeExtractor": true,
|
||||||
|
"AudioExtractor": false,
|
||||||
|
"ImageExtractorEmbded": true,
|
||||||
|
"ImageExtractor": true
|
||||||
|
},
|
||||||
|
"displayErrorInEditor": false,
|
||||||
|
"LLMProviderProfiles": {},
|
||||||
|
"LLMProviderOptions": {
|
||||||
|
"whisper": {
|
||||||
|
"base_path": "https://api.openai.com/v1",
|
||||||
|
"model": "whisper-1",
|
||||||
|
"api_key": "",
|
||||||
|
"api_version": ""
|
||||||
|
},
|
||||||
|
"OpenAI Chat (Langchain)": {
|
||||||
|
"basePath": "https://api.openai.com/v1",
|
||||||
|
"model": "gpt-4o-mini",
|
||||||
|
"reasoningEffort": "medium",
|
||||||
|
"api_key": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"LLMProviderOptionsKeysHashed": {
|
||||||
|
"whisper.api_key": "__@#key_prefix#@__",
|
||||||
|
"OpenAI Chat (Langchain).api_key": "__@#key_prefix#@__sk-proj-BMUo5Q1hY25X8FMw0xIwjZ9r9Cu-EtDfnMo68PKkkzpOUm-aXNYslnIfx55D5eVcojYAaGE1rqT3BlbkFJ-khMPg4jSk-U8eBIfLQ5MtWCoi2IgZyfhrTVLuddoGx5Luf98OC2JHIIOmdcjHFb-ZOcdWboEA"
|
||||||
|
},
|
||||||
|
"api_key_encrypted": "__@#key_prefix#@__sk-proj-BMUo5Q1hY25X8FMw0xIwjZ9r9Cu-EtDfnMo68PKkkzpOUm-aXNYslnIfx55D5eVcojYAaGE1rqT3BlbkFJ-khMPg4jSk-U8eBIfLQ5MtWCoi2IgZyfhrTVLuddoGx5Luf98OC2JHIIOmdcjHFb-ZOcdWboEA"
|
||||||
|
}
|
||||||
1875
.obsidian/plugins/obsidian-textgenerator-plugin/main.js
vendored
Normal file
1875
.obsidian/plugins/obsidian-textgenerator-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-textgenerator-plugin/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-textgenerator-plugin/manifest.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"id": "obsidian-textgenerator-plugin",
|
||||||
|
"name": "Text Generator",
|
||||||
|
"version": "0.8.7",
|
||||||
|
"minAppVersion": "1.6.0",
|
||||||
|
"description": "Text generation using AI",
|
||||||
|
"author": "Noureddine Haouari",
|
||||||
|
"authorUrl": "https://text-gen.com",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"fundingUrl": "https://www.buymeacoffee.com/haouarine"
|
||||||
|
}
|
||||||
2743
.obsidian/plugins/obsidian-textgenerator-plugin/styles.css
vendored
Normal file
2743
.obsidian/plugins/obsidian-textgenerator-plugin/styles.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1 +0,0 @@
|
||||||
Публікувати в канал актуальні знижки які допоможуть правильно харчуватись.
|
|
||||||
Loading…
Reference in a new issue