grndstt
09/27/2020, 3:30 PMgrndstt
09/27/2020, 3:30 PMgrndstt
09/27/2020, 3:30 PMgrndstt
09/27/2020, 3:30 PMkevins8
09/27/2020, 3:33 PM@enabled
kevins8
09/27/2020, 3:33 PMgrndstt
09/27/2020, 3:33 PMgrndstt
09/27/2020, 3:33 PMkevins8
09/27/2020, 3:33 PMgrndstt
09/27/2020, 3:33 PMgrndstt
09/27/2020, 3:36 PMgrndstt
09/27/2020, 3:37 PMgrndstt
09/27/2020, 3:37 PMkevins8
09/27/2020, 3:37 PMgrndstt
09/27/2020, 3:38 PMkevins8
09/27/2020, 3:38 PMrunlevelrobot
09/27/2020, 5:32 PMrobothor
09/27/2020, 6:10 PMdendron.pod.file
import do anything yet? I configured the config.import.yaml
with this:
src: "/Users/mtl/Library/Mobile Documents/com~apple~CloudDocs/Notes"
and re-ran the command, but I don't see any effect. Should I yet? I see the "experimental" note, so I wasn't sure...kevins8
09/27/2020, 7:43 PMkevins8
09/27/2020, 7:45 PM~
and
symbols? meanwhile, i'll check on the special character implementationrobothor
09/27/2020, 7:49 PMkevins8
09/27/2020, 7:49 PMrunlevelrobot
09/27/2020, 8:26 PMgusmmm
09/28/2020, 7:47 AMrobothor
09/28/2020, 2:03 PMDendron: Copy Note Link
, the result looks like this: [[title|my.page.link]]
, which I thought was handy because I noticed that I had a bad title. So I fixed the title and wanted to update the link. I did it manually, and I only had one link so it was no problem. But I am lazy and I might need to do this with a bigger set of links. :-)
Is there an easy way to update a link with the title of the note at the end of the link?imalightbulb
09/28/2020, 2:13 PMimalightbulb
09/28/2020, 2:13 PMRefractor Hierarchy
will do this for youimalightbulb
09/28/2020, 2:13 PMrobothor
09/28/2020, 2:14 PMtitle:
in the YAML frontmatter and update links that refer to that note.robothor
09/28/2020, 2:23 PM---
id: abcd-1234-...
title: Ths is nt right
desc: ''
updated: 1601275434446
created: 1601275434446
stub: false
---
Note note note
If I Copy Note Link
, I get [[Ths is nt right|my.page]]
.
If I fix the title to title: This is my fixed title
I would like to be able to update [[Ths is nt right|my.page]]
-> [[This is my fixed title|my.page]]
whenever I had used it.
Yes, I suppose I can use regex search and replace across everything, but I was wondering if this was around somewhere and I had missed it.