Skip to content

Commit

Permalink
templates: document how to turn on the new node styles
Browse files Browse the repository at this point in the history
Documents #3501, though
only in `templates.toml` for now (since this is mostly for
jj developers to experiment with for now).

Let me know if you prefer that I document this in config.md.
  • Loading branch information
ilyagr committed Apr 17, 2024
1 parent 87c4a2e commit e90a36c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli/src/config/templates.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ if(hidden,
)
'''

# Uncomment the following or put it in your config to enable facier graph node
# styling.
#
# log_node = 'builtin_log_node'
# op_log_node = 'builtin_op_log_node'

builtin_log_node = '''
label("node",
coalesce(
Expand Down

0 comments on commit e90a36c

Please sign in to comment.