You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eprintln!("warning: skipping note in \"{}\" ({})", title, meta);
167
+
continue;
168
+
}
165
169
let page = page_re.captures(meta).map(|c| c[1].to_string());
166
170
let(location_start, location_end) = match location_re.captures(meta){
167
171
Some(cap) => (
@@ -398,6 +402,26 @@ imagine, as indeed I had, many times."
398
402
);
399
403
}
400
404
405
+
constWITH_NOTE:&str = "\
406
+
\u{feff}The Morning Star (Knausgaard, Karl Ove)
407
+
- Your Note on page 309 | Location 5117 | Added on Thursday, September 18, 2025 8:47:00 PM
408
+
409
+
A personal annotation about the preceding passage.
410
+
==========
411
+
\u{feff}The Morning Star (Knausgaard, Karl Ove)
412
+
- Your Highlight on page 309 | Location 5115-5117 | Added on Thursday, September 18, 2025 8:46:43 PM
413
+
414
+
I thought to myself, or pictured in my mind—for thoughts come as both pictures and words, a bit like light, which comes as both particles and waves, one could imagine, as indeed I had, many times.
0 commit comments