- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 3k
 
Closed
Labels
Description
🔎 General Information
- Wekan version
 
WeKan ® Version 7.95.0
Version de Meteor 2.14
Version de Node 14.21.4
Version de MongoDB 7.0.24
- Deployment method: official Docker image, Podman Compose
 
podman 4.3.1+ds1-8+deb12u1+b1
podman-compose 1.0.3-3
docker-compose 1.29.2-3
- Host system:
 
Debian 12.12 amd64
- Browser(s) tested:
 
chromium 140.0.7339.80-1 deb12u1
firefox-esr 128.14.0esr-1 deb12u1
⚙️ Configuration
- 
How did you enable
RICHER_CARD_COMMENT_EDITOR?- Environment file :
 
 
WRITABLE_PATH=/data
MONGO_URL=mongodb://wekandb:27017/wekan
ROOT_URL=https://wekan.domain.local
MAIL_URL=smtp://smtp.domain.local:25/?ignoreTLS=true&tls={rejectUnauthorized:false}
MAIL_FROM=Wekan Notifications <[email protected]>
WITH_API=true
CARD_OPENED_WEBHOOK_ENABLED=false
MAX_IMAGE_PIXEL=1024
IMAGE_COMPRESS_RATIO=80
BIGEVENTS_PATTERN=NONE
BROWSER_POLICY_ENABLED=true
DEFAULT_AUTHENTICATION_METHOD=ldap
LDAP_ENABLE=true
LDAP_PORT=636
LDAP_HOST=AD_SERVER.domain.local
LDAP_AD_SIMPLE_AUTH=true
LDAP_USER_AUTHENTICATION=true
LDAP_DEFAULT_DOMAIN=domain.local
LDAP_BASEDN=DC=domain,DC=local
LDAP_LOGIN_FALLBACK=true
LDAP_RECONNECT=true
LDAP_AUTHENTIFICATION=true
[email protected]
LDAP_LOG_ENABLED=true
LDAP_BACKGROUND_SYNC=false
LDAP_ENCRYPTION=ssl
LDAP_REJECT_UNAUTHORIZED=false
LDAP_USER_SEARCH_SCOPE=sub
LDAP_USER_SEARCH_FIELD=sAMAccountName
LDAP_GROUP_FILTER_ENABLE=true
LDAP_GROUP_FILTER_OBJECTCLASS=group
LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE=cn
LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE=member
LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT=dn
LDAP_GROUP_FILTER_GROUP_NAME=GRP_APPS_WEKAN
LDAP_UNIQUE_IDENTIFIER_FIELD=objectSid
LDAP_UTF8_NAMES_SLUGIFY=true
LDAP_USERNAME_FIELD=sAMAccountName
LDAP_FULLNAME_FIELD=description
LDAP_MERGE_EXISTING_USERS=true
LDAP_EMAIL_MATCH_ENABLE=true
LDAP_EMAIL_FIELD=mail
LDAP_SYNC_USER_DATA_FIELDMAP={"description":"name", "mail":"email"}
RICHER_CARD_COMMENT_EDITOR=true
- Did you verify that the variable is correctly loaded inside the container (
printenv, Wekan logs)? 
wekan@825e6db83609:~/app$ printenv | grep RICHER
RICHER_CARD_COMMENT_EDITOR=true🐛 Actual Behavior
- 
What exactly happens?
- No toolbar at all
 
 
✅ Steps to Reproduce
- 
Clear step-by-step reproduction scenario, e.g.:
- Start Wekan with 
RICHER_CARD_COMMENT_EDITOR=true - When open card → Only a plain text area appears (no rich editor).
 
 - Start Wekan with 
 
📝 Expected Behavior
- Rich text editor should be displayed (toolbar with Markdown formatting options such as bold, italic, etc.).
 
📷 Optional
- Screenshot of the current editor (without toolbar).