You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple ideas that might be worth considering.
One of them is to move all the static text content (headings, descriptions, button names etc.) to one place for a bit easier management. In my case, I moved it to a separate JS object in a new file. Then it's just a matter of importing it wherever you might need it.
What do you think?
The text was updated successfully, but these errors were encountered:
Yep.
This might be beneficial for AstroPaper users when they want to upgrade the template. I'm also considering integrating a CLI for AstroPaper in the future, so it could be worthwhile.
However, on the other hand, it might be a bit confusing for some users when they want to customize/extend the template.
Can you also provide me a repo or link as an example for your approach?
Hi @satnaing, great work - I love the template!
I have a couple ideas that might be worth considering.
One of them is to move all the static text content (headings, descriptions, button names etc.) to one place for a bit easier management. In my case, I moved it to a separate JS object in a new file. Then it's just a matter of importing it wherever you might need it.
What do you think?
The text was updated successfully, but these errors were encountered: