user
03/07/2021, 11:05 PMmandarvaze
03/08/2021, 12:54 AMCreate note from the selection when creating new journal page ?
I've used it when creating "normal" notes (works automatically i something is selected) but does not work when creating Daily journal.
As a part of BuJo workflow, I copy all the tasks from yesterday into today's journal (carry forward) and remove the once that are done.
For now, I'm doing manual copy/paste - which would have been OK, if I didn't know of create note from selection feature 😄kevins8
03/08/2021, 1:00 AMMountainMan
03/08/2021, 6:32 AMfinp
03/08/2021, 9:26 AMfudo
03/08/2021, 9:56 AMfinp
03/08/2021, 10:06 AMfudo
03/08/2021, 10:26 AMmd
---
id: 9db8fded-377e-47e8-8b99-c8e2f1ebf756
title: Origin
desc: ''
updated: 1615198274813
created: 1615198156854
---
## Intro
### first
### second
### third
## Installing
### first
### second
### third
## Usage
### first
### second
### third
## Test
### first
### second
### third
and you want to extract the H2 into their own notes with the following file structure
md
- origin.intro.md
- origin.installing.md
- origin.usage.md
- origin.test.md
I see one problem the Order would change since you have Alphabetical Ordering of filenames.
What you could do is either add a order number in front of the Title like
md
- origin.01-intro.md
- origin.02-installing.md
- origin.03-usage.md
- origin.04-test.md
then you could add the following into the Origin.md to have the File like the Original.md before.
md
![[origin.*]]
Or you look at https://dendron.so/notes/e4ea4fe3-0350-492e-863a-687d9fc15993.html to use the collection to have it like a blog category that is ordered by the created date. Would mean that you need to create the notes in the Order you want.fudo
03/08/2021, 10:26 AMfudo
03/08/2021, 10:26 AMfinp
03/08/2021, 10:32 AMfudo
03/08/2021, 10:33 AMfinp
03/08/2021, 10:39 AMbvautier
03/08/2021, 10:42 AMinclude function to get close to what you are after. (I haven't tried this, so not sure it will even work... but worth a try) https://dendron.so/notes/ba97866b-889f-4ac6-86e7-bb2d97f6e376.html#nunjuck-templates
https://mozilla.github.io/nunjucks/templating.html#includefinp
03/08/2021, 10:46 AMfinp
03/08/2021, 10:47 AMbvautier
03/08/2021, 10:58 AMfinp
03/08/2021, 11:04 AMbvautier
03/08/2021, 11:11 AMfinp
03/08/2021, 11:16 AMfinp
03/08/2021, 11:16 AMbvautier
03/08/2021, 11:45 AMfinp
03/08/2021, 11:47 AMKB
03/08/2021, 1:21 PMfudo
03/08/2021, 1:22 PMKB
03/08/2021, 1:23 PMassets/pdf or assets/xls etcKB
03/08/2021, 1:24 PMKB
03/08/2021, 1:27 PMtitle: 'DAILY NOTES Mon March 8th, 2021' for exfudo
03/08/2021, 1:40 PMfudo
03/08/2021, 1:40 PM