This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,6 +3,7 @@
|
||||
node_modules
|
||||
public
|
||||
prof
|
||||
content/.smart-env/**/*
|
||||
tsconfig.tsbuildinfo
|
||||
content/.obsidian/workspace.json
|
||||
content/.obsidian/workspace-mobile.json
|
||||
@@ -11,5 +12,4 @@ content/.obsidian/plugins
|
||||
.replit
|
||||
replit.nix
|
||||
content/.pandoc/*.json
|
||||
content/.smart-env
|
||||
*.ajson
|
||||
|
||||
1
content/.obsidian/community-plugins.json
vendored
1
content/.obsidian/community-plugins.json
vendored
@@ -2,7 +2,6 @@
|
||||
"obsidian-git",
|
||||
"obsidian-auto-link-title",
|
||||
"templater-obsidian",
|
||||
"smart-connections",
|
||||
"better-word-count",
|
||||
"obsidian-local-rest-api",
|
||||
"obsidian-pandoc-reference-list",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,62 +0,0 @@
|
||||
{
|
||||
"is_obsidian_vault": true,
|
||||
"smart_blocks": {
|
||||
"embed_blocks": true,
|
||||
"min_chars": 200
|
||||
},
|
||||
"smart_sources": {
|
||||
"single_file_data_path": ".smart-env/smart_sources.json",
|
||||
"min_chars": 200,
|
||||
"embed_model": {
|
||||
"adapter": "transformers",
|
||||
"transformers": {
|
||||
"legacy_transformers": false,
|
||||
"model_key": "TaylorAI/bge-micro-v2"
|
||||
},
|
||||
"TaylorAI/bge-micro-v2": {}
|
||||
},
|
||||
"excluded_headings": "",
|
||||
"file_exclusions": "Untitled",
|
||||
"folder_exclusions": ""
|
||||
},
|
||||
"ribbon_icons": {
|
||||
"connections": true,
|
||||
"random_note": false
|
||||
},
|
||||
"smart_view_filter": {
|
||||
"render_markdown": true,
|
||||
"show_full_path": false,
|
||||
"exclude_blocks_from_source_connections": false,
|
||||
"exclude_frontmatter_blocks": true,
|
||||
"expanded_view": false,
|
||||
"results_limit": "20",
|
||||
"exclude_filter": "private"
|
||||
},
|
||||
"language": "en",
|
||||
"new_user": true,
|
||||
"re_import_wait_time": 13,
|
||||
"smart_chat_threads": {
|
||||
"chat_model": {
|
||||
"adapter": "ollama",
|
||||
"ollama": {
|
||||
"model_key": "undefined",
|
||||
"host": "http://localhost:11434"
|
||||
}
|
||||
},
|
||||
"active_thread_key": "Untitled Chat 2025-11-30 15-55-02",
|
||||
"system_prompt": "",
|
||||
"detect_self_referential": true,
|
||||
"review_context": true,
|
||||
"stream": true,
|
||||
"language": "en",
|
||||
"modifier_key_to_send": "shift",
|
||||
"use_tool_calls": true
|
||||
},
|
||||
"smart_notices": {
|
||||
"muted": {
|
||||
"embedding_complete": true,
|
||||
"done_import": true
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
}
|
||||
Reference in New Issue
Block a user