On Monday, May 13, 2024 at 1:57:07 PM UTC-7 s mcgraw wrote:

Hello all, 

I am new to Trac and am looking into migrating an old in-house task 
tracking system to Trac and had a couple questions. 

1. Most of the existing tickets and doc being migrated are rst and we will 
continue that practice so not requiring every entry to be wrapped in a 
"{{{#!rst" block would be nice.  Is it possible make the default wiki 
formatting engine the reStructuredText one rather than Trac's native one?


You can do that with a plugin. MarkdownMacro has the feature for Markdown. 
It would be straightforward to copy the implementation for RST.
https://trac-hacks.org/wiki/MarkdownMacro
 

2. I would like dates/times to display in absolute format but in an 
ISO-like format with the "T" replaced with a space and with seconds and 
timezone left off: "2024-02-01 13:26".  Is this possible?


There are some configuration options:
https://trac.edgewall.org/wiki/TracIni#trac-default_date_format-option

If you want to remove the "T" and other mods, maybe some JavaScript 
customization. Or you can write likely write a plugin that hooks into the 
datetime formatting methods.
 

Thanks for any info... 

-- Stuart 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/626761c1-9fc5-4494-bbf3-4a14b33735efn%40googlegroups.com.

Reply via email to