Skip to content

Commit

Permalink
Add blog post about OFT plugins (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Aug 11, 2024
1 parent 281a211 commit 04f024e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/posts/2024/07/09/blogging-with -the-github-app.de
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Blogging with the GitHub app"
date: "2024-07-09T08:00:00+02:00"
draft: false
author: "Sebastian"
---
Expand All @@ -12,4 +13,4 @@ So far it is intuitive enough. I still hate touch screen input, but that is not

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

Enough ranting. As a mobile emergency solution, this is good enough.
Enough ranting. As a mobile emergency solution, this is good enough.
14 changes: 14 additions & 0 deletions content/posts/2024/08/11/oft-plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Plugins for OpenFastTrace"
date: "2024-08-11T10:30:00+02:00"
draft: false
author: "Christoph"
---

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!

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).

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.

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 comments on commit 04f024e

Please sign in to comment.