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
Since note titles are used to name the corresponding .md file on the filesystem they should not contain characters that are illegal in filenames.
The output of the "Rename note title" is however causing my OneDrive to complain about illegal characters blocking it from syncing files.
EDIT: found out this is related to #66
The output contains a leading space. This is not allowed in (NTFS) filenames. Simply going into explorer and renaming the file, not changing anything (just letting it auto-remove the space), fixes it.
EDIT2: The leading space is actually sent by the application I'm using to run LLM locally.
Still would be a good idea to check and filter out illegal characters for titles that becomes file names.
The text was updated successfully, but these errors were encountered:
Propheticus
changed the title
Change note title add illegal characters
Rename note title can output illegal characters
Mar 31, 2024
Propheticus
changed the title
Rename note title can output illegal characters
Rename note title can output illegal characters (edit: caused by leading space)
Mar 31, 2024
Since note titles are used to name the corresponding .md file on the filesystem they should not contain characters that are illegal in filenames.
The output of the "Rename note title" is however causing my OneDrive to complain about illegal characters blocking it from syncing files.
EDIT: found out this is related to #66
The output contains a leading space. This is not allowed in (NTFS) filenames. Simply going into explorer and renaming the file, not changing anything (just letting it auto-remove the space), fixes it.
EDIT2: The leading space is actually sent by the application I'm using to run LLM locally.
Still would be a good idea to check and filter out illegal characters for titles that becomes file names.
The text was updated successfully, but these errors were encountered: