A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang. (PERSONAL FORK)
at lambda-fork/main 4 lines 129 B view raw
1export const code160to32 = (text: string) => { 2 // 非打断空格转换为空格 3 return text.replace(/\u00a0/g, " "); 4};