Sergey Polzunov
Sergey Polzunov
# Pull Request *Issue link(s)*: ## Summary - What I changed - `related_integrations` field will be dropped from the dict that will be hashed to calculate the SHA256 hash of...
Issues: - https://github.com/blackstork-io/fabric/issues/262 What was done: - introducing `format` block type - adding formatters to plugin schema
### Description In the nested sub-sections the title gets shifted even when there is no title in the parent section. This creates gaps in title sizes, breaking formatting. ### Steps...
## Background Fabric must support custom formatting of specific elements and the documents, to allow for custom corporate styling. Since the content blocks / documents can be rendered into various...
## Background As a prerequisite for well-formatted PDFs, we must have a Latex-formatted document. This means having a content-block level Latex formatters (for example, `table` content block to render a...
### Design Given DOCX file with placeholder variables (and actions if possible), produce a DOCX file with all placeholders replaced with values. - investigate the possibility of using Go-templates syntax...
## Background To build more tools for the ecosystem we should be able to reuse features implemented in `fabric`. This means `fabric` must provide a programmatic API to be used...
## Description Atlassian Jira Cloud platform is often used as a case / task management system. ## Design `jira_issue` publisher creates an issue in Jira Cloud Platform. ### Configuration details...
## Description [TheHive](https://github.com/TheHive-Project/TheHive) is a popular security incident response / case management platform. ## Use Cases Fabric must have the integrations to fetch data from TheHive instance. ### Generic configuration...
## Background Users can add Mermaid diagrams to the documents using `content.text` with `format_as` set to `code` and `code_language` set to `mermaid`, but in the case user's Markdown renderer does...