question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: ability to specify date=NOW in metadata settings

See original GitHub issue
#prose.io settings
prose:
  rooturl: "source"
  metadata:
    "source/_posts": |
      layout: post
      title: "Title"
      date: 2012-12-22 14:07
      comments: true
      categories: 
      published: true

I would like to be able to specify date: CURRENT or something and have this field autogenerated on document creation. or just point me on place to implement this

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Comments:20 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dereklieucommented, May 13, 2015

#831 allows you to set date: CURRENT_DATETIME to get the current date.

You can also do something like:

- name: "date"
  field:
    element: "text"
    label: "Date"
    value: "CURRENT_DATETIME"
0reactions
orschirocommented, May 14, 2015

@dereklieu This is fantastic. Thanks very much for your efforts!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Settings | Metadata API Developer Guide
Represents an org's Einstein Opportunity Insights settings. This setting controls features that give you relevant updates about your opportunities. This type ...
Read more >
Set up metadata navigation for a list or library - Microsoft Support
Enable metadata navigation and filtering. Click Settings Office 365 Settings button , and then click Site Settings. Under Site Actions, click Manage site ......
Read more >
Metadata API Developer Guide
Metadata is data that describes other data. To understand how Salesforce defines metadata, contrast business data with Salesforce metadata.
Read more >
Metadata Options in Digital Commons - Bepress
Knowing what options exist for setting up metadata fields in Digital Commons can help you optimize the information captured in your repository.
Read more >
Instance metadata categories - Amazon Elastic Compute Cloud
Category Description Version when category was relea... ami‑id The AMI ID used to launch the instance. 1.0 instance‑id The ID of this instance. 1.0 metrics/vhostmd No...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found