forked from wekan/wekan
-
Notifications
You must be signed in to change notification settings - Fork 0
Numbered text
Lauri Ojansivu edited this page Sep 16, 2020
·
1 revision
If in List titles you like to create numbered text like this:
3. Something
Write it this way (to escape dot), so it shows correctly:
3\. Something
This happens because of markdown support for autonumbering in input fields.
For example, if you write numbered list like:
1. Something nice
1. Something cool
1. Something great
It will be autonumbered like this, so you can cut/paste reorder list freely, without manually reordering numbers:
1. Something nice
2. Something cool
3. Something great
For example, when you reorder numbered list like this:
1. Something great
1. Something nice
1. Something cool
It will show automatically numbered like this:
1. Something great
2. Something nice
3. Something cool
- About
- No UI major redesign
- Test Edge
- FAQ
- IRC FAQ - answers to questions asked at IRC
- Roadmap - board at Wekan demo
- Team
- Press
- Blog
- NOT related to Wekan
- Wekan vs Trello vs Restyaboard
- Features
- Custom Logo
- Gantt Chart
- Admin: Impersonate user
- Emoji etc syntax
- Numbered text syntax
- Time Tracking
- Subtasks <== Has fix
- Templates
- Archive and Delete
- Adding Users
- LDAP
- Keycloak
- Google login
- Azure
- OAuth2, Auth0, GitLab, RocketChat
- Oracle OIM on premise using OAuth2
- ADFS 4.0 using OAuth2 and OpenID
- Nextcloud
- CAS Please test
- SAML Please test
- IFTTT
- Custom Fields
- Due Date
- Forgot Password
- Requirements
- Translations
- Roadmap
- Fix Export board menu not visible on some boards
- Integrations
- RAM usage
- Demo
- Swimlane Documentation
- Wekan Markdown
- Download Wekan for various Platforms: Supported by xet7, Operating Systems, NAS, Cloud
- Example: New card with Python3 and REST API
- Python client to REST API
- Java
- Wekan Sandstorm cards to CSV using Python
- Excel and VBA
- Global Webhook
- Limiting Webhook data
- Receiving Webhooks
- Outgoing Webhook to Discord/Slack/RocketChat/Riot
- Outgoing Webhook to NodeRed
- Outgoing Webhook to PowerShell
- Security: Webhook and CA
- Outgoing Webhooks Data
- Outgoing Webhooks and Let's Encrypt
- Outgoing Webhooks Original Pull Request, multiple Webhooks, more parameters and response order