Skip to content

Commit a401f3d

Browse files
authored
Merge pull request #239 from PVinaches/figure-migration
feat(figures): migrate to figure shortcode remaining tags
2 parents 6384044 + 51df648 commit a401f3d

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

content/blog/kaoto-2.3-release/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ tags:
1414
It has been over 2 months since the Kaoto 2.2 release and we are excited to provide you now with the new Kaoto 2.3 version.
1515
Please take a look below to learn about the exciting new things we added in this release.
1616

17-
<p align="center"><img src="./CamelJedi.png" alt="Camel Jedi" style="height: 400px;"/></p>
17+
{{< figure src="./CamelJedi.png" alt="Camel Jedi" caption="Camel Jedi" class="image" >}}
1818

1919
## Features & Improvements
2020

2121
#### More Camel versions included by default
2222

2323
We have added more choices to the Camel version selector. Now you will be able to choose between the latest community release, the latest LTS community release as well as the Red Hat Build of Apache Camel releases.
2424

25-
<p align="center"><img src="./camel-versions.gif" alt="showcasing the version selector" style="height: 400px;"/></p>
25+
{{< figure src="./camel-versions.gif" alt="Showcasing the version selector" caption="Showcasing the version selector" class="image" >}}
2626

2727
#### Visual Data Mapping & Transformation Editor (Tech Preview available in VS Code)
2828

2929
This feature has been requested a lot and we are very happy to provide you with the first iteration of a fully new Data Mapping UI which enables you to do your mappings and transformations in a drag and drop way. In comparison to AtlasMap the new Kaoto DataMapper works based on XSLT and does not require a specific custom runtime component to work. <br>
3030

31-
<p align="center"><img src="./datamapper-icon.png" alt="showcasing the datamapper icon"/></p>
31+
{{< figure src="./datamapper-icon.png" alt="Showcasing the datamapper icon" caption="Showcasing the datamapper icon" class="image" >}}
3232

3333
This first iteration marks only the beginning of the Kaoto DataMapper story. There are still many more features and capabilities we want to add over the coming months.
3434

35-
<p align="center"><img src="./featured.png" alt="showcasing the datamapper" style="height: 600px;"/></p>
35+
{{< figure src="./featured.png" alt="Showcasing the datamapper" caption="Showcasing the datamapper" class="image" >}}
3636

3737
Click the video below to watch a short Kaoto DataMapper introduction:
3838
[![Watch the Kaoto DataMapper introduction](https://img.youtube.com/vi/iz0yYThHZMc/hqdefault.jpg)](https://www.youtube.com/watch?v=iz0yYThHZMc)
@@ -41,37 +41,37 @@ Click the video below to watch a short Kaoto DataMapper introduction:
4141

4242
Our long term goal is to improve the usability in a way that users can reach most of the functionalities of Kaoto with the least amount of clicks and searching. Efficiency is key to make using Kaoto a fun experience for everyone. A first step in that direction is the new toolbar. In the long run we hope to make this the replacement for the right-click context menu.
4343

44-
<p align="center"><img src="./toolbar.png" alt="showcasing the toolbar" style="height: 200px;"/></p>
44+
{{< figure src="./toolbar.png" alt="Showcasing the toolbar" caption="Showcasing the toolbar" class="image" >}}
4545

4646
In the default settings the toolbar will be visible when hovering over a step or group. However you can also change that behavior in the *Settings* dialog to be only visible when selecting a step or group.
4747

4848
#### Quick Action for appending and inserting new steps
4949

5050
Prototyping a new integration should be as easy and fast as possible in a visual designer. To get closer to that state we added a quick action at the end of each group in your integration which is visible as an **arrow** button. You can now easily append new steps to your integration by clicking that button.
5151

52-
<p align="center"><img src="./append.png" alt="showcasing the append button" style="height: 200px;"/></p>
52+
{{< figure src="./append.png" alt="Showcasing the append button" caption="Showcasing the append button" class="image" >}}
5353

5454
We also introduced an easier way to insert steps between existing ones. You can now just hover over the connection between two steps and this will reveal a **+** button you can use to insert a new step.
5555

56-
<p align="center"><img src="./insert.png" alt="showcasing the insert button" style="height: 200px;"/></p>
56+
{{< figure src="./insert.png" alt="Showcasing the insert button" caption="Showcasing the insert button" class="image" >}}
5757

5858
#### New Placeholders
5959

6060
Whenever there is a container step without any step contained we will now show you a placeholder labeled "*Add step*" to signal where you can add new steps.
6161

62-
<p align="center"><img src="./placeholders.png" alt="showcasing the placeholders" style="height: 300px;"/></p>
62+
{{< figure src="./placeholders.png" alt="Showcasing the placeholders" caption="Showcasing the placeholders" class="image" >}}
6363

6464
#### New Action: Enable All
6565

6666
During the creation of your integration you may have disabled one or more steps for various purposes. Going through your integration now and manually enabling all the deactived steps can be a tedious task and this situation led to the addition of the new "Enable All" action. You can now reactivate all the disabled steps with a single click.
6767

68-
<p align="center"><img src="./enableall.png" alt="showcasing the enableAll button" style="height: 400px;"/></p>
68+
{{< figure src="./enableall.png" alt="Showcasing the enableAll button" caption="Showcasing the enableAll button" class="image" >}}
6969

7070
#### New Action: Show All
7171

7272
There is a new action available now which lets you quickly show or hide all of your routes.
7373

74-
<p align="center"><img src="./showall.gif" alt="showcasing the Show All button" /></p>
74+
{{< figure src="./showall.gif" alt="Showcasing the Show All button" caption="Showcasing the Show All button" class="image" >}}
7575

7676
#### Other Enhancements
7777

content/blog/kaoto-2.5-release/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@ Please take a look below to learn about the exciting new things we added to this
2020

2121
This version includes the latest Camel catalog version 4.11.0, which brings new components and features to enhance your integration capabilities, alongside the latest LTS version 4.10.3.
2222

23-
<p align="center"><img src="./new-camel-versions.png" alt="showcasing the version selector" /></p>
23+
{{< figure src="./new-camel-versions.png" alt="showcasing the version selector" caption="Showcasing the version selector" class="image" >}}
2424

2525
#### XML IO Support
2626

2727
Not everyone likes YAML and we are happy to help here and announce that Kaoto now supports the Camel XML IO DSL.
2828

29-
<p align="center"><img src="./xml-route.png" alt="showcasing an XML IO route"/></p>
29+
{{< figure src="./xml-route.png" alt="showcasing an XML IO route" caption="Showcasing an XML IO route" class="image" >}}
3030

3131
#### Generate Markdown Documentation
3232

3333
Do you want to document your routes effortlessly? You can now export your integration flows with Kaoto as Markdown documents, including a visual representation of the flow in addition to the changed route parameters, making it easier to share and review routes.
3434

35-
<p align="center"><img src="./generate-route-documentation.png" alt="Generate Route documentation"/></p>
35+
{{< figure src="./generate-route-documentation.png" alt="Generate Route documentation" caption="Generate Route documentation" class="image" >}}
3636

37-
<p align="center"><img src="./documentation-preview.png" alt="Documentation preview"/></p>
37+
{{< figure src="./documentation-preview.png" alt="Documentation preview" caption="Documentation preview" class="image" >}}
3838

3939
#### DataMapper Enhancements
4040

4141
* Support adding multiple mappings on the collection target field
4242
* UI polish for better drag-and-drop experience
4343
* Update generated XSLT version to 3.0
4444

45-
<p align="center"><img src="./datamapper.png" alt="DataMapper News"/></p>
45+
{{< figure src="./datamapper.png" alt="DataMapper News" caption="DataMapper News" class="image" >}}
4646

4747
#### New Kaoto Perspective in VS Code
4848

@@ -55,31 +55,31 @@ The Kaoto VS Code extension has been reworked heavily and our goal was to provid
5555
* a `Deployments` section providing easy access to local running integrations and their statuses with easy to access actions (start, stop, pause, resume, log, ...)
5656
* a `Help & Feedback` section providing links to useful resources for your daily work
5757

58-
<p align="center"><img src="./kaoto-perspective.png" alt="Shows the new Kaoto perspective in VS Code"/></p>
58+
{{< figure src="./kaoto-perspective.png" alt="Shows the new Kaoto perspective in VS Code" caption="Shows the new Kaoto perspective in VS Code" class="image" >}}
5959

6060
#### Configuration Form Enhancements
6161

6262
We’re introducing a new Kaoto Form, a redesigned form engine with improved field behavior, better keyboard navigation and filtering for dropdown fields, the possibility to wrap the values in a `RAW()` function call and a new `Clear` button to completely remove the field from the source code.
6363

64-
<p align="center"><img src="./field-contextual-menu.png" alt="Field contextual menu"/></p>
64+
{{< figure src="./field-contextual-menu.png" alt="Field contextual menu" caption="Field contextual menu" class="image" >}}
6565

6666
#### Filter Flows in the Flows List
6767

6868
You can now filter the flows in the flows list by name, making it easier to find specific routes in larger projects.
6969

70-
<p align="center"><img src="./filter-flows.png" alt="Filter flows"/></p>
70+
{{< figure src="./filter-flows.png" alt="Filter flows" caption="Filter flows" class="image" >}}
7171

7272
#### Dark Mode
7373

7474
For those who fancy a darker theme, Kaoto now supports dark mode in the VS Code extension. You can switch to dark mode in the settings.
7575

76-
<p align="center"><img src="./kaoto-dark-mode.png" alt="Kaoto dark mode"/></p>
76+
{{< figure src="./kaoto-dark-mode.png" alt="Kaoto dark mode" caption="Kaoto dark mode" class="image" >}}
7777

7878
#### DevSpaces Ready with Devfile Support
7979

8080
Kaoto now includes an OpenShift-compatible devfile.yaml, making it easier to develop Kaoto in OpenShift Dev Spaces or similar cloud-based workspaces.
8181

82-
<p align="center"><img src="./openshift-commands.png" alt="Devfile options"/></p>
82+
{{< figure src="./openshift-commands.png" alt="Devfile options" caption="Devfile options" class="image" >}}
8383

8484
#### Other Enhancements
8585

content/blog/kaoto-2.7-release/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please take a look below to learn about the exciting new things we added to this
1919

2020
### Data Mapper JSON Support (Tech Preview)
2121

22-
<p align="center"><img src="./datamapper-json.png" alt="DataMapper JSON Support" /></p>
22+
{{< figure src="./datamapper-json.png" alt="DataMapper JSON Support" caption="DataMapper JSON Support" class="image" >}}
2323

2424
Building on the XML support introduced earlier, the Data Mapper now enables you to:
2525

@@ -50,7 +50,7 @@ You can find more detailed information about the Data Mapper in our online [user
5050

5151
If you are using the Kaoto VS Code extension and you work in a Maven project then this little improvement might delight you. Whenever you add a new component endpoint to your route, upon saving your `pom.xml` file gets updated with the required dependency.
5252

53-
<p align="center"><img src="./dep-update.gif" alt="showcasing the dependency update" /></p>
53+
{{< figure src="./dep-update.gif" alt="showcasing the dependency update" caption="Showcasing the dependency update" class="image" >}}
5454

5555
### Drag & Drop Support
5656

@@ -111,7 +111,7 @@ Your browser does not support the video tag.
111111

112112
* Switch between `to`, `toD`, and `poll` variants directly in the form
113113

114-
<p align="center"><img src="./endpoint-switch.png" alt="showcasing the endpoint type selector" /></p>
114+
{{< figure src="./endpoint-switch.png" alt="showcasing the endpoint type selector" caption="Showcasing the endpoint type selector" class="image" >}}
115115

116116
* Preserve expressions when switching between different languages
117117
* Improved parameter handling with URI parsing enhancements

0 commit comments

Comments
 (0)