ianjones
12/08/2020, 8:41 PMkevins8
12/08/2020, 8:43 PMkevins8
12/08/2020, 8:43 PMkevins8
12/08/2020, 8:43 PMkevins8
12/08/2020, 8:43 PMdendron-cli
https://dendron.so/notes/8b03ed06-4f46-46e0-8652-c6abf2266a79.html#launchengineserverkevins8
12/08/2020, 8:47 PMkevins8
12/08/2020, 8:47 PMkevins8
12/08/2020, 8:50 PMianjones
12/08/2020, 8:50 PMkevins8
12/08/2020, 8:53 PMkevins8
12/08/2020, 8:54 PMianjones
12/08/2020, 9:37 PMuser
12/09/2020, 6:24 AMjamesking
12/09/2020, 1:48 PMi to get into edit mode and insert text. I am used to editors like Atom where the cursor is always in “edit mode”. Is there a setting that gives an Atom-like behaviour?
Also moving the cursor with the arrow keys has completely alien behaviour to me. When pressing ⬆️ to move the cursor to the previous line in soft-wrapped text the cursor ignores that the text is soft wrapped. Pressing ⬅️ at the start of a line does nothing, when I would expect the cursor to move to the end of the previous line.ianjones
12/09/2020, 1:52 PMjamesking
12/09/2020, 2:06 PMkevins8
12/09/2020, 5:32 PMkevins8
12/09/2020, 5:32 PMkevins8
12/09/2020, 5:35 PMsemiramis
12/09/2020, 9:15 PMsemiramis
12/09/2020, 9:16 PMkevins8
12/09/2020, 9:42 PM_config.yml? currently, dendron's fork of just-the-docs is the only "supported" theme for dendron though there's nothing stopping folks from creating new themes. we do want to open this up in the future to support existing themes but that'll be a mid 21 action itemsemiramis
12/09/2020, 9:44 PMtheme: "dendron-jekyll"
color_scheme: dark
#remote_theme: dendronhq/dendron-jekyll
title: Dendron
logo: "/assets/images/logo.png"
This is the top few lines of Dendron\docs\_config.yml — I haven't changed anything below.kevins8
12/09/2020, 9:52 PMGemfile and add dendron-jekyll as a theme.
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "jekyll"
# uncomment to preview locally
gem "dendron-jekyll"kevins8
12/09/2020, 9:52 PMbundler and then bundler exec jekyll s --watch to get the dark themesemiramis
12/09/2020, 9:54 PMjamesking
12/09/2020, 10:40 PMuser
12/10/2020, 3:46 AM---
id: bf5fddc6-b8dc-43f2-836b-35f20c69e606
title: '10'
desc: ''
updated: 1607438219292
created: 1606011727566
---
# Notes
# Key Points
With the ID already filled in, the new notes created using this template had this ID number - and after the Doctor runs the ID doesn't change - therefore there are two notes with this ID - the template file and the note created with the template.
I then changed the template to have:
---
id
... etc
Where ID is blank, then Doctor filled in NULL.kevins8
12/10/2020, 4:45 AMuser
12/10/2020, 5:01 AM