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

    Tika

    01/02/2022, 2:42 AM
    Thanks. If there is a list of relevant fields one can query this is more flexible. To allow me not to have the tasks listed by the project but to have a saved and automatically updating search that will find the tasks in Project A, not completed, assigned to B, related to programming, for example
  • k

    kevins8

    01/02/2022, 6:32 AM
    for h1 to titles, we have a doctor command for that @User (FYI) https://wiki.dendron.so/notes/ZeC74FYVECsf9bpyngVMU.html#h1totitle
  • b

    Bryan Jenks 🌱

    01/02/2022, 7:03 AM
    any roadmap for the dendron live md preview to have code execution like the upstream extension? dont see an open issue/request for it on the repo?
  • d

    dy

    01/02/2022, 8:13 AM
    Ah ok thanks, that was what I saw before since I remember that name
  • d

    dy

    01/02/2022, 8:14 AM
    That works as well, thanks for the reply!
  • m

    marshyon

    01/02/2022, 3:07 PM
    I've recently started to use Dendron for personal blogging, in addition to private notes - the latter is brilliant, Dendron is the best tool I've encountered yet for this purpose. there are 2 ways in dendrons own documentation to do this by the looks of it 1. https://wiki.dendron.so/notes/yg3EL1x9fEe4NMqxUC3jP/ - publishing to Github 2. https://blog.dendron.so/notes/7h7zZkjF4Yqz8XSrHS1je/ - similar but to Neflify with Github repo I've been able to achieve 2. with ease - so I'm posting some test pages now to my own domain and netlify account at https://marshyon.com/ so that is absolutely great however trying the same with 1. ( the pure github hosted way ) and this seems to just not work saying 404 file not found for https://marshyon.github.io/ I thought I'd followed 1. through correctly however the logs in the build pipeline say something about 'Jekyl' and I know that this is an entirely different platform to that of the next.js one I'm currently able to build in netlify I would like to get both methods to work but I'd also like to use the next.js framework as this seems to be a good fit for Dendron spaces has anyon seen anything like this error with Github pages ?
    k
    • 2
    • 11
  • d

    dy

    01/02/2022, 3:23 PM
    Also when I import markdown notes, I need to manually create the schema? For instance I don't see the connections between notes, or maybe its because I used folders to indicate groups
  • a

    andrey-jef

    01/02/2022, 4:13 PM
    Did u receive an email from GitHub stating that page build failure?
  • d

    dy

    01/02/2022, 6:18 PM
    Is there any good complete example workspaces to look at for reference on how to do things?
  • d

    dy

    01/02/2022, 6:24 PM
    Is the tutorial workspace good to get a general idea on the recommended way to organise things? I noticed the schema graph view doesn't seem to show all the connections
  • b

    benhsm | Jack of N trades

    01/02/2022, 6:45 PM
    There are published note bases you can look at for inspiration: https://wiki.dendron.so/notes/3a82c5ff-7945-46ae-8bf9-3b2275fc6642/ As far as recommendations go, there's a tool/paradigm agnostic PKM catalogue in development here: https://pkm.dendron.so/ . Under "methods" you'll find notes on some of the most well known schools of thought on how to organize things, with varying levels of detail. General recommendations are tough; your specific aims and use-case makes a tremendous difference to what organizational structure will be best; however, there is a pretty safe general recommendation regarding how to generate a structure that will suit your needs, which gets called "the amoeba pattern": https://wiki.dendron.so/notes/e780000d-c784-4945-8e42-35218a3ecf10/ The idea is to just get started writing a note until it reaches a natural "critical mass", where it becomes obvious how things should be grouped and split into other notes. It's easier to make a structure once you've externalized some thinking already, rather than trying to blindly pull extensive structures from thin air and then think into them. I think it's safe to say that this is an "idiomatic" / very characteristic way of working with Dendron. Happy to talk shop about organizing schemes in a thread if you want; it's a topic of enduring interest
  • d

    dy

    01/02/2022, 6:47 PM
    Ah ok nice thanks, that was the sort of thing I was looking for - i'll have a read
  • d

    dy

    01/02/2022, 6:50 PM
    I'll probably get around to actually going deep into it some other time so a thread won't be necessary for now, but thanks for the suggestion
  • d

    dy

    01/02/2022, 6:53 PM
    By the way, what is the
    +
    in the tree view? I remember reading / hearing it was something to do with non existent parts of the hierarchy or something like that but can't remember exactly what it was (or maybe I misremembered)
  • b

    benhsm | Jack of N trades

    01/02/2022, 6:55 PM
    Those are stub notes. So if I lookup
    math.algebra.operators
    and I don't have
    algrebra
    written yet, it's an empty placeholder, that's all
    d
    • 2
    • 86
  • b

    benhsm | Jack of N trades

    01/02/2022, 6:56 PM
    By the way, the schema graph view is different from the note graph view. Schemas are a whole thing and very powerful, but you probably don't need to worry about them just yet
  • s

    Samuel Tocci

    01/02/2022, 7:43 PM
    Is it possible to be able to scroll the preview further after you've reached the bottom? I would like to view what i'm typing in the middle of my screen. 🙂
  • k

    kevins8

    01/02/2022, 10:03 PM
    not yet - feel free to submit an issue 🙂
  • k

    kevins8

    01/02/2022, 10:04 PM
    publish with github
  • k

    kevins8

    01/02/2022, 10:06 PM
    not at the moment, though feel free to submit an issue
  • t

    That_G_LexLuther

    01/03/2022, 12:26 AM
    I'm new to dendron but I've been having issues where if I create a new file root.cooking . It does not show in the tree view and I'm not able to link to it from other files as well. Is there a way to trouble shoot this?
  • b

    benhsm | Jack of N trades

    01/03/2022, 12:27 AM
    could I ask what happens if you create a file that's just called
    cooking
    , without
    root
    ?
  • t

    That_G_LexLuther

    01/03/2022, 12:30 AM
    I've tested it works now, it shows up in my tree. root.name works as well but the files i've created previously dont show up.
  • t

    That_G_LexLuther

    01/03/2022, 12:31 AM
    If i try to create a file with the same name as the files that dont show it just takes me to the file, i thought that'd update the tree
  • b

    benhsm | Jack of N trades

    01/03/2022, 12:32 AM
    In Dendron the lookup functionality is the same as the navigation functionality. So if you lookup an existing note, you navigate to it. If you try to navigate to a note that doesn't exist, you create it
  • s

    SeriousBug

    01/03/2022, 12:32 AM
    I think you found a bug, please create a bug report if you have a moment: https://github.com/dendronhq/dendron/issues/new/choose
  • t

    That_G_LexLuther

    01/03/2022, 12:35 AM
    ahh okay makes sense thank you, I thought that'd restore the functionality as I can preview my other files but these files seem blank.
  • u

    user

    01/03/2022, 1:16 AM
    I've noticed that when I'm using wikilinks to go to an external site it will always append '.html' to the end, breaking the link. For example: [[conditions|https://www.w3schools.com/sql/sql_and_or.asp]] will result in a link that will send you to www..asp.html which wont work. Is this a result of wikilinks or dendron?
  • s

    SeriousBug

    01/03/2022, 1:18 AM
    You should use regular markdown links and not wiki links for web links, like
    [conditions](https://...)
    . (Websites in wikilinks kinda work, but are not actually supported as far as I know)
  • t

    That_G_LexLuther

    01/03/2022, 1:19 AM
    Thank you, I've posted the issue
1...486487488...757Latest