SeriousBug
04/25/2022, 8:58 AMdvy
04/25/2022, 9:26 AMgrndstt
04/25/2022, 11:16 AMgrndstt
04/25/2022, 11:17 AM---
id: 00krsfao13iy20bhfttocd4
title: |-
  fdfd,,module.exports = {
    /**
     * Specify behavior to modify the name of the note. If
     * promptUserForModification is true, the modified name will appear in a
     * lookup control to allow the user to further edit the note name before
     * confirming.
     */
    OnWillCreate: {
      setNameModifier(props) {
        return {
          name: [props.currentNoteName, props.selectedText, props.clipboard].join(','),
          promptUserForModification: true
        };
      }
    },
    /**
     * Specify behavior for altering the title of the note when it is created.
     */
    OnCreate: {
      setTitle(props) {
        return [props.currentNoteName, props.selectedText, props.clipboard].join(',');
      }
    }
  }
desc: ''
updated: 1650885343487
created: 1650885343487
traitIds:
  - daily-lab-book
---grndstt
04/25/2022, 11:18 AMgrndstt
04/25/2022, 11:18 AM---
id: 87i2ekrqek8kjrlxhkxrtur
title: '2022-04-25'
desc: ''
updated: 1650882441379
created: 1650872864376
traitIds:
  - journalNote
---
`grndstt
04/25/2022, 11:19 AMgrndstt
04/25/2022, 11:19 AMgrndstt
04/25/2022, 11:20 AMRenStrike
04/25/2022, 11:27 AMRenStrike
04/25/2022, 11:45 AMbradw
04/25/2022, 4:57 PMaleksey
04/25/2022, 6:18 PMroot.first.mdrootrootSeriousBug
04/25/2022, 6:22 PMpdina
04/25/2022, 7:01 PMpdina
04/25/2022, 7:02 PMaleksey
04/25/2022, 7:06 PMpdina
04/25/2022, 7:21 PMpdina
04/25/2022, 8:12 PMSeriousBug
04/25/2022, 8:34 PMSeriousBug
04/25/2022, 8:36 PMpdina
04/25/2022, 8:42 PMaleksey
04/25/2022, 9:08 PMRenStrike
04/25/2022, 9:12 PMkevins8
04/25/2022, 9:54 PMkevins8
04/25/2022, 9:56 PMRenStrike
04/25/2022, 10:22 PMkevins8
04/25/2022, 11:02 PMRenStrike
04/25/2022, 11:29 PM