Protocols
Docusaurus Note Links
I still need to verify that the docusuaurs internal note links will work with the front matter ids, I believe this may only work with production builds, so i need to check that.
In the meantime use pk_dclink:<file front matter id>
instead of the actual link.
Images
Greenshot gives me the ability to take screenshots and upload to imgur immediately. Use my tool to backup all these images on imgur... we can optimize and serve ourselves later if there is time/need for it
Tags
Evernote
All notes in Evernote are now categorized by note lifecycle:
See Note Orgnaization Process for more information
Docusaurus
Metadata Items
id:
<- I use this when I want to link here from other notes, use something like na_note_title when there is no evernote note (FYI: / not allowed in id, so can't use n/a) us oc-
title:<title>
Last Update:<Last Update>
<- I do not track LastUpdate in Evernote, I simply add a hasBeenModifiedSinceLastPublish tag. This is meant to be such primitive "version control" system, because it means I will review the entire document for changes (which helps fight the forgetting curve (spaced repetition))
Tags:<csv of all topic tags in already in evernote>
Front Matter template
Use frt
intellisense popup to insert (vs code snippet). (Or the front matter tool when that is finished)
---
id: ""
title: ""
Last_Update: ""
Tags: [""]
---
Put all topic tags in front matter, then I can write some component/utility to use this information to display anything I may want with https://shields.io/
pk_dclink:oc-c5390b5d
Front Matter ID Tag system
oc-<8-char id> Outside content (not in evernote)
na_<something> - This is a deprecated format, these need to be converted to oc
<Evernote Note ID> e.g. 0971666d-7e7f-20d6-89d9-c2de22357b1a <- Exmaple Evernote internal id
Use the Generate Short GUID extension after typing oc- to get a guid CTRL + SHIFT + U
Eventually the front matter tool should automatically do this
I am not sure I want to retain all the links to Evernote... for now just drop in the link and we will see how many there are. Dont worry about adding a link if it's a combination of many evernote notes, just use oc
Popup Component (Definition of word, maybe even a meme or something fun)
Since the popup component hasn't been written yet, I will need to identify where this will be
Search for pk_popup:
The full format wil be pk_popup:`<Concept for Popup>`
The backticks are added, because the component doesn't exist yet and therefore we cant use it!
Keep in mind this should be mobile friendly