Last Sync: 2026-04-01 16:40 (Mobile)
This commit is contained in:
4
.obsidian/community-plugins.json
vendored
4
.obsidian/community-plugins.json
vendored
@@ -4,5 +4,7 @@
|
|||||||
"remotely-save",
|
"remotely-save",
|
||||||
"obsidian-kanban",
|
"obsidian-kanban",
|
||||||
"dataview",
|
"dataview",
|
||||||
"obsidian-style-settings"
|
"obsidian-style-settings",
|
||||||
|
"obsidian42-brat",
|
||||||
|
"notion-bases"
|
||||||
]
|
]
|
||||||
99
.obsidian/plugins/notion-bases/main.js
vendored
Normal file
99
.obsidian/plugins/notion-bases/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
.obsidian/plugins/notion-bases/manifest.json
vendored
Normal file
1
.obsidian/plugins/notion-bases/manifest.json
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"id":"notion-bases","name":"Notion Bases","version":"1.6.0","minAppVersion":"1.4.0","description":"Turn any folder into a database — table, kanban board, gallery, calendar, timeline and list views powered by frontmatter.","author":"bgarciamoura","authorUrl":"https://github.com/bgarciamoura","isDesktopOnly":false,"fundingUrl":"https://github.com/sponsors/bgarciamoura"}
|
||||||
5080
.obsidian/plugins/notion-bases/styles.css
vendored
Normal file
5080
.obsidian/plugins/notion-bases/styles.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5
.obsidian/plugins/obsidian42-brat/brat-migrations.json
vendored
Normal file
5
.obsidian/plugins/obsidian42-brat/brat-migrations.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"appliedMigrations": [
|
||||||
|
"tokens-to-secretstorage-v1"
|
||||||
|
]
|
||||||
|
}
|
||||||
24
.obsidian/plugins/obsidian42-brat/data.json
vendored
Normal file
24
.obsidian/plugins/obsidian42-brat/data.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"pluginList": [
|
||||||
|
"bgarciamoura/obsidian-notion-bases-plugin"
|
||||||
|
],
|
||||||
|
"pluginSubListFrozenVersion": [
|
||||||
|
{
|
||||||
|
"repo": "bgarciamoura/obsidian-notion-bases-plugin",
|
||||||
|
"version": "latest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"themesList": [],
|
||||||
|
"updateAtStartup": true,
|
||||||
|
"updateThemesAtStartup": true,
|
||||||
|
"enableAfterInstall": true,
|
||||||
|
"loggingEnabled": false,
|
||||||
|
"loggingPath": "BRAT-log",
|
||||||
|
"loggingVerboseEnabled": false,
|
||||||
|
"debuggingMode": false,
|
||||||
|
"notificationsEnabled": true,
|
||||||
|
"globalTokenName": "",
|
||||||
|
"personalAccessToken": "",
|
||||||
|
"selectLatestPluginVersionByDefault": false,
|
||||||
|
"allowIncompatiblePlugins": false
|
||||||
|
}
|
||||||
45
.obsidian/plugins/obsidian42-brat/main.js
vendored
Normal file
45
.obsidian/plugins/obsidian42-brat/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
14
.obsidian/plugins/obsidian42-brat/manifest.json
vendored
Normal file
14
.obsidian/plugins/obsidian42-brat/manifest.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian42-brat",
|
||||||
|
"name": "BRAT",
|
||||||
|
"version": "2.0.4",
|
||||||
|
"minAppVersion": "1.11.4",
|
||||||
|
"description": "Easily install a beta version of a plugin for testing.",
|
||||||
|
"author": "TfTHacker",
|
||||||
|
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
|
||||||
|
"helpUrl": "https://tfthacker.com/BRAT",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"fundingUrl": {
|
||||||
|
"Visit my site": "https://tfthacker.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
152
.obsidian/plugins/obsidian42-brat/styles.css
vendored
Normal file
152
.obsidian/plugins/obsidian42-brat/styles.css
vendored
Normal file
@@ -0,0 +1,152 @@
|
|||||||
|
.brat-modal .modal-button-container {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-modal .disabled-setting {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-modal .disabled-setting:hover {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Input validation styles */
|
||||||
|
.brat-settings .valid-input,
|
||||||
|
.brat-modal .valid-repository {
|
||||||
|
border-color: var(--color-green);
|
||||||
|
}
|
||||||
|
.brat-settings .invalid-input,
|
||||||
|
.brat-modal .invalid-repository {
|
||||||
|
border-color: var(--color-red);
|
||||||
|
}
|
||||||
|
.brat-settings .validation-error,
|
||||||
|
.brat-modal .validation-error {
|
||||||
|
border-color: var(--color-orange);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Version selector */
|
||||||
|
.brat-version-selector {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 400px;
|
||||||
|
justify-content: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-token-input {
|
||||||
|
min-width: 33%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Token info container styles */
|
||||||
|
.brat-token-info {
|
||||||
|
margin-top: 8px;
|
||||||
|
font-size: 0.8em;
|
||||||
|
padding: 8px;
|
||||||
|
border-radius: 4px;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Token status indicators */
|
||||||
|
.brat-token-info.valid,
|
||||||
|
.brat-token-status.valid {
|
||||||
|
color: var(--color-green);
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-token-info.invalid,
|
||||||
|
.brat-token-status.invalid {
|
||||||
|
color: var(--color-red);
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-token-info.valid {
|
||||||
|
border-left: 3px solid var(--color-green);
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-token-info.invalid {
|
||||||
|
border-left: 3px solid var(--color-red);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Token details and status */
|
||||||
|
.brat-token-status {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-token-details {
|
||||||
|
margin-top: 4px;
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Token warnings */
|
||||||
|
.brat-token-warning {
|
||||||
|
color: var(--color-orange);
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Token additional info */
|
||||||
|
.brat-token-scopes,
|
||||||
|
.brat-token-rate {
|
||||||
|
color: var(--text-muted);
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Flex break utility */
|
||||||
|
.brat-modal .break {
|
||||||
|
flex-basis: 100%;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Validation status */
|
||||||
|
.brat-modal .validation-status-error {
|
||||||
|
color: var(--text-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-modal .validation-status {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
font-size: 0.8em;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.confirm-modal .ok-button {
|
||||||
|
margin-right: 10px;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide filtered plugin items */
|
||||||
|
.brat-plugin-item[hidden] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide filtered theme items */
|
||||||
|
.brat-theme-item[hidden] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Filter and button layout */
|
||||||
|
.brat-filter-and-button {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 10px;
|
||||||
|
margin: 0.75em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-filter-input {
|
||||||
|
max-width: 300px;
|
||||||
|
padding: 4px 8px;
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
border-radius: 4px;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-filter-input:focus {
|
||||||
|
outline: none;
|
||||||
|
border-color: var(--interactive-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-filter-and-button .setting-item {
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brat-filter-and-button .setting-item-control {
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
15
.obsidian/workspace-mobile.json
vendored
15
.obsidian/workspace-mobile.json
vendored
@@ -15,8 +15,8 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"file": "2026년 월력형 메모형 일정(2월).canvas",
|
"file": "2026년 월력형 메모형 일정(2월).canvas",
|
||||||
"viewState": {
|
"viewState": {
|
||||||
"x": 1353.2124212357014,
|
"x": 1317.9318756549426,
|
||||||
"y": 46656.190815059104,
|
"y": 45283.132419615395,
|
||||||
"zoom": -0.43938619755800934
|
"zoom": -0.43938619755800934
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -168,14 +168,18 @@
|
|||||||
"command-palette:명령어 팔레트 열기": false,
|
"command-palette:명령어 팔레트 열기": false,
|
||||||
"bases:새 베이스 생성하기": false,
|
"bases:새 베이스 생성하기": false,
|
||||||
"remotely-save:Remotely Save": false,
|
"remotely-save:Remotely Save": false,
|
||||||
"obsidian-kanban:새 보드 만들기": false
|
"obsidian-kanban:새 보드 만들기": false,
|
||||||
|
"obsidian42-brat:BRAT": false,
|
||||||
|
"notion-bases:Notion bases": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "a0b2e6d345b95980",
|
"active": "a0b2e6d345b95980",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"이름 없는 보드.md",
|
||||||
|
"2026년 월력형 메모형 일정(2월).canvas",
|
||||||
|
"_database.md",
|
||||||
"점호.md",
|
"점호.md",
|
||||||
"[점호.md",
|
"[점호.md",
|
||||||
"2026년 월력형 메모형 일정(2월).canvas",
|
|
||||||
"30연대 26년도 예산.md",
|
"30연대 26년도 예산.md",
|
||||||
"2026년 월력형 메모형 일정(2월) (2).canvas",
|
"2026년 월력형 메모형 일정(2월) (2).canvas",
|
||||||
"2025년 월력형 메모형 일정.canvas",
|
"2025년 월력형 메모형 일정.canvas",
|
||||||
@@ -185,7 +189,6 @@
|
|||||||
"desktop_hp_obsidian/inbox/치장총기.md",
|
"desktop_hp_obsidian/inbox/치장총기.md",
|
||||||
"desktop_hp_obsidian/치장총기.md",
|
"desktop_hp_obsidian/치장총기.md",
|
||||||
"inbox/치장총기.md",
|
"inbox/치장총기.md",
|
||||||
"이름 없는 보드.md",
|
|
||||||
"gemini_mikrotik_관리자접속정리.md",
|
"gemini_mikrotik_관리자접속정리.md",
|
||||||
"가로등 파손.md",
|
"가로등 파손.md",
|
||||||
"1774062006949.jpg",
|
"1774062006949.jpg",
|
||||||
@@ -206,8 +209,6 @@
|
|||||||
"Excalidraw/이름 없는 보드.md",
|
"Excalidraw/이름 없는 보드.md",
|
||||||
"desktop_hp_obsidian/inbox/이름 없는 보드.md",
|
"desktop_hp_obsidian/inbox/이름 없는 보드.md",
|
||||||
"desktop_hp_obsidian/이름 없는 보드.md",
|
"desktop_hp_obsidian/이름 없는 보드.md",
|
||||||
"이름 없는 보드 1.md",
|
|
||||||
"desktop_hp_obsidian/inbox/이름 없는 보드 1.md",
|
|
||||||
"30연대재산현황/신형수통피/무제.base",
|
"30연대재산현황/신형수통피/무제.base",
|
||||||
"30연대재산현황/신형수통피",
|
"30연대재산현황/신형수통피",
|
||||||
"30연대재산현황",
|
"30연대재산현황",
|
||||||
|
|||||||
36
_database.md
Normal file
36
_database.md
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
---
|
||||||
|
notion-bases: true
|
||||||
|
schema:
|
||||||
|
- id: kanban-plugin
|
||||||
|
name: Kanban-plugin
|
||||||
|
type: select
|
||||||
|
visible: true
|
||||||
|
width: 140
|
||||||
|
options:
|
||||||
|
- value: board
|
||||||
|
- id: tags
|
||||||
|
name: Tags
|
||||||
|
type: multiselect
|
||||||
|
visible: true
|
||||||
|
width: 140
|
||||||
|
options:
|
||||||
|
- value: 플러그인
|
||||||
|
views:
|
||||||
|
- id: default
|
||||||
|
type: table
|
||||||
|
filters: []
|
||||||
|
sorts: []
|
||||||
|
hiddenColumns: []
|
||||||
|
columnWidths: {}
|
||||||
|
- id: 3770c9e6-ff7d-4a75-8ce6-d7c0b6878489
|
||||||
|
type: board
|
||||||
|
filters: []
|
||||||
|
sorts: []
|
||||||
|
hiddenColumns: []
|
||||||
|
columnWidths: {}
|
||||||
|
pinnedColumnId:
|
||||||
|
name: Board
|
||||||
|
---
|
||||||
|
|
||||||
|
> [!tip] Notion Bases
|
||||||
|
> This file is a database. Open it to see the table view.
|
||||||
Reference in New Issue
Block a user