monmouth-college-cs / kieft21-text-dashboard

0 stars 0 forks source link

Article splitter pattern doesn't allow for all three used at once, and runs a bit messily. #7

Open shayhaf2 opened 3 years ago

shayhaf2 commented 3 years ago

Currently, the article splitter(s) don't allow for all three to be used at once. If both start and end are used, it will use those; otherwise, it will use the single splitter or not split at all. Ideally, all three can be used at once (I tried this but the code was much too slow and messy so I haven't implemented it yet). It would also be nice if there was a "use this" box that determined what splitters would be used - currently it just checks to see if they are blank.