Reputation
Badges 9
Editor Freshman Teacher Critic Newbie 6 × Reporter Enthusiast Scholar SupporterYou, you can just click on the tag to see all questions with that tag.
Unfortunately, I can't do anything about that. I don't think it's an issue at all. Once you start typing after "-" the formatting is back to normal.
Please, use GitHub for reporting issues.
Everyone can ask a question here, but in Scoold Pro you can configure it so that questions posted by new users need to be approved by an admin in order to be published.
Answers to your other questions on Drift:
- You don't have to pay anything for the open source version of Scoold
- You can ask an unlimited number of questions on Scoold
- You can reply to any question
I very much doubt that Scoold will run in an iFrame, especially with the Content Security Policy turned on. You could, of course, turn that off and try.
David, that's a cool idea! We should discuss this further via email or on Gitter. You're talking about 2 features here - first is the Slack bot and the second is a Scoold integration with the Slack API.
This will be a premium feature and will be available in Scoold Pro.
EDIT: Custom authentication is now supported by Para and implemented in Scoold Pro.
If your serverside implements OAuth 2.0, LDAP or SAML, then yes. Anything else would require custom authentication code running on the Para backend.
This is finally fixed! Please upgrade to 1.31.3
Try upgrading Scoold to 1.31.1
. I think I fixed that issue a while back...
Sure, it's a simple, stable and performant database and it's ideal for small-to-medium Scoold deployments. I can't recommend any particular DB because they all have their tradeoffs. Simply use the database engine you are most familiar with. It is also quite easy to implement a DAO
plugin for any database you choose, unless it it's already implemented.
For details on how to access the H2 DB in ./data
and how to back up/restore it,...
-> https://live.scoold.com/about
Everyone having 1000 rep (teacher
badge) can edit posts.
"No questions" means you that there are no questions found or your connection to Para is broken. In this case a redirect to Login would be pointless.
I'll write this down as a feature request.
Yes, you can with para.nearme_feature_enabled = false
This has been fixed in 1.31.0
. Users -> Bulk Edit Spaces
Yes, but in the PRO version which is coming out later this year. In the OSS version only basic syntax hightlighting is supported.
Hi Meg, please read the Para documentation at https://paraio.org/docs
You use your own CSS file by setting para.stylesheet_url = "http://url.to/your_style.css"
. Apart from that, anything can be modified if you're comfortable recompiling the project with Maven.
Have you tried this with the latest version 1.28.5? Indeed, there was a parameter bug in previous versions.
Here's the whole language file in English: https://github.com/Erudika/scoold/blob/master/src/main/resources/lang_en.properties
You can also go to the Translate page and translate there. It would be slower as all translated strings have to be approved first.
**If you translate the whole language file, please notify me or create a Pull Request on GitHub and I'll add it to the project as the official tra...
Yes it does, read the documentation at https://github.com/Erudika/scoold
The demo site uses Amazon DynamoDB but Para can potentially run on any database you want. Currently there are plugins for MongoDB, Cassandra, H2, MariaDB, MySQL, PostgreSQL and SQL Server.
Translations are stored in the database but can also be stored in text files and loaded by Scoold. This feature is work in progress.
Translations are voted and accepted automatically if they have 5+ votes or reviewed and accepted by an administrator. We'd greatly appreciate translating Scoold. Could you tell me which languages you were traslating?
Everyone with the 'Enthusiast' badge can post comments. You need 100+ reputation to get it.
Hi, the deployment steps for Scoold are:
- Deploy Para on your machine OR create an account and app on ParaIO.com
- Create and edit the
application.conf
file and configure the Para endpoint and credentials - Run Scoold with
java -jar scoold.war -Dconfig.file=application.conf
Read the Para documentation and the Scoold Readme.