syncMyMoodle icon indicating copy to clipboard operation
syncMyMoodle copied to clipboard

Rewrite/Refactor `scanForLinks`

Open Romern opened this issue 3 years ago • 1 comments

The function is a very tangled mess and doesn't work in some edge cases (See https://github.com/Romern/syncMyMoodle/issues/47 ).

Romern avatar May 31 '21 16:05 Romern

In the v2 rewrite I split this method into scan_url and scan_markup which replaces the single parameter. Also I plan to implement a way to register regexes over which will be looped in those methods.

septatrix avatar Nov 11 '21 16:11 septatrix