Skip to content

Instantly share code, notes, and snippets.

View yeun's full-sized avatar

heeyeun yeun

  • Viva Republica
  • Seoul, Korea
View GitHub Profile
set actionList to {"시작히가: 처음이라면 이걸 한번 돌려주세요.", "제플린에 애니마 안깨지게 만들기", "TDS iOS Bold 폰트가 안나와요"}
set actionType to choose from list actionList with prompt "작업을 선택해주세요 👇" default items {"시작히가: 처음이라면 이걸 한번 돌려주세요."} without multiple selections allowed and empty selection allowed
if item 1 of actionType is "시작히가: 처음이라면 이걸 한번 돌려주세요." then
display dialog actionType
else if item 1 of actionType is "제플린에 애니마 안깨지게 만들기" then
display dialog actionType
else if item 1 of actionType is "TDS iOS Bold 폰트가 안나와요" then
display dialog actionType
end if
-- 키보드 설정으로 가기
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preference.keyboard"
reveal anchor "shortcutsTab" of current pane
get the name of every anchor of current pane
end tell
createShortcut("Sketch", "Export with Anima Features Support", 15, {control down, command down})
@yeun
yeun / index.html
Last active March 26, 2018 17:30
Carry email signature
<!doctype html>
<html>
<head></head>
<body>
<table style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 17px; color: rgb(33, 33, 33); margin-bottom: 16px; margin-top: 20px;">
<tr>
<td colspan="2" style="font-weight: bold; font-size: 16px; color: rgb(33, 33, 33);">
Younghwa Kang</td><tr><td colspan="2"><span style="font-weight: normal; font-size: 13px">Product Designer</span>
</td>
</tr>
@yeun
yeun / index.html
Created November 17, 2017 06:55
스포카 이메일 서명 (서울)
<!doctype html>
<html>
<head></head>
<body>
<table style="font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 15px; color: rgb(33, 33, 33); margin-bottom: 16px; margin-top: 20px;">
<tr>
<td colspan="2" style="font-weight: bold; color: rgb(33, 33, 33);">
홍길동 Gildong Hong /
<span style="font-weight: normal;">CEO</span>
</td>
@yeun
yeun / index.html
Last active December 1, 2017 07:10
스포카 이메일 서명 (부산)
<!doctype html>
<html>
<head></head>
<body>
<table style="font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 15px; color: rgb(33, 33, 33); margin-bottom: 16px; margin-top: 20px;">
<tr>
<td colspan="2" style="font-weight: bold; color: rgb(33, 33, 33);">
홍길동 Gildong Hong /
<span style="font-weight: normal;">CEO</span>
</td>
// LISTS
// ───────────────────────────────────────────────────────────────────────────
// Variables
$li-bottom-space: 0.8em;
$li-bullets-width: 1.7em;
$li-line-height: 1.55;
$ul-bullets-font: inherit;