Big fan of CintaNotes here, but I dislike this feature and really think it kindof needs to be revised.
Okay, I don't like how when I hit F5, it gives the date in the format that THE DEVELOPER WANTED.
I want it to look like this ... {03-27-2019 (Wed) @ 4:59am}
That is how we have to have things in our organization. So, be nice to hit F5 then it create it
with Day and Time in format that is mandated. I can't use how DEVELOPER set it up.
Why not have a screen to let us shape how the Date on F5 is formatted. Very simple, and
I think that lot of people would like it to be editable.
That rewrite / revision should be quick and easy.
[UI] [Editing] Hate how F5 works -- wish I could control it ...
Forum rules
1. Please keep it one request/suggestion per topic.
2. Please mark the requests with the following tags:
[Startup] - issue related to the program's startup or shutdown process;
[Taking] and [Clipping] - related to acquiring/creating notes (excl. editing);
[Viewing] - related to notes list browsing and reading;
[Editing] - related to the process of editing new and existing notes;
[Search] - related to note searching and finding;
[Managing] - related to note organization and management;
[Reordering/Sorting] - related to sorting or reordering the notes list;
[Clipboard] - clipboard operations;
[Import] and [Export] - issue related to bulk notes import/export;
[Globalization] - issues related to multiple languages/cultures support;
[Files] and [Backup] - file operations,notes back-end and backup;
[UI] - UI issues which don't fall into any of the above categories;
[Other] - other issues which don't fall into any of the above categories.
Thank you!
1. Please keep it one request/suggestion per topic.
2. Please mark the requests with the following tags:
[Startup] - issue related to the program's startup or shutdown process;
[Taking] and [Clipping] - related to acquiring/creating notes (excl. editing);
[Viewing] - related to notes list browsing and reading;
[Editing] - related to the process of editing new and existing notes;
[Search] - related to note searching and finding;
[Managing] - related to note organization and management;
[Reordering/Sorting] - related to sorting or reordering the notes list;
[Clipboard] - clipboard operations;
[Import] and [Export] - issue related to bulk notes import/export;
[Globalization] - issues related to multiple languages/cultures support;
[Files] and [Backup] - file operations,notes back-end and backup;
[UI] - UI issues which don't fall into any of the above categories;
[Other] - other issues which don't fall into any of the above categories.
Thank you!
-
- Posts: 7
- Joined: Wed Mar 27, 2019 8:59 am
- Contact:
- CintaNotes Developer
- Site Admin
- Posts: 5003
- Joined: Fri Dec 12, 2008 4:45 pm
- Contact:
Re: [UI] [Editing] Hate how F5 works -- wish I could control it ...
Actually the format is taken from YOUR Windows OS settings. You can configure it in the Control Panel.
Alex
-
- Posts: 7
- Joined: Wed Mar 27, 2019 8:59 am
- Contact:
Re: [UI] [Editing] Hate how F5 works -- wish I could control it ...
Okay, Alex, I actually researching this and found the settings in Windows. What it looks like
you are doing is concatenating the short date and the short time. What if I don't want it
like that?
What is so hard about having a window that have an option button where you select:
> Windows date & time format
> or Specify your own below
[ text box ]
Sample OUtput: [ textbox] {Test Button}
Then, POOF -- problem solved. Then, I don't have to change my Windows formatting
characteristics. I might just want to apply it to CintaNotes and to nothing else.
Everything else is configured how I like it and works fine -- just CN is where the issue is.
From reading other commentaries, this is a feature that many other people would like too.
you are doing is concatenating the short date and the short time. What if I don't want it
like that?
What is so hard about having a window that have an option button where you select:
> Windows date & time format
> or Specify your own below
[ text box ]
Sample OUtput: [ textbox] {Test Button}
Then, POOF -- problem solved. Then, I don't have to change my Windows formatting
characteristics. I might just want to apply it to CintaNotes and to nothing else.
Everything else is configured how I like it and works fine -- just CN is where the issue is.
From reading other commentaries, this is a feature that many other people would like too.
- CintaNotes Developer
- Site Admin
- Posts: 5003
- Joined: Fri Dec 12, 2008 4:45 pm
- Contact:
Re: [UI] [Editing] Hate how F5 works -- wish I could control it ...
You say that many people need this. However, this suggestion on the roadmap:
https://roadmap.cintanotes.com/communit ... ime-format
was able to collect only 6 votes during 7 years. I'd say this speaks for itself.
>What is so hard about having a window that have an option button where you select:
I'll tell what is hard - maintaining it. Translations to 10+ languages, documentation, etc.
But in general, in this case I happen to agree that this feature will be useful.
If you really need it, I think it's possible to make another 4 people vote for it.
Feature that get 10+ votes are already legitimate candidates for the todo list.
https://roadmap.cintanotes.com/communit ... ime-format
was able to collect only 6 votes during 7 years. I'd say this speaks for itself.
>What is so hard about having a window that have an option button where you select:
I'll tell what is hard - maintaining it. Translations to 10+ languages, documentation, etc.
But in general, in this case I happen to agree that this feature will be useful.
If you really need it, I think it's possible to make another 4 people vote for it.
Feature that get 10+ votes are already legitimate candidates for the todo list.
Alex
-
- Posts: 234
- Joined: Fri Nov 08, 2013 5:35 am
- Contact:
Re: [UI] [Editing] Hate how F5 works -- wish I could control it ...
CintaNotes Developer wrote:>What is so hard about having a window that have an option button where you select:
I'll tell what is hard - maintaining it. Translations to 10+ languages, documentation, etc.
To add to what Alex said, it's not just a question of translating and documenting a few labels. If you're going to put up a box for specifying the date format, you have to also validate that the input is legitimate, taking into account date format variations internationally. Right now, Windows control panel handles that for you. If not, be prepared to deal with things like 平成18年12月30日 for Japan, or Hebrew and Arabic that go from right to left.
Not that this can't be done and would be useful. I just wanted to point out that what may appear to be a trivial feature addition, may well entail deeper complications.
Meanwhile, I haven't used it myself, but something like AutoHotkey (https://www.autohotkey.com) (free, open source) can probably be configured to insert the dates in whatever format you need.
(btw, the first two characters of that Japanese date will change at the end of April, once Emperor Akihito abdicates the Chrysanthenum throne, ending the Heisei era - just saying )
- CintaNotes Developer
- Site Admin
- Posts: 5003
- Joined: Fri Dec 12, 2008 4:45 pm
- Contact:
Re: [UI] [Editing] Hate how F5 works -- wish I could control it ...
Very interesting about Japanese dates, Gunars, thanks!
Alex