Skip to content

fix(roam): format imported bullets with tab indents - #569

Open
markoub wants to merge 1 commit into
obsidianmd:masterfrom
markoub:markoub/roam-json-tab-indented-bullets
Open

fix(roam): format imported bullets with tab indents#569
markoub wants to merge 1 commit into
obsidianmd:masterfrom
markoub:markoub/roam-json-tab-indented-bullets

Conversation

@markoub

@markoub markoub commented Jun 18, 2026

Copy link
Copy Markdown

Summary

  • Format Roam JSON child blocks so first-level bullets start at the beginning of the line.
  • Use tab indentation for nested Roam bullets, matching lists created in Obsidian.
  • Add focused coverage for Roam bullet line formatting.

Test

  • pnpm install --frozen-lockfile
  • pnpm exec tsx --test tests/roam/block-refs.test.ts tests/roam/bullet-formatting.test.ts
  • pnpm exec eslint src/formats/roam-json.ts src/formats/roam/list-format.ts tests/roam/bullet-formatting.test.ts
  • pnpm run test
  • pnpm run build

Fixes #250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Roam] Formatting of bullet lists

1 participant