-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow for full customization of watermark text #20
Comments
Hi Brent, |
Hello Brent Thank you for that great package! This improved my git workflow in a way I dreamed of. Changing the package itself is no option for me. So I hope you could move the text bullet into the @jackm Could yo tell me how I can temporarily disable the textbullet? Would be great if you could provide a code snippet. Best |
Here is my workaround. The way I get around it is to change the textbullet command to be empty when setting gitMarkPref, then I re-enable the textbullet command at the end of the gitMark command.
|
This repository is no longer active: please re-report issues at https://github.com/josephwright/gitinfo2/issues |
As it is right now, the watermark text is split into two user customizable commands,
\gitMarkPref
and\gitMark
, with\gitMarkFormat
intented to be used for text style.However, even if the
\gitMarkPref
command were to be redefined to contain nothing, the watermark text will still contain a textbullet between the prefix text and the main text. I would like there to be a way to change the entire watermark text if the user wishes to. The only way to do this with the current version would be to temporarily disable the hidden textbullet or manually change the gitinfo2 package itself.Basically what I'm asking is to allow the user to modify the following line within the package.
The text was updated successfully, but these errors were encountered: