[obsidian] vault backup: 2025-10-08 08:27:15

This commit is contained in:
2025-10-08 08:27:15 +09:00
parent 9e4ab5f7e5
commit a171552d9f
4 changed files with 76 additions and 1 deletions

View File

@@ -10,5 +10,6 @@
"obsidian-zotero-desktop-connector",
"obsidian-outliner",
"obsidian-local-rest-api",
"mcp-tools"
"mcp-tools",
"smart-connections"
]

View File

@@ -0,0 +1,61 @@
{
"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"
},
"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-10-08 08-19-36",
"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": ""
}

12
content/Prism.js.md Normal file
View File

@@ -0,0 +1,12 @@
---
date: 2025-10-08 08:24
---
#programming #library
しンタックスハイライトのライブラリ。
[[mimium]]のWebComponentの実装に使っている。
カスタム言語を作るためにはPrism独自のフォーマットで実装する必要あり
[Extending Prism ▲ Prism](https://prismjs.com/extending)

View File

@@ -84,6 +84,7 @@ v4
- mapやfoldをやるにはジェネリクスが必要だけど、とりあえずは整数に対する操作だけでも
- 整数型の整備
- Craneliftバックエンド with wasm3
- Webcomponentをちゃんとshadow-dom化したい今は別途prismを読んで直接HTMLを書く必要がある
v3