https://www.dendron.so/ logo
Join DiscordCommunities
Powered by
# questions
  • t

    TheWacoKid

    10/11/2022, 9:06 AM
    yeah, but how do I add it to my dendron setup?
  • s

    serverhorror

    10/11/2022, 9:07 AM
    you add it as a vault and put in the correct "fsPath", but it seems like a weird workaround. Just put it in whatever git server you have and don't add anyone but you and your colleague to the people who have access. That seems a lot easier...
  • t

    TheWacoKid

    10/11/2022, 9:08 AM
    We would like to keep the information within company purview
  • s

    serverhorror

    10/11/2022, 9:09 AM
    https://wiki.dendron.so/notes/24b176f1-685d-44e1-a1b0-1704b1a92ca0/#separate-repositories somewhere around here... just use vault add, look at the dendron.yml and mess around with the path. It's likely you want to have a "local" vault rather than a "remote" vault
  • t

    TheWacoKid

    10/11/2022, 9:09 AM
    Thanks!
  • t

    TheWacoKid

    10/11/2022, 9:09 AM
    Will mess around with that
  • t

    TheWacoKid

    10/11/2022, 9:10 AM
    would you also maybe know if its possible to customize the vscode preview look?
  • s

    serverhorror

    10/11/2022, 9:10 AM
    @TheWacoKid You said "company git", for all intents and purposes, that is "within company purview". Everything else is just messing with established processes and you will enter a world of pain -- depending on how much attention the company pays to processes.
  • s

    serverhorror

    10/11/2022, 9:10 AM
    @TheWacoKid I know it is possible, I don't know how 🙂
  • t

    TheWacoKid

    10/11/2022, 9:10 AM
    😉
  • t

    TheWacoKid

    10/11/2022, 9:11 AM
    Will look into the git thing as well
  • t

    TheWacoKid

    10/11/2022, 9:11 AM
    we just want/need to restrict the access to the information and still keep it within company walls
  • j

    Joshi

    10/11/2022, 9:17 AM
    Hey, here are the docs for preview customization: https://wiki.dendron.so/notes/0fbg5vbv5jzb0623pbi4v3t/
  • t

    TheWacoKid

    10/11/2022, 11:26 AM
    Thank you
  • s

    serverhorror

    10/11/2022, 12:01 PM
    Is there anything on the roadmap, or some trick to: 1. render iPython notebooks (preferrably just certain cells and outputs) inline 2. include code snippets (like
    foo.ts#L7-12
    ) inline
  • s

    serverhorror

    10/11/2022, 12:01 PM
    or maybe even "remote content" as in gists or files from some git repository
  • a

    aleksey

    10/11/2022, 1:03 PM
    Yeah, that's what I do although with a different extension ("Open in External App"), but it would be great if you could just paste it like that directly into VSCode.
  • s

    serverhorror

    10/11/2022, 5:17 PM
    Hmmmm is there any way to get a page that renders a list of all tasks that are in some state of "not finished"?
  • i

    iglooghost

    10/11/2022, 8:51 PM
    Hello
  • i

    iglooghost

    10/11/2022, 8:52 PM
    I need help, I have a git submodule inside my vault its called private, which is a private github repo I dont want dendron to consider this submodule when building the website. How can i make it ignore it?
  • i

    iglooghost

    10/11/2022, 8:54 PM
    Copy code
    Error checking out submodules: Submodule 'notes/private' (https://github.com/username/private) registered for path 'notes/private'
    Cloning into '/opt/build/repo/notes/private'...
    fatal: could not read Username for 'https://github.com': No such device or address
    fatal: clone of 'https://github.com/username/private' into submodule path '/opt/build/repo/notes/private' failed
    Failed to clone 'notes/private'. Retry scheduled
    Cloning into '/opt/build/repo/notes/private'...
    fatal: could not read Username for 'https://github.com': No such device or address
    fatal: clone of 'https://github.com/username/private' into submodule path '/opt/build/repo/notes/private' failed
    Failed to clone 'notes/private' a second time, aborting
    This is the error it throws while building, I am using netlify.
  • i

    iglooghost

    10/11/2022, 10:03 PM
    the solution that worked for me was to add the submodule's path to
    .gitginore
    of the parent git repo and do
    git rm --cached path/to/submodule
  • j

    jeep

    10/12/2022, 1:36 AM
    Okay, I'm nervous about this. I want to remove the "daily" from my hierarchy. Is there anything other than refactor hierarchy removing the "daily." from that and then updating dendron .yml co change "daily" in "dailyDomain" to journal? Should the addBehavior change?
    Copy code
    journal:
            dailyDomain: daily
            name: journal
            dateFormat: y.MM.dd
            addBehavior: childOfDomain
  • k

    kevins8

    10/12/2022, 3:02 AM
    to confirm, you want your daily journal to start with
    journal.{date}
    ?
  • j

    jeep

    10/12/2022, 3:57 AM
    correct
  • k

    kevins8

    10/12/2022, 3:59 AM
    got it - we don't currently support that. that would be a feature request
  • j

    jeep

    10/12/2022, 4:02 AM
    oh? There were a couple people who posted before that they had it set up something like that. Maybe I don't understand the intended use case.. what else goes under daily besides journal?
  • j

    jeep

    10/12/2022, 4:03 AM
    @Bassmann : https://discordapp.com/channels/717965437182410783/735365126227493004/1029125414070788146 @foureyedsoul : https://discordapp.com/channels/717965437182410783/735365126227493004/1029007913269858306
  • k

    kevins8

    10/12/2022, 4:24 AM
    actually, i take that back. we did add support for this. you need to change
    addBehavior
    to
    asOwnDomain
    Copy code
    yml
        journal:
            dailyDomain: journal
            name: journal
            dateFormat: y.MM.dd
            addBehavior: asOwnDomain
  • k

    kevins8

    10/12/2022, 4:25 AM
    in this case, we ignore the
    dailyDomain
    value and go over
    name
1...716717718...757Latest