-
Notifications
You must be signed in to change notification settings - Fork 205
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 using Pro features with "retype start" #612
Comments
Yes, this is functionality that we have discussed, and I think at one point we actually had it working this way. I would prefer that Retype did function this way, but... The issue is how to make it SUPER OBVIOUS that you are using Retype Pro features in a non-pro session? Further complicated by features like I 100% do not want to be accused of any bait and switch, and enabling the Pro features by default during For non-pro projects with >100 pages, the following message is rendered to all pages during Something like the above could be added when Pro features are enabled, but with several Pro features being enabled by default, that would mean the message would be rendered for everyone. That is just not a good solution. Another option is implementing a Another option that I think could work well is creating a separate I'll put some more thought into this too. Let me know what you think. |
Thank you for the thorough explanation. I understand (and agree with) your main concern. One think that I am wondering thought is why does some Pro features are enabled by default when a license key is applied? Personally, as a Pro user, the first thing that I did is go to the documentation, look at the Pro features, and manually enable does that I want. For example, I explicitly enabled the
Aside from that, I do like the explicit I also like the banner idea. In fact, I was thinking about something similar to the banner, but instead outputted in the console when using |
The new The start:
pro: true The This "pro mode" trial mode is just for testing and include all the Retype Pro features, except Hope this helps. |
Thank you 🙏 |
Hello!
We just purchased an Enterprise license of Retype, and we are pleased with the additional features that we now have access too.
What bothers me thought, is that now, because we are using Retype Pro features, every developer who's working on our projects documentation websites must add the purchased Retype license key to his local wallet (our repository are public, we can't use the
--secret
CLI arg).While I understand why such a requirement exist, for an organisation of 150 developpers like ours, it's painful to manage.
My proposition is to allow access to Retype Pro features without a license for
retype start
and only enforce the license requirement for Pro features when usingretype build
.It could also be a great way to allow non paying users to try the Pro features.
Is this something that you would be willing to consider?
Thank you,
Patrick
The text was updated successfully, but these errors were encountered: