Reduce the length of ID

Use case or problem

I use a timestamp as the document ID.
In order to reduce the ID length as much as possible, I use other tools to convert UNIX timestamps to 32 base, so that the ID length can be reduced to 7 .

Proposed solution

Don’t know if anyone else has the same requirement, but I hope it can be set directly in the Obsidian system. (unixtime->32base)

It may make the graph more concise.