Skip to content
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 Request] Add an option to inject html at the top of the body element #102

Open
chtixof opened this issue Oct 8, 2024 · 1 comment

Comments

@chtixof
Copy link

chtixof commented Oct 8, 2024

In the same way that it is possible to specify a css file, I would appreciate an option to add some html code on top of the body element. On Android, I use Markor, which has this option, and I use it.
The use case for me is to add a link to the _index.md file that I keep on all my folders dedicated to Markdown.

@chtixof
Copy link
Author

chtixof commented Oct 8, 2024

I found a trick: at the bottom of the style.css file, add:

</STYLE>
<a href="_index.md">_index.md</a><br>
<STYLE>

This does insert the HTML code, but now, the link does not work (I'd like it to open in notepad++).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant