You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working fork of this, but wanted to see about the viewpoint of the project before I submit a PR.
The idea is that sometimes you want to dynamically render content in a markdown file, or use the same information in many places and updating that when you need to change it can be tedious.
In my case it's useful to add current date to some markdown files that get live rendered periodically to a display via glow.
So prior to glow rendering, we get variables from the yaml input and between those and some builtins we replace the contents before rendering the glow contents.
Example 1:
---
somevar: "some text"
somenum: 123
---
This is {{somevar}}. Said {{somenum}} times.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a working fork of this, but wanted to see about the viewpoint of the project before I submit a PR.
The idea is that sometimes you want to dynamically render content in a markdown file, or use the same information in many places and updating that when you need to change it can be tedious.
In my case it's useful to add current date to some markdown files that get live rendered periodically to a display via glow.
So prior to glow rendering, we get variables from the yaml input and between those and some builtins we replace the contents before rendering the glow contents.
Example 1:
Would render:
Example 2:
Would render:
Here is a rendered example:

Beta Was this translation helpful? Give feedback.
All reactions