Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 2.09 KB

example1.md

File metadata and controls

58 lines (30 loc) · 2.09 KB

Test Document

Status Tags Demo

Basic Status Tags

((tag|todo)) ((tag|planned)) ((tag|in-progress)) ((tag|doing)) ((tag|done)) ((tag|tip)) ((tag|on-hold)) ((tag|tbd)) ((tag|proposed)) ((tag|draft)) ((tag|wip)) ((tag|mvp)) ((tag|blocked)) ((tag|canceled)) ((tag|error)) ((tag|warning)) ((tag|warn))

Custom Label Tags

((tag|custom label)) ((tag|custom label|grey)) ((tag|custom label|orange)) ((tag|custom label|green)) ((tag|custom label|blue)) ((tag|custom label|purple)) ((tag|custom label|red)) ((tag|custom label|yellow))

Arrow Tags Demo

Arrow Status Tags

((<tag|todo)) ((<tag|planned)) ((<tag|in-progress)) ((<tag|doing)) ((<tag|done)) ((<tag|tip)) ((<tag|on-hold)) ((<tag|tbd)) ((<tag|proposed)) ((<tag|draft)) ((<tag|wip)) ((<tag|mvp)) ((<tag|blocked)) ((<tag|canceled)) ((<tag|error)) ((<tag|warning)) ((<tag|warn))

Custom Arrow Labels

((<tag|custom arrow)) ((<tag|custom arrow|grey)) ((<tag|custom arrow|orange)) ((<tag|custom arrow|green)) ((<tag|custom arrow|blue)) ((<tag|custom arrow|purple)) ((<tag|custom arrow|red)) ((<tag|custom arrow|yellow))

Custom Color Tags Demo

Hex Color Customization

((tag|mvp|#008000)) ((tag|mvp||#90ee90)) ((tag|mvp|#008000|#90ee90))

Mixed Color Customizations

((tag|custom bg|#007bff)) ((tag|custom fg||#ff1493)) ((tag|custom colors|#007bff|#ff1493))

Complex Tag Styling

((tag|long label for testing|#222222|#ffffff)) ((tag|no-bg|)) ((tag|only-fg||#ff6347))

Mixed Usage and Custom Labels

Combination of Styles and Labels

((tag|normal)) ((<tag|arrow only)) ((tag|bg only|#1e90ff)) ((<tag|fg only||#ff69b4)) ((tag|all styles|#8a2be2|#ffdab9))