Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SpaceTime] In-place Markdown editor #187181

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ThomThomson
Copy link
Contributor

@ThomThomson ThomThomson commented Jun 28, 2024

Summary

This PR adds a new markdown editor to Kibana:

In place

The new editor is completely in-place. This allows text content to be added to Dashboards without leaving the Dashboard context.
Adding text

Conversion

This PR also adds an action that converts any legacy (Agg based) Markdown panel into the new in-place editable markdown.
Convert

Dashboard Links

Note

This element of the PR is under construction and if this is merged, this section should be saved for a follow-up.
Lastly, this PR adds the ability to specify Dashboard links in the new Markdown panel.

  • Dashboard links in the markdown editor UI by clicking on the dashboard icon.
  • When converting from a legacy markdown, any relative Dashboard link - starting with /app/dashboards will be automatically converted into this new style of link.
  • New link styles are considered hard references. i.e. linked Dashboards will be exported alongside the Dashboard with the link.

Links

@ThomThomson ThomThomson added Feature:Dashboard Dashboard related features Feature:Markdown Markdown visualization feature loe:medium Medium Level of Effort impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. release_note:feature Makes this part of the condensed release notes Spacetime Project:Dashboard Usability Related to the Dashboard Usability initiative Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Dashboard Dashboard related features Feature:Markdown Markdown visualization feature impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Project:Dashboard Usability Related to the Dashboard Usability initiative release_note:feature Makes this part of the condensed release notes Spacetime Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant