-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp as default filename #877
Comments
In Fsnotes, if you create a new note by "cmd+n", it will create a file with UUID(?). However, if you create a note with "cmd+L" (it's a search but equivalent to create a new note if the term is unique), it will use the search term as filename. I think a non-elegant workaround could be: use timestamp text expansion by 3rd party app when you create a new note with the search function. For example, I am using Alfred to insert timestamp. Jake |
This would be nice. Zettelkasten uses the
Certainly not a "Must Have" for me since I use BetterTouchTool to generate the timestamp IDs when I type |
Wow, thanks for the suggestions. I actually just have discovered that all along I have a trick to do this as well. Instead of Alfred or BetterTouchTool I have Dash. Would still be nice for FSNotes to support this regardless. |
@mcchrish can you please outline your method for the benefit of others? |
I don't own Alfred nor BetterTouchTool so I can't really compare what are their differences. But to explain how it works with Dash, it's kinda the same as behavior as other text expanders. e.g. I type "`dt" and it will expand to the current date time. |
The Dash app I have is the API doc viewer? Is there another? |
@gingerbeardman Looks like Dash (the doc viewer) has support for snippet expansion: http://kapeli.com/guide/guide.html#snippets . |
Nice! |
|
Great. |
@wilhelmloof anyone requested "yyyy-MM-dd HH.mm.ss"? I see only "yyyy-MM-dd HH.mm.ss a " in issue. |
In the v5b1 release (https://github.com/glushchenko/fsnotes/releases/tag/5beta1), it reads:
But "yyyy-MM-dd HH.mm.ss" is not available in beta 1. |
Just mistake in change log, thanks |
Ok But "yyyy-MM-dd HH.mm.ss" is a nice format for filename. And if "yyyy-MM-dd HH.mm.ss a" is available then logically so should also "yyyy-MM-dd HH.mm.ss" be. |
Describe your feature request
Instead of a random string (I think it's UUID?) for default filename when creating a new note, use a timestamp of the time the note is created. Something like
2019-12-25 12.57.59 PM
.Or at least an option for this.
The text was updated successfully, but these errors were encountered: