Skip to content

Commit 04f024e

Browse files
authored
Add blog post about OFT plugins (#13)
1 parent 281a211 commit 04f024e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

content/posts/2024/07/09/blogging-with -the-github-app.de

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Blogging with the GitHub app"
3+
date: "2024-07-09T08:00:00+02:00"
34
draft: false
45
author: "Sebastian"
56
---
@@ -12,4 +13,4 @@ So far it is intuitive enough. I still hate touch screen input, but that is not
1213

1314
Mobile devices are in my humble opinion just terrible laptop replacements where everything is missing that makes a useful machine.
1415

15-
Enough ranting. As a mobile emergency solution, this is good enough.
16+
Enough ranting. As a mobile emergency solution, this is good enough.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Plugins for OpenFastTrace"
3+
date: "2024-08-11T10:30:00+02:00"
4+
draft: false
5+
author: "Christoph"
6+
---
7+
8+
We are very happy to announce a new feature for OpenFastTrace in [version 4.1.0](https://github.com/itsallcode/openfasttrace/releases/tag/4.1.0): You can now create an use third party plugins!
9+
10+
Using plugins you can extend OFT with new imports and exports without modifying the core product. The very first plugin [openfasttrace-asciidoc-plugin](https://github.com/itsallcode/openfasttrace-asciidoc-plugin) was contributed by [@sophokles73](https://github.com/sophokles73) and is available in [version 0.2.0](https://github.com/itsallcode/openfasttrace-asciidoc-plugin/releases/tag/0.2.0).
11+
12+
We also have good news for Maven users: It's very easy to use OFT plugins with our [openfasttrace-maven-plugin](https://github.com/itsallcode/openfasttrace-maven-plugin) if they are published to a Maven repository, see the [documentation](https://github.com/itsallcode/openfasttrace-maven-plugin/blob/main/README.md#openfasttrace-plugins) for details.
13+
14+
If you want to use plugins with standalone OFT, please check [how to install plugins](https://github.com/itsallcode/openfasttrace/blob/main/doc/plugins.md), and if you are a developer and want to build a new plugin, please out our new [Plugin Developer Guide](https://github.com/itsallcode/openfasttrace/blob/main/doc/plugin_developer_guide.md).

0 commit comments

Comments
 (0)