Feature #34863
Change default text formatter for new installations from textile to common_mark
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | 5.1.0 | |||
Resolution: |
Description
Nowadays, markdown is much more used and known compared with textile. Also, in Redmine, Markdown has better support.
My proposal is to change the default setting from textile to markdown.
Related issues
History
#1
Updated by Marius BALTEANU about 1 year ago
- Subject changed from Change default text formatter for new installation from textile to markdown to Change default text formatter for new installations from textile to markdown
#2
Updated by Mizuki ISHIKAWA about 1 year ago
+1
Since it is not possible to change the text formatter setting for each project in Redmine, there is also the problem that it is difficult to change to Markdown once you start using it with Textile.
I think it's better to use the commonly used Markdown as the default.
#3
Updated by beko akabeko about 1 year ago
+1
Markdown is used in many text systems (GitHub, Slack, ...etc). Therefore, setting this as the default will improve portability.
#4
Updated by Moritz Poldrack about 1 year ago
+1
Since it is not possible to change the text formatter setting for each project in Redmine, there is also the problem that it is difficult to change to Markdown once you start using it with Textile.
I think it's better to use the commonly used Markdown as the default.
it's possible using grep
, sed
, and pandoc
. but it's a real PITA
#5
Updated by Bernhard Rohloff about 1 year ago
+1
Markdown is also the better choice for the 'average guy' and has easier to adopt by non IT people.
#6
Updated by Go MAEDA about 1 year ago
- File 0001-Explicitly-specify-text-formatting-in-the-test-suite.patch
added
- File 0002-Change-the-default-text-formatting-to-Markdown.patch
added
- File 0003-Change-the-text-formatting-of-fixtures-to-Markdown.patch
added
The attached patches change the default text formatting to Markdown.
#7
Updated by Go MAEDA about 1 year ago
- Target version set to 5.0.0
Setting the target version to 5.0.0.
#8
Updated by Marius BALTEANU 8 months ago
- Target version changed from 5.0.0 to Candidate for next major release
I think the best option is to change to CommonMark when we will remove the experimental flag.
#9
Updated by Go MAEDA 5 months ago
- Related to Patch #35952: Explicitly specify text formatting in the test suite added
#10
Updated by Marius BALTEANU 4 months ago
Now that CommonMark feature was added to the core, for sure we should not set the old Markdown as default, but at the same time, it's pity to keep textile as default.
Maybe is better to set CommonMark even is it marked as experimental? Or even remove the experimental flag?
#13
Updated by Go MAEDA 2 months ago
- Blocked by Patch #36807: Remove CommonMark experimental flag and mark as deprecated the RedCarpet Markdown added
#14
Updated by Marius BALTEANU 11 days ago
- Subject changed from Change default text formatter for new installations from textile to markdown to Change default text formatter for new installations from textile to common_mark
#15
Updated by Marius BALTEANU 11 days ago
Here is the patch to set common_mark the default formatter.