Skip to content

Improve node designer process method documentation#138

Merged
Edwardvaneechoud merged 7 commits intomainfrom
claude/improve-node-designer-docs-cLSBZ
Jan 4, 2026
Merged

Improve node designer process method documentation#138
Edwardvaneechoud merged 7 commits intomainfrom
claude/improve-node-designer-docs-cLSBZ

Conversation

@Edwardvaneechoud
Copy link
Owner

  • Add get_secret_value() autocomplete for SecretStr type after accessing .secret_value on SecretSelector components
  • Fix text selection highlighting to use distinct cyan color (accent) instead of similar light blue as active line
  • Fix arrow key navigation in autocomplete by adding completionKeymap while keeping custom Tab handling

claude and others added 7 commits January 4, 2026 13:21
- Add get_secret_value() autocomplete for SecretStr type after
  accessing .secret_value on SecretSelector components
- Fix text selection highlighting to use distinct cyan color (accent)
  instead of similar light blue as active line
- Fix arrow key navigation in autocomplete by adding completionKeymap
  while keeping custom Tab handling
- Create ProcessCodeHelpModal.vue with comprehensive documentation:
  - Overview of the process method
  - Method signature and inputs explanation
  - How to access settings from UI components
  - Working with SecretStr and get_secret_value()
  - Common Polars patterns (filter, select, add column, aggregate)
  - Keyboard shortcuts for the code editor
- Add help button (?) to ProcessCodeEditor header
- Help modal uses existing modal pattern and styling
- Fix arrow key navigation in autocomplete by using defaultKeymap: true
  and Prec.highest for custom Tab handling
- Add SecretStr variable detection: when a variable is typed as SecretStr
  (e.g., `my_var: SecretStr = ...`), typing `my_var.` suggests get_secret_value()
- Make help button more prominent with accent color background and "Help" text
- Create NodeDesignerHelpModal.vue with tabbed documentation:
  - Overview: What is Node Designer, quick start steps
  - Layout: Page structure explanation with diagram
  - Components: All available components with descriptions and types
  - Code: Process method, settings access, keyboard shortcuts
  - Tips: Best practices and common patterns

- Add Shift+Tab keyboard shortcut for outdenting selected code
  (works in both ProcessCodeEditor and pythonEditor)

- Add Help button to Node Designer header that opens the help modal
@Edwardvaneechoud Edwardvaneechoud merged commit 3b96880 into main Jan 4, 2026
14 checks passed
@Edwardvaneechoud Edwardvaneechoud deleted the claude/improve-node-designer-docs-cLSBZ branch January 4, 2026 15:32
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.

2 participants