Commit 574659e
Fix note deletion to also remove multi-file section files and images
Section files can be L01_S01.md (single-file) or L01_F02_S01.md
(multi-file lectures). The previous pattern only matched _S, missing
the _F variant. Changed to match any file starting with L{num}_.
Also fixed image directory deletion to handle L01_F02/ directories
in addition to L01/.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a6d4dfa commit 574659e
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
873 | | - | |
| 873 | + | |
874 | 874 | | |
875 | 875 | | |
876 | | - | |
| 876 | + | |
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
| |||
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
898 | 902 | | |
899 | 903 | | |
900 | 904 | | |
| |||
0 commit comments