# Discourse Qingwa Timelines - 아름다운 타임라인 레이아웃을 위한 커스텀 BBCode

**URL:** https://meta.discourse.org/t/discourse-qingwa-timelines-custom-bbcode-for-beautiful-timeline-layouts/387954
**Category:** Theme component
**Created:** [11월 8, 2025, 10:18오후 UTC](https://meta.discourse.org/t/discourse-qingwa-timelines-custom-bbcode-for-beautiful-timeline-layouts/387954 "2025-11-08T22:18:20Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![scavin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/scavin/32/115938_2.png) [@scavin](https://meta.discourse.org/u/scavin)
#### Post date: [11월 28, 2025, 3:31오전 UTC](https://meta.discourse.org/t/discourse-qingwa-timelines-custom-bbcode-for-beautiful-timeline-layouts/387954/10 "2025-11-28T03:31:05Z")

</div>

이제 우회 조치 없이 타임라인 제목을 목차(TOC)에서 제외할 수 있습니다:

`[timelines]` 블록 내에서 `##!` (H2 스타일) 또는 `###!` (H3 스타일) 접두사를 붙여 가상의 제목(pseudo-headings)을 사용하세요.

예시:

```plaintext
[timelines]

##! 2020 – 기반 구축
내용…
[/timelines]

```

이들은 타임라인 내부에서 H2/H3처럼 렌더링되지만 실제 제목으로 처리되지 않으므로, 타임라인이 어디에 위치하든 autoTOC가 깔끔하게 유지됩니다.

타임라인의 제목을 목차에 유지하려면 기존처럼 일반 `##`/`###`을 사용하세요.

현재 `[timelines]` 안에 `##!` (또는 `###!`)가 하나라도 있으면 TOC가 해당 타임라인 전체를 건너뜁니다.

~~같은 타임라인에서 두 스타일을 혼합하는 것은 아직 지원되지 않습니다.~~

이제 혼합 사용이 가능합니다: `##`/`###`은 여전히 TOC에 표시되고, `##!`/`###!`은 타임라인 내부에서만 렌더링되어 TOC에서 제외됩니다.

컴포넌트를 업데이트하고 사용해 보세요.

---

_[View the full topic](https://meta.discourse.org/t/discourse-qingwa-timelines-custom-bbcode-for-beautiful-timeline-layouts/387954)._
