Open azzamsa opened 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).
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.
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.
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.
What's the state of play with the toolbar proposal and date-time picker? Is there a milestone for this issue?
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.
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.
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!
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.