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

Options to put custom text before week_header #486

Open
Lucien0907 opened this issue Oct 2, 2024 · 5 comments
Open

Options to put custom text before week_header #486

Lucien0907 opened this issue Oct 2, 2024 · 5 comments

Comments

@Lucien0907
Copy link

Lucien0907 commented Oct 2, 2024

I was trying to add my custom ascii art above the week_day header however the current generate_header function only allows concatenating after the default or week_header. Would be nice to have an option to allow custom header before the week_header.

@Chever-John
Copy link

I'm also experiencing this problem and looking for a solution:)

@MrCherub
Copy link

I was trying to add my custom ascii art above the week_day header however the current generate_header function only allows concatenating after the default or week_header. Would be nice to have an option to allow custom header before the week_header.

image
You mean like this?

@Chever-John
Copy link

Chever-John commented Oct 11, 2024

@MrCherub Tks for replying.

Maybe He/I want to the following effect:

image

Yes, there are always people want both(like me).

@MrCherub
Copy link

@MrCherub Tks for replying.

Maybe He/I want to the following effect:

image

Yes, there are always people want both(like me).

You'll have to use hyper and you'll have to copy and paste that into your code? What problems are you having?

@Lucien0907
Copy link
Author

@MrCherub Tks for replying.
Maybe He/I want to the following effect:
image
Yes, there are always people want both(like me).

You'll have to use hyper and you'll have to copy and paste that into your code? What problems are you having?

Yeah similar to this.
I currently have a custom header and I want to put it on top of the week_header. However the current plugin seems to only support have the week_header on top and append text after it.
Actually I'm happy with the layout now (with week_header on top of my custom header). But still would be nice to have a bit more customisability to it and it seems pretty easy to implement. I have no experience with coding in lua other than configuring my neovim but I might try to do a PR when I have time.

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

3 participants