Safi and Claude Sonnet 4.6
690b4e5d3e
cap obsidian/canvas filenames to avoid ENAMETOOLONG on long labels ( fixes #1094 )
...
to_obsidian and to_canvas built note filenames from node labels with no
length cap, so a label >=255 bytes crashed write_text with OSError. Add a
shared _cap_filename helper that caps on UTF-8 bytes (not chars, so CJK
labels don't slip past) and appends an 8-char hash of the full label when
truncating, so two distinct labels sharing a long prefix stay distinct.
Both safe_name builders route node, community and canvas filenames through
it; wikilinks stay consistent because they read the same filename dict.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-31 16:41:18 +01:00
..
2026-05-29 00:05:28 +03:00
2026-04-04 18:52:44 +01:00
2026-05-02 12:54:08 +05:30
2026-05-22 13:22:51 +01:00
2026-05-22 13:24:54 +01:00
2026-05-30 21:37:47 +01:00
2026-05-13 10:07:50 -07:00
2026-05-22 13:22:51 +01:00
2026-05-28 17:40:04 +01:00
2026-04-28 15:04:52 +01:00
2026-05-22 13:22:51 +01:00
2026-05-17 11:32:38 +01:00
2026-04-30 22:08:28 +10:00
2026-05-29 11:41:42 +01:00
2026-04-28 00:56:54 +01:00
2026-05-26 20:12:02 +01:00
2026-05-12 02:23:51 +03:00
2026-04-06 16:06:31 +01:00
2026-05-15 22:57:36 +01:00
2026-05-30 18:16:01 +01:00
2026-05-26 09:17:18 +01:00
2026-05-26 12:27:28 +01:00
2026-05-13 23:19:15 +01:00
2026-05-25 09:14:20 +01:00
2026-05-22 14:38:32 +01:00
2026-05-26 20:21:27 +01:00
2026-05-31 12:23:56 +01:00
2026-05-22 13:22:51 +01:00
2026-05-07 20:07:57 +01:00
2026-05-18 12:04:49 +01:00
2026-04-15 23:08:43 +01:00
2026-05-05 00:07:50 +02:00
2026-05-31 00:10:19 +01:00
2026-04-04 18:56:38 +01:00
2026-05-26 09:17:18 +01:00
2026-05-15 20:17:52 -07:00
2026-05-29 15:15:26 +01:00
2026-05-31 12:23:56 +01:00
2026-05-29 14:07:03 +01:00
2026-05-09 23:42:44 +01:00
2026-05-28 17:44:35 +02:00
2026-05-26 20:16:41 +01:00
2026-05-22 13:22:51 +01:00
2026-05-22 13:22:51 +01:00
2026-05-28 14:46:03 +01:00
2026-05-31 16:41:18 +01:00
2026-05-07 16:32:26 +01:00
2026-05-09 15:52:17 +01:00
2026-05-13 23:19:15 +01:00
2026-04-15 23:08:43 +01:00
2026-05-30 13:25:02 +01:00
2026-05-16 22:36:58 +01:00
2026-05-24 20:38:10 +01:00
2026-05-22 13:22:51 +01:00
2026-05-27 22:30:08 +01:00
2026-05-02 18:09:32 +01:00
2026-05-22 13:22:51 +01:00
2026-05-22 13:22:51 +01:00
2026-05-22 13:22:51 +01:00
2026-04-06 16:06:31 +01:00
fix: OpenCode project path, hook loop guard, deterministic output, Amp platform, punctuation search, builtin god-node filter, .svh Verilog ( #1040 , #1018 , #1037 , #948 , #994 , #916 , #1042 )
2026-05-27 12:39:22 +01:00
2026-05-22 13:22:51 +01:00
2026-04-10 15:55:22 +01:00
2026-04-04 18:53:43 +01:00
2026-05-29 11:41:42 +01:00
2026-05-26 09:06:43 +01:00