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
Add a CLI command to rename IDs, which is relevant for title IDs (if not random IDs).
neuron rename "Some note title" "New note title"
Apart from renaming the file itself, this should rewrite all link references in other zettels. Use ripgrep and sd underneath. The command should print matching references, asking the user to pass --continue or something to do the actual replacement.
Add a CLI command to rename IDs, which is relevant for title IDs (if not random IDs).
Apart from renaming the file itself, this should rewrite all link references in other zettels. Use
ripgrep
andsd
underneath. The command should print matching references, asking the user to pass--continue
or something to do the actual replacement.Background ctx: #399 (comment)
The text was updated successfully, but these errors were encountered: