-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: build life cycle callbacks (prehtml, prepdf, etc) #13
Comments
That's a nice idea. Can you open a Pull Request? |
Working on a PR right now |
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 11, 2020
Adds user editable functions to ibis.php that allows users to modify content via global event hook callbacks. Fixes issue themsaid#13
bmcminn
changed the title
Feature: conversion life cycle callbacks (pre/post markdown, pre/post html, etc)
Feature: conversion life cycle callbacks (prehtml, prepdf, etc)
Nov 11, 2020
bmcminn
changed the title
Feature: conversion life cycle callbacks (prehtml, prepdf, etc)
Feature: build life cycle callbacks (prehtml, prepdf, etc)
Nov 11, 2020
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 15, 2020
Adds optional user defined functions to ibis.php that allows users to modify content at different points in the rendering process Fixes themsaid#13
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 15, 2020
Adds optional user defined functions to ibis.php that allows users to modify content at different points in the rendering process Fixes themsaid#13 update readme'
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 15, 2020
Adds optional user defined functions to ibis.php that allows users to modify content at different points in the rendering process Fixes themsaid#13 update readme' ''
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 15, 2020
Adds optional user defined functions to ibis.php that allows users to modify content at different points in the rendering process Fixes themsaid#13 update readme' '' ''
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 15, 2020
Adds optional user defined functions to ibis.php that allows users to modify content Fixes themsaid#13
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 15, 2020
Adds optional user defined functions to ibis.php that allows users to modify content Fixes themsaid#13
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 15, 2020
Adds optional user defined functions to ibis.php that allows users to modify content Fixes themsaid#13
bmcminn
added a commit
to bmcminn/ibis
that referenced
this issue
Nov 15, 2020
Adds optional user defined functions to ibis.php that allows users to modify content Fixes themsaid#13
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tend to use C style inline comments (
// comment here
) in my markdown files because:<!-- html -->
comments making them hard to read/see// TODO: ...
and// NOTE: ...
as specific notes to myself for future reviewIt would be helpful if I could register a standard event hook callback in my
ibis.php
thatBuildCommand.php
issues before converting a file to HTML from markdown.I have a working proof of concept in my own fork of the repo that introduces a
prehtml()
global function that one can optionally provide in theiribis.php
if they want to preprocess their markdown content for whatever reason.The text was updated successfully, but these errors were encountered: