lukecarrier
09/30/2021, 8:33 PMkevins8
09/30/2021, 8:35 PMnextjs-template
as its own repo.
the challenge now is figuring out how to expose the right hooks/functionality so that it can be extended further in a way that allows for us to add new functionality to forkskevins8
09/30/2021, 8:36 PMcreate-react-app
and exposing all customizations as a hook from the original project
https://github.com/facebook/create-react-appkevins8
09/30/2021, 8:39 PMkevins8
09/30/2021, 8:40 PMnextjs-template
will be compatible with the fork otherwisenickolay-kond
10/05/2021, 8:20 AMapi-server
locally isn't it?nwoehler
10/05/2021, 9:58 AMPreston
10/05/2021, 1:51 PMPreston
10/05/2021, 1:51 PMPreston
10/05/2021, 1:51 PMPreston
10/05/2021, 1:51 PMPreston
10/05/2021, 2:03 PMPreston
10/05/2021, 2:23 PMcodeluggage
10/09/2021, 4:46 PMkevins8
10/10/2021, 12:47 AMeroc
10/10/2021, 2:35 AMSeriousBug
10/10/2021, 3:07 AMSeriousBug
10/10/2021, 3:07 AMkevins8
10/10/2021, 4:24 AMeroc
10/10/2021, 8:54 PMkb.note.{yyyyMMddhhmmss}
. Feels like hooks won't do this for me, unless there's a hook I'm not seeing.eroc
10/10/2021, 9:04 PMSeriousBug
10/10/2021, 9:09 PMeroc
10/10/2021, 9:15 PMdendron.yml
file, I could change the dateFormat
key to get the format I want. If I change the name
key to note
and the dailyDomain
key to kb
, would that be enough to subvert the daily journal feature to creating these notes? In other words, would that create the kb.note.{yyyyMMdddhhmmss}
format?eroc
10/10/2021, 9:21 PMfilename
where, in this case, I could set it to kb.note.{yyyyMMddhhmmss}
(it could include the usual date strings). A new note created from that schema would default to that filename. Hypothetically, this would allow someone to create their own "special note" type without having to create an extension or modify the Dendron source. I prefer this change and would be happy to make it, but only if there's a reasonable chance it would get merged into the codebase. My worst-case scenario would be making a change that puts me on a fork that makes upgrades a challenge. Is a change like what I'm proposing in-line with the direction you want to take Dendron?eroc
10/10/2021, 9:34 PMeroc
10/10/2021, 9:37 PMsuffix
and could set that to {yyyyMMddhhmmss}
. Then, any note created that conforms to the schema could have that added as a suffix. If I created a note called kb.note
, then it would end up being the same as kb.note.{yyyyMMddhhmmss}
. That feels a little hacky though. In the end, my goal is to create user-defined special notes.SeriousBug
10/10/2021, 10:54 PMjournal:
dailyDomain: kb
name: note
dateFormat: yyyyMMddhhmmss
eroc
10/11/2021, 3:06 AMkb.note
.8brandon
10/14/2021, 4:34 PM8brandon
10/14/2021, 4:37 PM