-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
In the toolbar (pops up after adding a card from the left-hand menu), there are icons for edit and remove - we want to add one for help. When the user clicks on the button, we want to send them to the specific card's documentation which will be in the following format.
Link Format Example (block-quote)
Link prefix: https://github.com/mcclatchy/graphics-nocode/?tab=readme-ov-file
Link suffix: /#block-quote
Link: https://github.com/mcclatchy/graphics-nocode/?tab=readme-ov-file/#block-quote
The link suffix should match what you see in the menu, and more helpfully, it should match the metadata passed in by the config files (src/configs/menu-default.js and src/configs/menu-dev.js) in the label field.
Feature Design
There's already a help.svg logo from in the assets folder, so we can use that and add it into the toolbar.

Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request