튜토리얼
Interactive Block Test
Obsidian 플러그인 미리보기 테스트 글입니다.
Jun 24, 2026
Interactive Block Test
아래 블록은 Tenpm Interactive Blocks 플러그인이 Obsidian 미리보기에서 렌더링해야 하는 테스트입니다.
interactive
클로저 실험
버튼을 눌러 닫힌 스코프의 값이 유지되는지 확인합니다.
function createCounter() {
let count = 0;
return function increment() {
count += 1;
return count;
};
}0
count is preserved between clicks
Click increment() to call the returned function.
아래는 아직 예약만 된 타입의 placeholder 확인용입니다.
interactive
이벤트 루프 시각화
이 타입은 아직 Obsidian preview placeholder로 표시됩니다.
event-loop-visualizer is reserved but has not been implemented on the blog yet.
Supported types: closure-playground, event-loop-visualizer, http-cache-demo