Last Sync: 2026-04-13 22:05 (Mobile)
This commit is contained in:
BIN
.makemd/fileCache.mdc
Normal file
BIN
.makemd/fileCache.mdc
Normal file
Binary file not shown.
BIN
.makemd/superstate.mdc
Normal file
BIN
.makemd/superstate.mdc
Normal file
Binary file not shown.
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -6,5 +6,6 @@
|
||||
"dataview",
|
||||
"obsidian-style-settings",
|
||||
"obsidian42-brat",
|
||||
"notion-bases"
|
||||
"notion-bases",
|
||||
"make-md"
|
||||
]
|
||||
110
.obsidian/plugins/make-md/data.json
vendored
Normal file
110
.obsidian/plugins/make-md/data.json
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"newNotePlaceholder": "Untitled",
|
||||
"defaultInitialization": false,
|
||||
"navigatorEnabled": true,
|
||||
"filePreviewOnHover": false,
|
||||
"blinkEnabled": true,
|
||||
"datePickerTime": false,
|
||||
"imageThumbnails": false,
|
||||
"noteThumbnails": false,
|
||||
"spacesMDBInHidden": true,
|
||||
"cacheIndex": true,
|
||||
"spacesRightSplit": false,
|
||||
"contextEnabled": true,
|
||||
"spaceViewEnabled": true,
|
||||
"saveAllContextToFrontmatter": true,
|
||||
"autoOpenFileContext": false,
|
||||
"activeView": "/",
|
||||
"hideFrontmatter": true,
|
||||
"activeSpace": "",
|
||||
"defaultDateFormat": "MMM dd yyyy",
|
||||
"defaultTimeFormat": "h:mm a",
|
||||
"spacesEnabled": true,
|
||||
"syncFormulaToFrontmatter": true,
|
||||
"spacesPerformance": false,
|
||||
"currentWaypoint": 0,
|
||||
"enableFolderNote": true,
|
||||
"folderIndentationLines": true,
|
||||
"revealActiveFile": false,
|
||||
"spacesStickers": true,
|
||||
"spaceRowHeight": 29,
|
||||
"mobileSpaceRowHeight": 40,
|
||||
"bannerHeight": 200,
|
||||
"spacesDisablePatch": false,
|
||||
"folderNoteInsideFolder": true,
|
||||
"folderNoteName": "",
|
||||
"sidebarTabs": true,
|
||||
"showRibbon": true,
|
||||
"vaultSelector": true,
|
||||
"deleteFileOption": "trash",
|
||||
"expandedSpaces": [
|
||||
"/"
|
||||
],
|
||||
"expandFolderOnClick": true,
|
||||
"spacesFolder": "Tags",
|
||||
"suppressedWarnings": [],
|
||||
"spaceSubFolder": ".space",
|
||||
"hiddenFiles": [],
|
||||
"hiddenExtensions": [
|
||||
".mdb",
|
||||
"_assets",
|
||||
"_blocks"
|
||||
],
|
||||
"inlineBacklinks": false,
|
||||
"inlineContext": true,
|
||||
"inlineBacklinksExpanded": false,
|
||||
"inlineContextExpanded": true,
|
||||
"inlineContextProperties": true,
|
||||
"inlineContextSectionsExpanded": true,
|
||||
"banners": true,
|
||||
"inlineContextNameLayout": "vertical",
|
||||
"spacesUseAlias": false,
|
||||
"fmKeyAlias": "aliases",
|
||||
"fmKeyBanner": "banner",
|
||||
"fmKeyColor": "color",
|
||||
"fmKeyBannerOffset": "banner_y",
|
||||
"fmKeySticker": "sticker",
|
||||
"openSpacesOnLaunch": true,
|
||||
"indexSVG": false,
|
||||
"readableLineWidth": true,
|
||||
"autoAddContextsToSubtags": true,
|
||||
"releaseNotesPrompt": 0.999,
|
||||
"enableDefaultSpaces": true,
|
||||
"showSpacePinIcon": true,
|
||||
"experimental": false,
|
||||
"systemName": "choibk",
|
||||
"defaultSpaceTemplate": "",
|
||||
"selectedKit": "default",
|
||||
"actionMaxSteps": 100,
|
||||
"contextPagination": 25,
|
||||
"skipFolders": [],
|
||||
"skipFolderNames": [],
|
||||
"enhancedLogs": false,
|
||||
"basics": true,
|
||||
"basicsSettings": {
|
||||
"flowMenuEnabled": true,
|
||||
"markSans": false,
|
||||
"makeMenuPlaceholder": true,
|
||||
"mobileMakeBar": false,
|
||||
"mobileSidepanel": false,
|
||||
"inlineStyler": true,
|
||||
"inlineStylerColors": false,
|
||||
"inlineStylerSelectedPalette": "",
|
||||
"editorFlow": true,
|
||||
"internalLinkClickFlow": false,
|
||||
"internalLinkSticker": false,
|
||||
"editorFlowStyle": "minimal",
|
||||
"menuTriggerChar": "/",
|
||||
"inlineStickerMenu": true,
|
||||
"emojiTriggerChar": ":",
|
||||
"flowState": false
|
||||
},
|
||||
"firstLaunch": true,
|
||||
"notesPreview": false,
|
||||
"editStickerInSidebar": true,
|
||||
"overrideNativeMenu": false,
|
||||
"onboardingCompleted": false,
|
||||
"contextCreateUseModal": false,
|
||||
"homepagePath": "",
|
||||
"mobileMakeHeader": false
|
||||
}
|
||||
1205
.obsidian/plugins/make-md/main.js
vendored
Normal file
1205
.obsidian/plugins/make-md/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/make-md/manifest.json
vendored
Normal file
10
.obsidian/plugins/make-md/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "make-md",
|
||||
"name": "make.md",
|
||||
"version": "1.3.4",
|
||||
"minAppVersion": "0.16.0",
|
||||
"description": "make.md gives you everything you need to organize and personalize your notes.",
|
||||
"author": "make.md",
|
||||
"authorUrl": "https://www.make.md",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
.obsidian/plugins/make-md/styles.css
vendored
Normal file
1
.obsidian/plugins/make-md/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
.obsidian/plugins/notion-bases/data.json
vendored
Normal file
6
.obsidian/plugins/notion-bases/data.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"databaseFileName": "_database.md",
|
||||
"defaultRowHeight": 36,
|
||||
"embedViews": {},
|
||||
"readInlineFields": false
|
||||
}
|
||||
99
.obsidian/workspace-mobile.json
vendored
99
.obsidian/workspace-mobile.json
vendored
@@ -4,46 +4,31 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "c1260a44a80d2ca5",
|
||||
"id": "dec3fa826e6422dc",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "615cd6e4085f9409",
|
||||
"id": "c36b71a47920f781",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "notion-bases-view",
|
||||
"state": {
|
||||
"dbFilePath": "물자현황/_database.md"
|
||||
"dbFilePath": "_database.md"
|
||||
},
|
||||
"icon": "table",
|
||||
"title": "물자현황"
|
||||
"icon": "table"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "24ecb7a863c925a6",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "불용장비.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "불용장비"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "b29117437ca487ad",
|
||||
"id": "701214d471a4f6c2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "canvas",
|
||||
"state": {
|
||||
"file": "2026년 월력형 메모형 일정(2월).canvas",
|
||||
"viewState": {
|
||||
"x": -976.912773349644,
|
||||
"y": 47028.337922545536,
|
||||
"zoom": -0.26212056801865763
|
||||
"x": 406.0478515625,
|
||||
"y": 47092.30921630857,
|
||||
"zoom": 0
|
||||
}
|
||||
},
|
||||
"icon": "lucide-layout-dashboard",
|
||||
@@ -51,7 +36,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 2
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@@ -128,9 +113,19 @@
|
||||
"icon": "lucide-bookmark",
|
||||
"title": "북마크"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "791023c2a32ee76c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "mk-path-view",
|
||||
"state": {},
|
||||
"icon": "layout-grid",
|
||||
"title": "Navigator"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
"currentTab": 0
|
||||
},
|
||||
"right": {
|
||||
"id": "082cc3168c91951e",
|
||||
@@ -200,36 +195,42 @@
|
||||
"notion-bases:Notion bases": false
|
||||
}
|
||||
},
|
||||
"active": "b29117437ca487ad",
|
||||
"active": "701214d471a4f6c2",
|
||||
"lastOpenFiles": [
|
||||
"30연대 26년도 예산.md",
|
||||
"일일 무기,탄약결산.md",
|
||||
"2026년 월력형 메모형 일정(2월).canvas",
|
||||
"0_System/Task_Template.md",
|
||||
"0_System/Project_Template.md",
|
||||
"0_System/Dashboard.md",
|
||||
"_database.md",
|
||||
"무제 2.base",
|
||||
"무제 1.base",
|
||||
"26년 30연대 전술훈련평가 수검자료 정리.md",
|
||||
"대검 현황.md",
|
||||
"무제 7.md",
|
||||
"Vault.md",
|
||||
"Tags",
|
||||
"2_Tasks",
|
||||
"1_Projects",
|
||||
"0_System",
|
||||
"물자현황/대검.md",
|
||||
"불용장비.md",
|
||||
"물자현황/Untitled.md",
|
||||
"youtubedownloader.md",
|
||||
"tubearchivist.md",
|
||||
"truenas_SM-F946N_Nov-09-1511-2025_1.md",
|
||||
"truenas.md",
|
||||
"10. Planner/11. Daily/2025-02-03(월).md",
|
||||
"Taskido/demo_file.md",
|
||||
"Obsidian-Tasks-Calendar-main/README.md",
|
||||
"이름 없는 보드 1.md",
|
||||
"30연대 26년도 예산.md",
|
||||
"2025년 월력형 메모형 일정.canvas",
|
||||
"inbox/유류시설.md",
|
||||
"git 일일단위 사용시 오류, 에러등 발생시 조치방법 정리.md",
|
||||
"일일 무기,탄약결산.md",
|
||||
"물자현황/대검.md",
|
||||
"물자현황/총기(K2).md",
|
||||
"물자현황/Untitled 5.md",
|
||||
"물자현황/Untitled 4.md",
|
||||
"물자현황/Untitled 3.md",
|
||||
"물자현황/Untitled 2.md",
|
||||
"물자현황/Untitled 1.md",
|
||||
"물자현황/Untitled.md",
|
||||
"물자현황/_database.md",
|
||||
"대검 현황.md",
|
||||
"01028286846.md",
|
||||
"[점호.md",
|
||||
"물자현황",
|
||||
"20. 행정보급관/22. 업무/223. 부대안전점검.md",
|
||||
"부대안전점검.md",
|
||||
"inbox/안전점검의날.md",
|
||||
"desktop_hp_obsidian/inbox/안전점검의날.md",
|
||||
"20. 행정보급관/22. 업무/225.1 안전점검의 날-1.md",
|
||||
"20. 행정보급관/22. 업무/225. 안전점검의 날.md",
|
||||
"26년 30연대 전술훈련평가 수검자료 정리.md",
|
||||
"부대운영진단 대비 보안분야 개인조치사항.md",
|
||||
"2026년 월력형 메모형 일정(2월) (2).canvas",
|
||||
"1774062006949.jpg",
|
||||
"1774062005502.jpg",
|
||||
@@ -237,9 +238,6 @@
|
||||
"30연대재산현황/재산현황데이터베이스목록화.base",
|
||||
"30연대재산현황/재산현황데이터베이스목록.base",
|
||||
"30연대재산현황/재산현황",
|
||||
"30연대재산현황/신형수통피/무제.base",
|
||||
"30연대재산현황/신형수통피",
|
||||
"30연대재산현황",
|
||||
"1772583797342001.png",
|
||||
"Resized_1000013476_284516238422615.jpeg",
|
||||
"temp_1771983504814.-1331654701_423627128632719.png",
|
||||
@@ -247,10 +245,7 @@
|
||||
"Resized_20260220_172030(1).jpeg",
|
||||
"Resized_20260223_114529.jpeg",
|
||||
"Resized_20260223_114553.jpeg",
|
||||
"일일 무기",
|
||||
"무제 2.canvas",
|
||||
"Excalidraw/Scripts/Downloaded",
|
||||
"Excalidraw/Scripts",
|
||||
"2026년 월력형 메모형 일정(1월).canvas",
|
||||
"2025년 월력형 메모형 일정 - 복사본.canvas",
|
||||
"무제 파일 2.canvas",
|
||||
|
||||
BIN
.space/context.mdb
Normal file
BIN
.space/context.mdb
Normal file
Binary file not shown.
1
.space/def.json
Normal file
1
.space/def.json
Normal file
@@ -0,0 +1 @@
|
||||
{"_joins":[],"_contexts":[],"_links":["무제 7.md"],"_sort":{"field":"rank","asc":false,"group":false,"recursive":false},"_template":"","_templateName":"","defaultSticker":"","defaultColor":"","readMode":false,"fullWidth":false}
|
||||
BIN
.space/views.mdb
Normal file
BIN
.space/views.mdb
Normal file
Binary file not shown.
1
.space/waypoints.json
Normal file
1
.space/waypoints.json
Normal file
@@ -0,0 +1 @@
|
||||
[{"name":"Home","sticker":"ui//home","paths":["/"]}]
|
||||
17
.trash/0_System/Dashboard.md
Normal file
17
.trash/0_System/Dashboard.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 📊 대시보드 쿼리
|
||||
|
||||
### 🏗️ 활성 프로젝트 현황 (복사해서 사용)
|
||||
```dataview
|
||||
TABLE Deadline, Priority
|
||||
FROM "10_Projects"
|
||||
WHERE Status = "In Progress"
|
||||
SORT Deadline asc
|
||||
```
|
||||
|
||||
### 📅 오늘 마감 할 일 (복사해서 사용)
|
||||
|
||||
```dataview
|
||||
TABLE Project, Priority
|
||||
FROM "20_Tasks"
|
||||
WHERE DueDate = date(today) AND Done = false
|
||||
```
|
||||
12
.trash/0_System/Project_Template.md
Normal file
12
.trash/0_System/Project_Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
Status: "Ready"
|
||||
Priority: "Medium"
|
||||
Deadline: 2024-12-31
|
||||
---
|
||||
# 🏗️ 프로젝트: {{title}}
|
||||
|
||||
## 📋 진행 가이드
|
||||
- [ ] 목표 설정하기
|
||||
- [ ] 관련 자료 수집
|
||||
|
||||
## 🔗 연결된 할 일 (Bases View)
|
||||
9
.trash/0_System/Task_Template.md
Normal file
9
.trash/0_System/Task_Template.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
Project: "None"
|
||||
DueDate: 2024-12-31
|
||||
Priority: "P2"
|
||||
Done: false
|
||||
---
|
||||
# 📅 할 일: {{title}}
|
||||
|
||||
- 메모:
|
||||
File diff suppressed because it is too large
Load Diff
5
무제 2.base
Normal file
5
무제 2.base
Normal file
@@ -0,0 +1,5 @@
|
||||
views:
|
||||
- type: table
|
||||
name: 표
|
||||
- type: cards
|
||||
name: 뷰
|
||||
@@ -73,6 +73,14 @@ views:
|
||||
hiddenColumns: []
|
||||
columnWidths: {}
|
||||
pinnedColumnId:
|
||||
- id: b8aea833-f383-4232-b680-2c23bae4d087
|
||||
type: gallery
|
||||
filters: []
|
||||
sorts: []
|
||||
hiddenColumns: []
|
||||
columnWidths: {}
|
||||
pinnedColumnId:
|
||||
name: Gallery
|
||||
---
|
||||
|
||||
> [!tip] Notion Bases
|
||||
|
||||
6
이름 없는 보드 1.md
Normal file
6
이름 없는 보드 1.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
kanban-plugin: board
|
||||
|
||||
---
|
||||
|
||||
@@ -12,4 +12,6 @@
|
||||
1. 신병 전입 k2 6정불출(1중 1, 2중 1, 6중 1, 7중 1, 12중대 2정)
|
||||
2. 대검 5개 불출(1,2,6,12중대)
|
||||
3. 지상조명 지뢰 반납 16발
|
||||
4.
|
||||
|
||||
# 2026.4.13(월)
|
||||
1. 2중대 전역자 총기 1정 반납, 대검 1정반납(이영민 상사님)
|
||||
Reference in New Issue
Block a user