Closed JohnMoehrke closed 3 years ago
something like this that is dooable in markdown, but we are using html... https://github.blog/2014-04-28-task-lists-in-all-markdown-documents/
CSS only allows plain text additions to the document so it won't really do what is needed.
JavaScript is the only thing that would do this outside of external scripting to modify the HTML files directly or using a publication framework (like mkdocs). But JavaScript can load static files for header/footer (and even customize it based on the path/directory if necessary) as well as create navigation links.
That should be easy once we have an idea what we need.
On Mon, Oct 5, 2020 at 6:38 PM Luke Duncan notifications@github.com wrote:
CSS only allows plain text additions to the document so it won't really do what is needed.
JavaScript is the only thing that would do this outside of external scripting to modify the HTML files directly or using a publication framework (like mkdocs). But JavaScript can load static files for header/footer (and even customize it based on the path/directory if necessary) as well as create navigation links.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IHE/publications/issues/19#issuecomment-703748299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3HUUAFDEA2YTXPELJ37LTSJHZAHANCNFSM4QNUXYGQ .
so this means that for now we need to do this header/footer manually. That is disappointing, but it is achievable.
I wouldn't bother doing it manually. We just need to clarify what we need to add to the template
On Tue, Oct 6, 2020 at 6:32 PM John Moehrke notifications@github.com wrote:
so this means that for now we need to do this header/footer manually. That is disappointing, but it is achievable.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/IHE/publications/issues/19#issuecomment-704399540, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3HUUGLW364CP2QDAKOZWDSJNBARANCNFSM4QNUXYGQ .
I wouldn't bother doing it manually. We just need to clarify what we need to add to the template … On Tue, Oct 6, 2020 at 6:32 PM John Moehrke @.***> wrote: so this means that for now we need to do this header/footer manually. That is disappointing, but it is achievable. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#19 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3HUUGLW364CP2QDAKOZWDSJNBARANCNFSM4QNUXYGQ .
@costateixeira , you are confusing this effort with IHE-FHIR efforts. This effort is around the ITI publishing our full technical framework in html form.
As I mentioned in the meeting: The header a footer sections can easily be modified for all html files using a script. I added the
On 6 Oct 2020, at 18:56, John Moehrke notifications@github.com wrote:
I wouldn't bother doing it manually. We just need to clarify what we need to add to the template … <x-msg://9/#> On Tue, Oct 6, 2020 at 6:32 PM John Moehrke @.***> wrote: so this means that for now we need to do this header/footer manually. That is disappointing, but it is achievable. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#19 (comment) https://github.com/IHE/publications/issues/19#issuecomment-704399540>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3HUUGLW364CP2QDAKOZWDSJNBARANCNFSM4QNUXYGQ https://github.com/notifications/unsubscribe-auth/AD3HUUGLW364CP2QDAKOZWDSJNBARANCNFSM4QNUXYGQ .
@costateixeira https://github.com/costateixeira , you are confusing this effort with IHE-FHIR efforts. This effort is around the ITI publishing our full technical framework in html form.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IHE/publications/issues/19#issuecomment-704413104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEC6MTOVXMR6EMG2YJYWULSJND3RANCNFSM4QNUXYGQ.
Sorry, since this was in IHE/Publications I was assuming this was related to the FHIR publication. Thanks for clarifying
On Tue, Oct 6, 2020 at 7:22 PM Martin Smock notifications@github.com wrote:
As I mentioned in the meeting: The header a footer sections can easily be modified for all html files using a script. I added the
and
Reviewed proposal today and agreed that this is good-enough and valuable enough to do now. https://vassilpeytchev.github.io/publications/ITI/TF/Volume2/ITI-18.html#3.18
@vassilpeytchev we decided to use the framework and style sheet you have with the HIE-Whitepaper too... so put the javascript and stylesheet at the root of the publications (which will be the root of the profiles.ihe.net web site).
note that @lduncan-intrah has / will applied it to the HIE-Whitepaper. so you don't need to address changes to the HIE-Whitepaper. We just want the framework dependencies in a more root location.
@vassilpeytchev can you apply your framework to the GeneralIntro folder too? and the set of index.html leading to the TF?
need some common UI frame so that navigation forward / backward; up / down; are easier. Where today there is an IHE logo and version at the top of very page, and a copyright at the bottom of each page.