Skip to content

Commit 446d845

Browse files
committed
Update lint files
1 parent bb0583b commit 446d845

25 files changed

+82
-71
lines changed

.obsidian/core-plugins.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@
2727
"file-recovery": true,
2828
"publish": false,
2929
"sync": true,
30-
"webviewer": true
30+
"webviewer": true,
31+
"footnotes": false,
32+
"bases": true
3133
}

.obsidian/hotkeys.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,13 @@
1717
],
1818
"key": "N"
1919
}
20+
],
21+
"smart-random-note:open-random-note": [
22+
{
23+
"modifiers": [
24+
"Mod"
25+
],
26+
"key": "R"
27+
}
2028
]
2129
}

.obsidian/plugins/obsidian-linter/data.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"yaml-key-sort": {
5555
"enabled": true,
56-
"yaml-key-priority-sort-order": "",
56+
"yaml-key-priority-sort-order": "title\ndescription\naliases\ndate\ntags\ncomments\n",
5757
"priority-keys-at-start-of-yaml": true,
5858
"yaml-sort-order-for-other-keys": "Ascending Alphabetical"
5959
},
@@ -273,10 +273,15 @@
273273
"lintOnSave": true,
274274
"recordLintOnSaveLogs": false,
275275
"displayChanged": true,
276-
"lintOnFileChange": false,
277-
"displayLintOnFileChangeNotice": false,
276+
"lintOnFileChange": true,
277+
"displayLintOnFileChangeNotice": true,
278278
"settingsConvertedToConfigKeyValues": true,
279-
"foldersToIgnore": [],
279+
"foldersToIgnore": [
280+
"docs",
281+
"node_modules",
282+
"public",
283+
"quartz"
284+
],
280285
"filesToIgnore": [],
281286
"linterLocale": "system-default",
282287
"logLevel": "ERROR",

content/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
comments: false
32
title: About me
3+
comments: false
44
---
55
# About Me
66
I'm youngjae kwon. also call me as nesoy. currently Working in [Kakao Corporation](https://www.kakaocorp.com/)

content/blog/2018 Little Big Data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2+
title: Little Big Data 후기
3+
description:
24
aliases: [/articles/2018-04/Little-Big-Data]
3-
comments: false
45
date: 2018-04-22
5-
description:
66
tags: [Review]
7-
title: Little Big Data 후기
7+
comments: false
88
---
99
# 2018 Little Big Data 후기
1010
![[assets/posts/20180422/1.png]]

content/blog/2018 Opensource Meetup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2+
title: 2018 오픈소스 개발자 이야기 후기
3+
description:
24
aliases: [/articles/2018-07/Opensource-Meetup]
3-
comments: false
45
date: 2018-07-01
5-
description:
66
tags: [Review]
7-
title: 2018 오픈소스 개발자 이야기 후기
7+
comments: false
88
---
99
# 2018 오픈소스 개발자 이야기 후기
1010
![[assets/posts/20180701/1.png]]

content/blog/AWS EC2.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
2-
aliases:
3-
- /articles/2017-05/AWS
4-
comments: false
5-
date: 2017-05-18
6-
description:
7-
tags:
8-
- AWS
9-
- DevOps
102
title: AWS EC2 시작하기
3+
description:
4+
aliases: [/articles/2017-05/AWS]
5+
date: 2017-05-18
6+
tags: [AWS, DevOps]
7+
comments: false
118
---
129
# AWS EC2
1310
## AWS 시작하기

content/blog/CleanCode Comment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2+
title: Clean Code - 주석(Comment)
3+
description:
24
aliases: [/articles/2018-01/CleanCode-Comment]
3-
comments: false
45
date: 2018-01-01
5-
description:
66
tags: [CleanCode]
7-
title: Clean Code - 주석(Comment)
7+
comments: false
88
---
99
# 주석(Comment)
1010
> 주석은 기껏해야 필요악이다.

content/blog/CleanCode Object.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2+
title: Clean Code - 객체와 자료구조(Object & DataStructure)
3+
description:
24
aliases: [/articles/2018-01/CleanCode-Object]
3-
comments: false
45
date: 2018-01-17
5-
description:
66
tags: [CleanCode]
7-
title: Clean Code - 객체와 자료구조(Object & DataStructure)
7+
comments: false
88
---
99
# 객체와 자료구조(Object & DataStructure)
1010
## 자료 추상화

content/blog/Code Coverage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2+
title: 코드 커버리지(Code Coverage)란?
3+
description:
24
aliases: [/articles/2018-01/Code-Coverage]
3-
comments: false
45
date: 2018-01-14
5-
description:
66
tags: [Testing]
7-
title: 코드 커버리지(Code Coverage)란?
7+
comments: false
88
---
99

1010
> Testing shows the presence, not the absence of bugs

0 commit comments

Comments
 (0)