orgzly / orgzly-android

Outliner for taking notes and managing to-do lists
https://www.orgzly.com
GNU General Public License v3.0
2.7k stars 304 forks source link

Adding timestamp(now,hour,today) feature #108

Open azzamsa opened 7 years ago

azzamsa commented 7 years ago

I am an avid user of org-mode, using it daily, and managing my file in hundreads of org files.

it would be nice if orgzly have a timestamp feature, instead of adding CREATED value. what if orgzly have a feature of adding timestamp with syntax e.g "#now", "#hour", "#today". so we can choose which notes to give a timestamp. I know this feature from fiinote, it has feature of adding timestamp by using "#now" command.

In emacs I achive it with some lisp code. and the output is: M-x Today = Sunday, June 18, 2017 M-x Now = 18.06.2017 8:44 PM M-x Hour = 8:44 PM

with this feature I can manage each heading to have a current hour in daily notes, I can track what I have done in certain hour and so. and in document I can add Now or Today.

nevenz commented 7 years ago

I'm not sure about typing on mobile device, but a toolbar for quickly inserting those is planned (see 2. in this comment).

azzamsa commented 7 years ago

alright, thank you so much. Yes, I have read that link. I just realize that implementing it in andorid more complicated than org-mode elisp it self. thank you so much.

ghost commented 5 years ago

I am trying to use orgzly for logging and this seems like it would be a good way of having quick timestamps on notes. Is there a way to display the CREATED timestamps with orglzy that OP is talking about? They are not mentioned in the docs.

nevenz commented 5 years ago

Is there a way to display the CREATED timestamps

You can enable Settings / Sync / Use property for created-at time to have a property added for new notes.

thejona commented 5 years ago

What's the state of play with the toolbar proposal and date-time picker? Is there a milestone for this issue?

nevenz commented 4 years ago

What's the state of play with the toolbar proposal and date-time picker? Is there a milestone for this issue?

I have some code ready, sitting in my local branch for a while. I'll see to revisit that soon.

thejona commented 3 years ago

What's the state of play with the toolbar proposal and date-time picker? Is there a milestone for this issue?

I have some code ready, sitting in my local branch for a while. I'll see to revisit that soon.

I know it's been a heck of a year for all of us, but I hope you don't mind me bumping this.

corvore commented 1 year ago

Hey there! I thought I'd bump this since it's been awhile and having this would be super handy. Thank you all for your hard work with this incredible tool!