10 file limit on bulk importing markdown got ya down?
This only works on chromium browsers: Chrome, Chromium, Brave, etc
- open dev tools (Mac:
⌥-⌘-i
Windows:Ctrl+Shift+i
) - go to
Sources
tab - open file
(no domain)/js/compiled/route-app.js
- search for text:
Import failed: Too many
- 65 or so characters in front of that string is this bit:
return 10<h.length?
; change that 10 to anything you like and save the file.