User select to use <tex> or $
Mgccl - January 26, 2008 - 02:37
| Project: | DruTeX |
| Version: | 5.x-2.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It will be nice if it's ok to disable some of the match patterns.
I believe for some people, they use $ a lot in reference for the dollar sign instead of for tex, so if the user turning on or off some of the matching patterns would be great.
it's currently possible to disable tex in part of the node, but it's still complicated.
And will there be any Drupal 6 support?

#1
I guess this wouldn't be too hard to do, but I'm short on time, so I don't think I'll have time to implement this. If you'd like to provide a patch, then I'd be more than happy to test and evaluate it.
Drupal 6, probably, I've not looked into how input filters are different 6.
#2
Maybe rewrite drutex to use the flexifilter module, then the user could define whatever syntax they wanted for DruTeX.
#3
I have a problem with this because jQuery can show up in some of the nodes ($(document) etc) which triggers Drutex. I've solved it by letting Drutex be a standalone filter.