backlog-notation

Syntax reference for Backlog notation (Backlog記法), the native markup syntax for Nulab Backlog. Covers headings, lists, tables, text styling, links, code blocks, and other formatting elements.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "backlog-notation" with this command: npx skills add nulab/bee/nulab-bee-backlog-notation

backlog-notation

Backlog notation (Backlog記法) syntax reference. This is not Markdown — do not mix the two syntaxes.

Quick Reference

FeatureSyntax
Heading* H1 / ** H2 / *** H3 / **** H4
Bold''text''
Italic'''text'''
Strikethrough%%text%%
Color&color(red) { text }
Color + background&color(#fff, #333) { text }
Bullet list- item (nest with --)
Numbered list+ item (nest with ++)
Checklist- [ ] todo / - [x] done (issue descriptions only)
Link[[https://example.com]]
Labeled link[[label>https://example.com]]
Issue linkPROJECT-123 (auto-linked)
Quote> text or {quote}...{/quote}
Code block{code}...{/code}
Code (lang){code:java}...{/code}
Image#image(URL or filename)
Thumbnail#thumbnail(URL or filename) (< 200KB)
Table of contents#contents
Line break&br;
Escape\ before special characters

Tables

Separate cells with |. End a row with h for a header row. Prefix a cell with ~ for a row header. Use > to merge a cell with the one to its left.

|Name|Value|Note|h
|~Header|data 1|data 2|
|Span two||>|

Markdown → Backlog Notation Conversion

MarkdownBacklog Notation
# H1* H1
**bold**''bold''
*italic*'''italic'''
~~strike~~%%strike%%
1. item+ item
```{code} / {/code}
[text](url)[[text>url]]
![alt](url)#image(url)
|---| separator|h at end of row
N/A&color(red) { text }

Gotchas

  • No inline code syntax — only block-level {code}...{/code}
  • {quote} blocks cannot be nested
  • Checklists work only in issue descriptions, not in comments or wikis
  • Supported code languages: java, cs, js, python, ruby, perl, php, sql, html, xml, css, shell, etc.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

using-bee

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

clawhub-install

Download and install skills from ClawHub directly via curl, bypassing official CLI rate limits. Use when the user wants to install one or more ClawHub skills...

Registry SourceRecently Updated
0199
upupc
Coding

Homebrew Bridge

Expose Mac Homebrew tools like brew, gh, and other /opt/homebrew/bin CLIs on a Linux OpenClaw gateway by installing explicit same-LAN SSH wrappers with optio...

Registry SourceRecently Updated