-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ability to contine text below a timeline. #11
Comments
Could be that {{content}} can't be coerced. Maybe theres a Jquery trick to pull the rendered widget out of the DOM and to move it up so some other location. Say in the middle of the markdown we'd place a |
Yeah, not a very good way to do it right now, if you are doing this in your own project, just go into the layouts and delete the part like:
Then in your markdown pages, you just need to remember to add
on its own line (with blank line above and below), where you want the timeline to show up. |
I'll give it a go. We already "decorate" elements with JQuery: https://github.com/its-airborne/timelines-site/blob/main/_layouts/default.html#L108 So there's plenty of options bu the JQuery tricks happen after an initial render which is second class. |
yeah, rather than messing around with the layout with js, the option I mention above is pretty straightforward and will have better end result. |
The page that contains a timeline can have multiple paragraphs of standard markdown above the actual timeline. It would be great to be able to have text/pics below.
I'm not sure what the possibilities are in Jekyll/Liquid there, or how to select the style in front-matter per page.
The text was updated successfully, but these errors were encountered: