PHPackages                             rasteiner/oh-hi-mark - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rasteiner/oh-hi-mark

AbandonedArchivedKirby-plugin[Utility &amp; Helpers](/categories/utility)

rasteiner/oh-hi-mark
====================

Enables the inclusion of custom Writer field marks

0.1.1(4y ago)11281[1 issues](https://github.com/rasteiner/oh-hi-mark/issues)MITJavaScript

Since Nov 29Pushed 3y ago2 watchersCompare

[ Source](https://github.com/rasteiner/oh-hi-mark)[ Packagist](https://packagist.org/packages/rasteiner/oh-hi-mark)[ Docs](https://getkirby.com/plugins/rasteiner/oh-hi-mark)[ RSS](/packages/rasteiner-oh-hi-mark/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

> # Archived
>
> [](#archived)
>
> Please use [Johann Schopplich's plugin](https://github.com/johannschopplich/kirby-writer-marks)

Kirby oh-hi-mark plugin
=======================

[](#kirby-oh-hi-mark-plugin)

Enables the inclusion of custom Writer field marks. It's an alternative to [Johann Schopplich's plugin](https://github.com/johannschopplich/kirby-writer-marks) that doesn't require to patch Kirby's panel dist files.

Installation
------------

[](#installation)

### Download

[](#download)

Download and copy this repository to `/site/plugins/oh-hi-mark`.

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/rasteiner/oh-hi-mark.git site/plugins/oh-hi-mark

```

### Composer

[](#composer)

```
composer require rasteiner/oh-hi-mark

```

Setup
-----

[](#setup)

This plugin alone does nothing. It serves only to provide you the ability to use custom Writer field marks in your own plugins.

### Example plugin

[](#example-plugin)

Stolen from Johann Schopplich's "footnote" example:

**index.php**

```
