Skip to content

Instantly share code, notes, and snippets.

View anpigon's full-sized avatar
👨‍💻

anpigon

👨‍💻
View GitHub Profile
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="Referrer" content="origin">
<meta name="referrer" contents="always">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<title></title>
</head>
<body>
@anpigon
anpigon / keybase.md
Last active September 10, 2019 03:34

Keybase proof

I hereby claim:

  • I am anpigon on github.
  • I am anpigon (https://keybase.io/anpigon) on keybase.
  • I have a public key ASDYxU_7x94QsOdUre8qgWt6rlBntM6g0eYH4FH9z-xMIwo

To claim this, I am signing this object:

@anpigon
anpigon / script_youtube_quickAdd.js
Last active June 29, 2023 19:14
Script YouTube Metadata for Obsidian QuickAdd
const notice = (msg) => new Notice(msg, 5000);
const YOUTUBE_URL = "https://m.youtube.com/watch";
const youtubeIdRegExp = /(?:(?:youtube.com\/watch\?v=)|(?:youtu.be\/)|(?:youtube.com\/embed\/))([A-Za-z0-9\_\-]+)/i;
let QuickAdd;
let Settings;
module.exports = async function start(params, settings) {
@anpigon
anpigon / obsidian_quickAdd_macro_search_books_yes24.js
Last active July 1, 2024 12:43
옵시디언 quickAdd 플러그인: yes24 도서 검색 매크로
const notice = (msg) => new Notice(msg, 5000);
const parseDOMFormString = (html) => {
return new DOMParser().parseFromString(html, "text/html");
};
const requestHtmlDoc = async (url) => {
const response = await request({ url });
return parseDOMFormString(response);
};
@anpigon
anpigon / 옵시디언 quickAdd 플러그인 독서 템플릿.md
Last active September 2, 2022 03:27
옵시디언 quickAdd 플러그인: yes24 도서 검색 매크로 템플릿

tag: [📚Book] category: "{{VALUE:category}}" categories: [{{VALUE:categories}}] title: "{{VALUE:title}}" author: {{VALUE:author}} authors: [{{VALUE:authors}}] publisher: {{VALUE:publisher}} publishedDate: {{VALUE:publishedDate}} totalPage: {{VALUE:totalPage}}

@anpigon
anpigon / obsidian_quickAdd_macro_search_books_aladin.js
Last active June 16, 2024 17:57
옵시디언 quickAdd 플러그인: 알라딘 도서 검색 매크로
const notice = (msg) => new Notice(msg, 5000);
const parseDOMFormString = (html) => {
return new DOMParser().parseFromString(html, "text/html");
};
const requestHtmlDoc = async (url) => {
const response = await request({ url });
return parseDOMFormString(response);
};
@anpigon
anpigon / 알라딘 도서 템플릿.md
Created September 2, 2022 09:09
옵시디언 quickAdd 플러그인: 알라딘 도서 검색 매크로 템플릿

tag: [📚Book] category: "{{VALUE:category}}" categories: [{{VALUE:categories}}] title: "{{VALUE:title}}" author: {{VALUE:author}} authors: [{{VALUE:authors}}] publisher: {{VALUE:publisher}} publishedDate: {{VALUE:publishedDate}} totalPage: {{VALUE:totalPage}}

@anpigon
anpigon / 옵시디언 독서 노트 템플릿
Last active July 23, 2023 16:12
옵시디언 독서 노트 템플릿
---
tag: [📚Book]
category: "{{VALUE:category}}"
title: "{{VALUE:title}}"
author: {{VALUE:author}}
authors: [{{VALUE:authors}}]
publisher: {{VALUE:publisher}}
publishedDate: {{VALUE:publishedDate}}
totalPage: {{VALUE:totalPage}}
created: {{DATE:YYYY-MM-DD HH:mm:ss}}
@anpigon
anpigon / 옵시디언 독서 기록 대시보드 노트
Last active January 30, 2023 12:39
옵시디언 독서 기록 대시보드 노트
---
banner: "https://images.unsplash.com/photo-1481627834876-b7833e8f5570?&fit=crop&w=1828&q=80"
banner_y: 0.1
obsidianUIMode: preview
obsidianEditingMode: live
cssClasses: row-alt, table-small, col-lines, row-lines
---
```button
name 책 추가하기
type command
@anpigon
anpigon / 바이낸스 비트코인 이동평균선 그리기.ipynb
Last active January 31, 2023 14:08
바이낸스 비트코인 이동평균선 그리기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.