Obsidian As A Second Brain- The ULTIMATE Tutorial_Full-HD.smi 314 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461
  1. <sami>
  2. <head>
  3. <Title>Obsidian As A Second Brain- The ULTIMATE Tutorial_Full-HD</Title>
  4. <style type='text/css'><!--
  5. .en { Name:English; lang:en; SAMIType:CC; }
  6. --></style>
  7. </head>
  8. <body>
  9. <SYNC Start=0><P class='en'>So originally, this was a 13 part,
  10. $97 course, that I spent
  11. <SYNC Start=4099><P class='en'>&nbsp;
  12. <SYNC Start=4099><P class='en'>hours and hours and hours making.
  13. <SYNC Start=5733><P class='en'>&nbsp;
  14. <SYNC Start=5733><P class='en'>But I&#39;ve decided to release this Obsidian tutorial,
  15. <SYNC Start=8133><P class='en'>&nbsp;
  16. <SYNC Start=8133><P class='en'>for FREE on YouTube, in all of its glory.
  17. <SYNC Start=10933><P class='en'>&nbsp;
  18. <SYNC Start=10933><P class='en'>Obsidian, for me, has been a life-changing program.
  19. <SYNC Start=12933><P class='en'>&nbsp;
  20. <SYNC Start=12933><P class='en'>Because I felt I could finally capture all these random ideas
  21. <SYNC Start=15800><P class='en'>&nbsp;
  22. <SYNC Start=15800><P class='en'>from completely different fields like medicine and YouTube,
  23. <SYNC Start=18666><P class='en'>&nbsp;
  24. <SYNC Start=18666><P class='en'>And actually make sense out of all of them
  25. and connect these ideas together.
  26. <SYNC Start=21533><P class='en'>&nbsp;
  27. <SYNC Start=21533><P class='en'>And I&#39;m gonna teach you how to start from using Obsidian,
  28. all the way to the advanced stuff.
  29. <SYNC Start=26399><P class='en'>&nbsp;
  30. <SYNC Start=26399><P class='en'>I&#39;ve divided the whole thing into 13 chapters,
  31. so you may wanna bookmark the video
  32. <SYNC Start=30300><P class='en'>&nbsp;
  33. <SYNC Start=30300><P class='en'>so that you can come back and do the different bits.
  34. <SYNC Start=32100><P class='en'>&nbsp;
  35. <SYNC Start=32099><P class='en'>It&#39;s amazing piece of software, so without further adieu,
  36. let&#39;s get started. :)
  37. <SYNC Start=35832><P class='en'>&nbsp;
  38. <SYNC Start=35833><P class='en'>Okay.
  39. <SYNC Start=36133><P class='en'>&nbsp;
  40. <SYNC Start=36166><P class='en'>So let me run you through
  41. the basics of Obsidian.
  42. <SYNC Start=37766><P class='en'>&nbsp;
  43. <SYNC Start=37899><P class='en'>Now, when you start with Obsidian, there&#39;s
  44. going to be basically nothing in there.
  45. <SYNC Start=41100><P class='en'>&nbsp;
  46. <SYNC Start=41399><P class='en'>The way the Obsidian works is that
  47. fundamentally it&#39;s a way to access
  48. <SYNC Start=46266><P class='en'>&nbsp;
  49. <SYNC Start=46299><P class='en'>a folder of notes, but the notes
  50. that you actually create in Obsidian
  51. <SYNC Start=50333><P class='en'>&nbsp;
  52. <SYNC Start=50399><P class='en'>and you edit them in Obsidian.
  53. <SYNC Start=51533><P class='en'>&nbsp;
  54. <SYNC Start=51766><P class='en'>So what I mean by that is that when
  55. you uh, install Obsidian for the
  56. <SYNC Start=55899><P class='en'>&nbsp;
  57. <SYNC Start=55933><P class='en'>first time, you&#39;ll see this new
  58. create new vault thing, and then you
  59. <SYNC Start=59933><P class='en'>&nbsp;
  60. <SYNC Start=59966><P class='en'>can actually just create a vault.
  61. <SYNC Start=61500><P class='en'>&nbsp;
  62. <SYNC Start=61600><P class='en'>So I&#39;m just going to call
  63. this one Matcha Green vault.
  64. <SYNC Start=64000><P class='en'>&nbsp;
  65. <SYNC Start=64500><P class='en'>And then you can put that
  66. anywhere that you like.
  67. <SYNC Start=66666><P class='en'>&nbsp;
  68. <SYNC Start=66733><P class='en'>So I&#39;m just going to put it into
  69. my desktop and then chuck it into
  70. <SYNC Start=70633><P class='en'>&nbsp;
  71. <SYNC Start=70633><P class='en'>this folder called Tea Vault here.
  72. <SYNC Start=72666><P class='en'>&nbsp;
  73. <SYNC Start=73000><P class='en'>Now with this Matcha
  74. Green vault, what you see.
  75. <SYNC Start=74900><P class='en'>&nbsp;
  76. <SYNC Start=76200><P class='en'>If you actually go into it.
  77. <SYNC Start=77466><P class='en'>&nbsp;
  78. <SYNC Start=77533><P class='en'>So that&#39;s just much what I&#39;ve created
  79. this one and it&#39;s just a folder.
  80. <SYNC Start=81033><P class='en'>&nbsp;
  81. <SYNC Start=81233><P class='en'>It&#39;s literally just a folder.
  82. <SYNC Start=82333><P class='en'>&nbsp;
  83. <SYNC Start=82400><P class='en'>But it&#39;s empty right now because I
  84. haven&#39;t got any notes in it or anything.
  85. <SYNC Start=84866><P class='en'>&nbsp;
  86. <SYNC Start=85166><P class='en'>When I go to Obsidian, you can see
  87. that, you know, nothing is here.
  88. <SYNC Start=88566><P class='en'>&nbsp;
  89. <SYNC Start=88599><P class='en'>So let me run you through the
  90. general layout of Obsidian.
  91. <SYNC Start=91000><P class='en'>&nbsp;
  92. <SYNC Start=91033><P class='en'>This is your notes spot.
  93. <SYNC Start=92099><P class='en'>&nbsp;
  94. <SYNC Start=92133><P class='en'>So when you create a new note, I&#39;m just
  95. gonna press command and right there.
  96. <SYNC Start=94566><P class='en'>&nbsp;
  97. <SYNC Start=95400><P class='en'>And by the way, whenever I say
  98. command you can just replace
  99. <SYNC Start=98966><P class='en'>&nbsp;
  100. <SYNC Start=98966><P class='en'>that with control in windows.
  101. <SYNC Start=100533><P class='en'>&nbsp;
  102. <SYNC Start=100599><P class='en'>So for example, command and is
  103. probably controlled in, in windows.
  104. <SYNC Start=103799><P class='en'>&nbsp;
  105. <SYNC Start=103900><P class='en'>So Cmd-N creates a new note, and
  106. then you just start off with this
  107. <SYNC Start=106900><P class='en'>&nbsp;
  108. <SYNC Start=106900><P class='en'>blank note and here is the editor
  109. you can type whatever you like it
  110. <SYNC Start=110433><P class='en'>&nbsp;
  111. <SYNC Start=110433><P class='en'>is, as you might expect for a note
  112. <SYNC Start=112099><P class='en'>&nbsp;
  113. <SYNC Start=112166><P class='en'>when you actually created these
  114. notes, so the title is up here.
  115. <SYNC Start=114599><P class='en'>&nbsp;
  116. <SYNC Start=114633><P class='en'>So let&#39;s just say new note for this
  117. one and you can see that that&#39;s been
  118. <SYNC Start=118333><P class='en'>&nbsp;
  119. <SYNC Start=118366><P class='en'>reflected in this left-hand section
  120. here when you create a new folder
  121. <SYNC Start=122433><P class='en'>&nbsp;
  122. <SYNC Start=122500><P class='en'>and you folder also pop up in the
  123. folder that you define your vault in.
  124. <SYNC Start=126233><P class='en'>&nbsp;
  125. <SYNC Start=126266><P class='en'>So let&#39;s just say, I want
  126. to create the daily note.
  127. <SYNC Start=128766><P class='en'>&nbsp;
  128. <SYNC Start=128766><P class='en'>And it&#39;s going to be very important later.
  129. <SYNC Start=130333><P class='en'>&nbsp;
  130. <SYNC Start=130366><P class='en'>You can just click this sort of top
  131. left bit there to create new folder
  132. <SYNC Start=133966><P class='en'>&nbsp;
  133. <SYNC Start=134400><P class='en'>now to obviously move the note, you
  134. can just drag this note into there.
  135. <SYNC Start=137233><P class='en'>&nbsp;
  136. <SYNC Start=137333><P class='en'>And so now it&#39;s in your daily notes,
  137. but When you go, when you go to your
  138. <SYNC Start=140800><P class='en'>&nbsp;
  139. <SYNC Start=140800><P class='en'>actual folder, you can see now that
  140. with my Matcha Green vault it as
  141. <SYNC Start=145966><P class='en'>&nbsp;
  142. <SYNC Start=146000><P class='en'>created a new Daily Notes folder.
  143. <SYNC Start=147800><P class='en'>&nbsp;
  144. <SYNC Start=148000><P class='en'>And then when you look inside,
  145. it&#39;s our note that we just created.
  146. <SYNC Start=150699><P class='en'>&nbsp;
  147. <SYNC Start=151500><P class='en'>You notice that it&#39;s called a.md file.
  148. <SYNC Start=154233><P class='en'>&nbsp;
  149. <SYNC Start=154300><P class='en'>so.md file stands for markdown.
  150. <SYNC Start=156666><P class='en'>&nbsp;
  151. <SYNC Start=157166><P class='en'>Mark down is a really common way
  152. to publish content on the internet.
  153. <SYNC Start=160933><P class='en'>&nbsp;
  154. <SYNC Start=161133><P class='en'>And it&#39;s just a universally
  155. accepted format for internet things.
  156. <SYNC Start=164599><P class='en'>&nbsp;
  157. <SYNC Start=164833><P class='en'>So for example, if I was to just type
  158. this and then try to make it bold
  159. <SYNC Start=169400><P class='en'>&nbsp;
  160. <SYNC Start=169400><P class='en'>there&#39;s two ways you can do that.
  161. <SYNC Start=170233><P class='en'>&nbsp;
  162. <SYNC Start=170300><P class='en'>You would have to do the traditional
  163. method of highlighting it and then
  164. <SYNC Start=173099><P class='en'>&nbsp;
  165. <SYNC Start=173099><P class='en'>pressing command B or control B.
  166. <SYNC Start=174699><P class='en'>&nbsp;
  167. <SYNC Start=175099><P class='en'>And then you&#39;ll notice
  168. that it&#39;s a bit weird.
  169. <SYNC Start=177866><P class='en'>&nbsp;
  170. <SYNC Start=177933><P class='en'>Like it comes up with
  171. these asterisks, right?
  172. <SYNC Start=179733><P class='en'>&nbsp;
  173. <SYNC Start=180400><P class='en'>And so the way that markdown works
  174. is it&#39;s kind of like the second
  175. <SYNC Start=183699><P class='en'>&nbsp;
  176. <SYNC Start=183733><P class='en'>language, which is really easily.
  177. <SYNC Start=185300><P class='en'>&nbsp;
  178. <SYNC Start=185300><P class='en'>But when you type certain symbols that&#39;s
  179. associated with certain formatting.
  180. <SYNC Start=188833><P class='en'>&nbsp;
  181. <SYNC Start=188866><P class='en'>So for example, if I was to just
  182. type one asterisk that it would
  183. <SYNC Start=191566><P class='en'>&nbsp;
  184. <SYNC Start=192133><P class='en'>come up with italics like that funny
  185. enough, he should stop on the line.
  186. <SYNC Start=195366><P class='en'>&nbsp;
  187. <SYNC Start=195766><P class='en'>It&#39;s actually, so I tell him
  188. sometimes it&#39;s a bit weird.
  189. <SYNC Start=197900><P class='en'>&nbsp;
  190. <SYNC Start=197933><P class='en'>If you have a link, for example, you can
  191. make it so that you have square bracket
  192. <SYNC Start=202199><P class='en'>&nbsp;
  193. <SYNC Start=202266><P class='en'>and then open round bracket like that.
  194. <SYNC Start=204099><P class='en'>&nbsp;
  195. <SYNC Start=204133><P class='en'>So it&#39;d be like think here.
  196. <SYNC Start=205500><P class='en'>&nbsp;
  197. <SYNC Start=205599><P class='en'>But these this is for cup fillings.
  198. <SYNC Start=207733><P class='en'>&nbsp;
  199. <SYNC Start=207733><P class='en'>So for example, let&#39;s say that this
  200. is a link and you want to do that.
  201. <SYNC Start=211366><P class='en'>&nbsp;
  202. <SYNC Start=211466><P class='en'>You highlight the link part
  203. of it and you press command K.
  204. <SYNC Start=214466><P class='en'>&nbsp;
  205. <SYNC Start=214733><P class='en'>And that does the same thing you
  206. can type in whatever you want.
  207. <SYNC Start=218133><P class='en'>&nbsp;
  208. <SYNC Start=219133><P class='en'>So that&#39;s very useful, but
  209. it&#39;s pretty ugly, right?
  210. <SYNC Start=222400><P class='en'>&nbsp;
  211. <SYNC Start=223599><P class='en'>When I first come to Obsidian I didn&#39;t
  212. like this, I felt that this, you
  213. <SYNC Start=227733><P class='en'>&nbsp;
  214. <SYNC Start=227733><P class='en'>know, I don&#39;t wanna look at all these
  215. asterisks and underlines and stuff.
  216. <SYNC Start=230199><P class='en'>&nbsp;
  217. <SYNC Start=230966><P class='en'>So, what you can do is you can actually
  218. get to the settings and the settings
  219. <SYNC Start=234866><P class='en'>&nbsp;
  220. <SYNC Start=234900><P class='en'>is by the way, this color wheel, on
  221. the left-hand side here, where you&#39;re
  222. <SYNC Start=237400><P class='en'>&nbsp;
  223. <SYNC Start=237400><P class='en'>going to access a lot of things.
  224. <SYNC Start=238666><P class='en'>&nbsp;
  225. <SYNC Start=238966><P class='en'>When you go to settings, you
  226. can go to the editor part.
  227. <SYNC Start=242599><P class='en'>&nbsp;
  228. <SYNC Start=242933><P class='en'>And then by default it says, use legacy
  229. editor, and you can switch that off.
  230. <SYNC Start=247333><P class='en'>&nbsp;
  231. <SYNC Start=247533><P class='en'>And when you relaunch it it
  232. will come up with live preview.
  233. <SYNC Start=250833><P class='en'>&nbsp;
  234. <SYNC Start=251133><P class='en'>And so that&#39;s a much nicer version.
  235. <SYNC Start=252466><P class='en'>&nbsp;
  236. <SYNC Start=252466><P class='en'>You can see that when you&#39;re
  237. editing the actual thing.
  238. <SYNC Start=254966><P class='en'>&nbsp;
  239. <SYNC Start=255000><P class='en'>So for example, this is bold text.
  240. <SYNC Start=257133><P class='en'>&nbsp;
  241. <SYNC Start=257199><P class='en'>When you&#39;re editing the individual
  242. sentence, it&#39;ll still look quite like
  243. <SYNC Start=260166><P class='en'>&nbsp;
  244. <SYNC Start=260165><P class='en'>that temporarily while you&#39;re editing it.
  245. <SYNC Start=261799><P class='en'>&nbsp;
  246. <SYNC Start=262066><P class='en'>But when you actually go to the next
  247. sentence that it&#39;ll just format,
  248. <SYNC Start=266833><P class='en'>&nbsp;
  249. <SYNC Start=266933><P class='en'>like you would expect on like
  250. Microsoft word or something like that.
  251. <SYNC Start=269566><P class='en'>&nbsp;
  252. <SYNC Start=269566><P class='en'>So, that&#39;s a lot better, but for
  253. the purposes of this tutorial, I&#39;m
  254. <SYNC Start=273766><P class='en'>&nbsp;
  255. <SYNC Start=273800><P class='en'>going to keep it in source mode.
  256. <SYNC Start=275066><P class='en'>&nbsp;
  257. <SYNC Start=275133><P class='en'>The reason being that it&#39;s just
  258. going to be easier for you to sort
  259. <SYNC Start=277533><P class='en'>&nbsp;
  260. <SYNC Start=277566><P class='en'>of visualize what&#39;s actually By the
  261. way even if you have texts like this,
  262. <SYNC Start=280233><P class='en'>&nbsp;
  263. <SYNC Start=280233><P class='en'>you can actually preview it in a
  264. way that is much more neat and nice.
  265. <SYNC Start=284266><P class='en'>&nbsp;
  266. <SYNC Start=284300><P class='en'>And so if you just wanted to click
  267. on these glasses icon of the way
  268. <SYNC Start=287333><P class='en'>&nbsp;
  269. <SYNC Start=287366><P class='en'>here, then you can see now that
  270. it&#39;s the same as preview mode.
  271. <SYNC Start=291033><P class='en'>&nbsp;
  272. <SYNC Start=291100><P class='en'>I can&#39;t even edit the text
  273. if I was to press more stuff.
  274. <SYNC Start=294033><P class='en'>&nbsp;
  275. <SYNC Start=294066><P class='en'>And so that&#39;s when you&#39;re reading
  276. documents and stuff that you want
  277. <SYNC Start=296800><P class='en'>&nbsp;
  278. <SYNC Start=296833><P class='en'>to use that particular button.
  279. <SYNC Start=298366><P class='en'>&nbsp;
  280. <SYNC Start=298399><P class='en'>And so, yeah.
  281. <SYNC Start=298933><P class='en'>&nbsp;
  282. <SYNC Start=299266><P class='en'>Now so far, all I&#39;ve talked about
  283. is stuff and it doesn&#39;t really seem
  284. <SYNC Start=302733><P class='en'>&nbsp;
  285. <SYNC Start=302733><P class='en'>that there&#39;s much function yet.
  286. <SYNC Start=303933><P class='en'>&nbsp;
  287. <SYNC Start=304100><P class='en'>this is where we&#39;re going to add some
  288. more interesting function and talk
  289. <SYNC Start=307666><P class='en'>&nbsp;
  290. <SYNC Start=307666><P class='en'>about what makes Obsidian so useful
  291. as a knowledge management software.
  292. <SYNC Start=311333><P class='en'>&nbsp;
  293. <SYNC Start=311733><P class='en'>So, the first things first, I
  294. actually want to create a daily notes.
  295. <SYNC Start=315100><P class='en'>&nbsp;
  296. <SYNC Start=315100><P class='en'>And a daily note is actually like when
  297. you go to the left-hand side, but some
  298. <SYNC Start=318800><P class='en'>&nbsp;
  299. <SYNC Start=318833><P class='en'>different options, but a daily note
  300. is not a thing that you can create.
  301. <SYNC Start=321600><P class='en'>&nbsp;
  302. <SYNC Start=321633><P class='en'>So, you can go to settings and
  303. then you get a core plugins.
  304. <SYNC Start=325633><P class='en'>&nbsp;
  305. <SYNC Start=326100><P class='en'>Go to, you can search the plugin and I&#39;m
  306. just going to search daily, for example.
  307. <SYNC Start=329300><P class='en'>&nbsp;
  308. <SYNC Start=329500><P class='en'>And I&#39;m going to activate this now,
  309. by the way, this call plugins, you
  310. <SYNC Start=332966><P class='en'>&nbsp;
  311. <SYNC Start=333000><P class='en'>can access a bunch of other things.
  312. <SYNC Start=334199><P class='en'>&nbsp;
  313. <SYNC Start=334266><P class='en'>We&#39;ll talk about that as we go along.
  314. <SYNC Start=335899><P class='en'>&nbsp;
  315. <SYNC Start=336600><P class='en'>So, now that I&#39;ve activated the
  316. daily notes, you see that there&#39;s
  317. <SYNC Start=339300><P class='en'>&nbsp;
  318. <SYNC Start=339300><P class='en'>a new thing that pops up here.
  319. <SYNC Start=340500><P class='en'>&nbsp;
  320. <SYNC Start=340833><P class='en'>Exciting.
  321. <SYNC Start=341399><P class='en'>&nbsp;
  322. <SYNC Start=342333><P class='en'>And if you click on that, then
  323. it&#39;s automatically create a note.
  324. <SYNC Start=346000><P class='en'>&nbsp;
  325. <SYNC Start=346233><P class='en'>And this is my new daily note with
  326. a date that is the format 22/6/3.
  327. <SYNC Start=351833><P class='en'>&nbsp;
  328. <SYNC Start=351899><P class='en'>So, because this is June 3rd right now.
  329. <SYNC Start=353533><P class='en'>&nbsp;
  330. <SYNC Start=353866><P class='en'>You can change that if you want it to.
  331. <SYNC Start=355133><P class='en'>&nbsp;
  332. <SYNC Start=355399><P class='en'>So again, go to the settings go to
  333. your daily note and then you can
  334. <SYNC Start=359000><P class='en'>&nbsp;
  335. <SYNC Start=359000><P class='en'>click on the options button there,
  336. and then you can change the format.
  337. <SYNC Start=361500><P class='en'>&nbsp;
  338. <SYNC Start=361566><P class='en'>So for example, it looks like 20, 22 slash
  339. June slash may the third at the moment.
  340. <SYNC Start=367633><P class='en'>&nbsp;
  341. <SYNC Start=367866><P class='en'>But if you wanted to change it to just say
  342. June 3rd, you want to change it to that?
  343. <SYNC Start=372766><P class='en'>&nbsp;
  344. <SYNC Start=372833><P class='en'>You can do like this.
  345. <SYNC Start=373800><P class='en'>&nbsp;
  346. <SYNC Start=373866><P class='en'>So just month, month, month, day, day,
  347. and then, year and then you can make
  348. <SYNC Start=378066><P class='en'>&nbsp;
  349. <SYNC Start=378066><P class='en'>it, so it&#39;s a nice format like that.
  350. <SYNC Start=379433><P class='en'>&nbsp;
  351. <SYNC Start=379833><P class='en'>You want the folder to be in a
  352. separate folder because otherwise
  353. <SYNC Start=382800><P class='en'>&nbsp;
  354. <SYNC Start=382800><P class='en'>you&#39;re just gonna populate your whole
  355. you know, brute folder with your
  356. <SYNC Start=386500><P class='en'>&nbsp;
  357. <SYNC Start=386533><P class='en'>notes, which is not what you want.
  358. <SYNC Start=387533><P class='en'>&nbsp;
  359. <SYNC Start=387566><P class='en'>So when you click here, you
  360. know, that four that you created
  361. <SYNC Start=390166><P class='en'>&nbsp;
  362. <SYNC Start=390199><P class='en'>before called Daily Notes?
  363. <SYNC Start=391366><P class='en'>&nbsp;
  364. <SYNC Start=391399><P class='en'>Well, you can select that.
  365. <SYNC Start=392300><P class='en'>&nbsp;
  366. <SYNC Start=392333><P class='en'>And that&#39;s what I tend to do.
  367. <SYNC Start=393233><P class='en'>&nbsp;
  368. <SYNC Start=393966><P class='en'>I also tend to open the
  369. Daily note on the start up.
  370. <SYNC Start=397066><P class='en'>&nbsp;
  371. <SYNC Start=398000><P class='en'>For me, the daily note is the start
  372. of where I capture all my ideas.
  373. <SYNC Start=401266><P class='en'>&nbsp;
  374. <SYNC Start=401566><P class='en'>Every single note that I&#39;ve ever
  375. created started from a daily note.
  376. <SYNC Start=404899><P class='en'>&nbsp;
  377. <SYNC Start=405066><P class='en'>Or like if it&#39;s ideas that don&#39;t
  378. really have the structure, I think
  379. <SYNC Start=408500><P class='en'>&nbsp;
  380. <SYNC Start=408500><P class='en'>the daily note is the best place
  381. to put them because you don&#39;t even
  382. <SYNC Start=410466><P class='en'>&nbsp;
  383. <SYNC Start=410500><P class='en'>know where they&#39;re going to go yet.
  384. <SYNC Start=411833><P class='en'>&nbsp;
  385. <SYNC Start=411866><P class='en'>If you&#39;ve got an idea as to where
  386. they&#39;re going to go, then you can
  387. <SYNC Start=414266><P class='en'>&nbsp;
  388. <SYNC Start=414300><P class='en'>obviously put it in that note directly.
  389. <SYNC Start=415966><P class='en'>&nbsp;
  390. <SYNC Start=416066><P class='en'>But I tend to use the daily
  391. notes so I have a rough scratch
  392. <SYNC Start=418033><P class='en'>&nbsp;
  393. <SYNC Start=418033><P class='en'>pad of searchable information.
  394. <SYNC Start=419600><P class='en'>&nbsp;
  395. <SYNC Start=419699><P class='en'>So now that we&#39;ve, that we&#39;re
  396. just going to move this day.
  397. <SYNC Start=422600><P class='en'>&nbsp;
  398. <SYNC Start=422633><P class='en'>They notice, but if you actually
  399. create new ones, it&#39;ll create
  400. <SYNC Start=424766><P class='en'>&nbsp;
  401. <SYNC Start=424766><P class='en'>it into the daily notes folder.
  402. <SYNC Start=426199><P class='en'>&nbsp;
  403. <SYNC Start=426566><P class='en'>And that&#39;s really, really cool.
  404. <SYNC Start=428533><P class='en'>&nbsp;
  405. <SYNC Start=429833><P class='en'>I&#39;m going to make this bigger
  406. by pressing command plus
  407. <SYNC Start=431933><P class='en'>&nbsp;
  408. <SYNC Start=432399><P class='en'>let&#39;s talk a little bit about links
  409. because we&#39;ve talked about stuff
  410. <SYNC Start=435966><P class='en'>&nbsp;
  411. <SYNC Start=436000><P class='en'>that just seems pretty basic at the
  412. moment and you need to know this,
  413. <SYNC Start=439166><P class='en'>&nbsp;
  414. <SYNC Start=439233><P class='en'>obviously, because, you know, otherwise
  415. you won&#39;t be able to use Obsidian.
  416. <SYNC Start=442333><P class='en'>&nbsp;
  417. <SYNC Start=442800><P class='en'>But let&#39;s talk about links in particular
  418. because links are very special.
  419. <SYNC Start=446066><P class='en'>&nbsp;
  420. <SYNC Start=446066><P class='en'>So the way that links work in Obsidian,
  421. When you type a concept or a topic
  422. <SYNC Start=452199><P class='en'>&nbsp;
  423. <SYNC Start=452266><P class='en'>idea or something like that, then
  424. that&#39;s what I tend to create as a link.
  425. <SYNC Start=456166><P class='en'>&nbsp;
  426. <SYNC Start=456233><P class='en'>Because every single link
  427. that you create is new page.
  428. <SYNC Start=458366><P class='en'>&nbsp;
  429. <SYNC Start=458366><P class='en'>So let&#39;s say that here are some
  430. notes about Obsidian, right?
  431. <SYNC Start=463066><P class='en'>&nbsp;
  432. <SYNC Start=463433><P class='en'>Just a simple sentence.
  433. <SYNC Start=464366><P class='en'>&nbsp;
  434. <SYNC Start=464433><P class='en'>And then I&#39;m going to go
  435. to here and highlight that.
  436. <SYNC Start=467199><P class='en'>&nbsp;
  437. <SYNC Start=467333><P class='en'>And then if you press the square
  438. brackets, the lifts square bracket
  439. <SYNC Start=470533><P class='en'>&nbsp;
  440. <SYNC Start=470533><P class='en'>twice, it will make this single link.
  441. <SYNC Start=472733><P class='en'>&nbsp;
  442. <SYNC Start=472933><P class='en'>And what is a link?
  443. <SYNC Start=473666><P class='en'>&nbsp;
  444. <SYNC Start=473733><P class='en'>Well, it means that if you press
  445. command and click, click, then
  446. <SYNC Start=477933><P class='en'>&nbsp;
  447. <SYNC Start=477966><P class='en'>it will come to a new page.
  448. <SYNC Start=479233><P class='en'>&nbsp;
  449. <SYNC Start=479266><P class='en'>In fact, it&#39;s just made a new page.
  450. <SYNC Start=480633><P class='en'>&nbsp;
  451. <SYNC Start=480633><P class='en'>You can see that it&#39;s invented a new page
  452. here and created that page dynamically.
  453. <SYNC Start=484899><P class='en'>&nbsp;
  454. <SYNC Start=485633><P class='en'>So, here I can type whatever text
  455. and you notice something interesting.
  456. <SYNC Start=490466><P class='en'>&nbsp;
  457. <SYNC Start=490600><P class='en'>You can actually reference
  458. pages from your pages now.
  459. <SYNC Start=493533><P class='en'>&nbsp;
  460. <SYNC Start=493733><P class='en'>So let&#39;s say I wanted to reference,
  461. let&#39;s say that&#39;s I just had a, I&#39;m just
  462. <SYNC Start=497333><P class='en'>&nbsp;
  463. <SYNC Start=497333><P class='en'>gonna try another random note, let&#39;s
  464. call it Tea Leaves just to keep with
  465. <SYNC Start=499600><P class='en'>&nbsp;
  466. <SYNC Start=499633><P class='en'>our concept of tea for the mo ment.
  467. <SYNC Start=501466><P class='en'>&nbsp;
  468. <SYNC Start=501733><P class='en'>So, in this new note, I can reference that
  469. note if I wanted to, and I can be like,
  470. <SYNC Start=505533><P class='en'>&nbsp;
  471. <SYNC Start=505566><P class='en'>okay, like, I want to talk about like, you
  472. know, I liked drinking and then brackets,
  473. <SYNC Start=510233><P class='en'>&nbsp;
  474. <SYNC Start=510466><P class='en'>and then you can start typing or you come
  475. up with this really nice auto complete.
  476. <SYNC Start=514033><P class='en'>&nbsp;
  477. <SYNC Start=514266><P class='en'>And usually it&#39;s very, very powerful.
  478. <SYNC Start=515966><P class='en'>&nbsp;
  479. <SYNC Start=516065><P class='en'>And so now you&#39;ve got to link between
  480. tea leaves and Obsidian and you might
  481. <SYNC Start=519465><P class='en'>&nbsp;
  482. <SYNC Start=519466><P class='en'>want to link tea leaves with the, the
  483. day of the daily notes or whatever.
  484. <SYNC Start=523633><P class='en'>&nbsp;
  485. <SYNC Start=523700><P class='en'>And you can think like that.
  486. <SYNC Start=524566><P class='en'>&nbsp;
  487. <SYNC Start=524600><P class='en'>So now you&#39;ve got this
  488. sort of roundabout link.
  489. <SYNC Start=526566><P class='en'>&nbsp;
  490. <SYNC Start=526600><P class='en'>This is a very basic example, but this is
  491. just a way to see how pages link together.
  492. <SYNC Start=532033><P class='en'>&nbsp;
  493. <SYNC Start=532533><P class='en'>So look, you might go to do this and be
  494. like, oh, like, I get that you can link
  495. <SYNC Start=536933><P class='en'>&nbsp;
  496. <SYNC Start=537000><P class='en'>between your stuff when I&#39;m sitting in,
  497. but you know, what do I create as links?
  498. <SYNC Start=540266><P class='en'>&nbsp;
  499. <SYNC Start=540366><P class='en'>Why is Obsidian so good?
  500. <SYNC Start=542299><P class='en'>&nbsp;
  501. <SYNC Start=542366><P class='en'>And I think that what I&#39;m gonna do is
  502. I&#39;m actually gonna show you what it
  503. <SYNC Start=544933><P class='en'>&nbsp;
  504. <SYNC Start=544966><P class='en'>looks like in my actual notes, because
  505. the problem with Obsidian is that you
  506. <SYNC Start=549133><P class='en'>&nbsp;
  507. <SYNC Start=549133><P class='en'>don&#39;t realize how useful it is until
  508. you&#39;ve made quite a lot of notes.
  509. <SYNC Start=553066><P class='en'>&nbsp;
  510. <SYNC Start=553333><P class='en'>And then you start to link ideas together
  511. that perhaps couldn&#39;t be linked before.
  512. <SYNC Start=557000><P class='en'>&nbsp;
  513. <SYNC Start=557233><P class='en'>So if I show you my real Obsidian,
  514. so I&#39;m going to go out of this and
  515. <SYNC Start=561566><P class='en'>&nbsp;
  516. <SYNC Start=561566><P class='en'>into Dabi-sidan, is what I call it.
  517. <SYNC Start=563233><P class='en'>&nbsp;
  518. <SYNC Start=563266><P class='en'>And I&#39;m going to search
  519. for a particular note
  520. <SYNC Start=565299><P class='en'>&nbsp;
  521. <SYNC Start=565333><P class='en'>that&#39;s go command to open the
  522. note and I&#39;m going to search for
  523. <SYNC Start=568733><P class='en'>&nbsp;
  524. <SYNC Start=568766><P class='en'>this particular one, the 37%.
  525. <SYNC Start=570700><P class='en'>&nbsp;
  526. <SYNC Start=571433><P class='en'>Now the 37% rule, I&#39;ve made this
  527. particular page because this is a concept.
  528. <SYNC Start=575500><P class='en'>&nbsp;
  529. <SYNC Start=575766><P class='en'>Actually, it came from when I was
  530. reading the book, how not to die alone.
  531. <SYNC Start=578766><P class='en'>&nbsp;
  532. <SYNC Start=579733><P class='en'>This is a book about relationships
  533. and it had a really interesting thing.
  534. <SYNC Start=582933><P class='en'>&nbsp;
  535. <SYNC Start=583033><P class='en'>The concept in the book, which is
  536. talking about dating and how to find
  537. <SYNC Start=585633><P class='en'>&nbsp;
  538. <SYNC Start=585633><P class='en'>good relationships is some people try
  539. to optimize their relationships so
  540. <SYNC Start=590233><P class='en'>&nbsp;
  541. <SYNC Start=590266><P class='en'>much that they just keep looking for
  542. partner after partner after partner.
  543. <SYNC Start=593366><P class='en'>&nbsp;
  544. <SYNC Start=593733><P class='en'>And they&#39;re always just trying to get
  545. 5% better or 10% better, and they
  546. <SYNC Start=596466><P class='en'>&nbsp;
  547. <SYNC Start=596466><P class='en'>try to think, oh, what if there&#39;s
  548. someone out there for me, that&#39;s better
  549. <SYNC Start=599133><P class='en'>&nbsp;
  550. <SYNC Start=599133><P class='en'>than the person I&#39;m currently with?
  551. <SYNC Start=600600><P class='en'>&nbsp;
  552. <SYNC Start=600833><P class='en'>And so the book said that is actually a
  553. mathematical principle, which can help,
  554. <SYNC Start=604799><P class='en'>&nbsp;
  555. <SYNC Start=605033><P class='en'>which is that by 37% of your active
  556. daily life, set the best person, the best
  557. <SYNC Start=611566><P class='en'>&nbsp;
  558. <SYNC Start=611600><P class='en'>partner that you&#39;ve been in relationship
  559. with as your benchmark, and then go for
  560. <SYNC Start=615466><P class='en'>&nbsp;
  561. <SYNC Start=615466><P class='en'>someone who&#39;s as good or better than them.
  562. <SYNC Start=617966><P class='en'>&nbsp;
  563. <SYNC Start=618633><P class='en'>And then generally speaking, that&#39;s
  564. a mathematical optimization of
  565. <SYNC Start=621966><P class='en'>&nbsp;
  566. <SYNC Start=622000><P class='en'>like the best partner choice you
  567. can do whilst also like when you
  568. <SYNC Start=626799><P class='en'>&nbsp;
  569. <SYNC Start=626833><P class='en'>have like imperfect data and stuff.
  570. <SYNC Start=628233><P class='en'>&nbsp;
  571. <SYNC Start=628299><P class='en'>So you may or may not
  572. agree with that concept.
  573. <SYNC Start=630466><P class='en'>&nbsp;
  574. <SYNC Start=630566><P class='en'>It&#39;s just an interesting one, but I
  575. decided to make it a topic cause I
  576. <SYNC Start=634299><P class='en'>&nbsp;
  577. <SYNC Start=634299><P class='en'>thought, hmm, 37% rule is actually
  578. an interesting mathematical concept
  579. <SYNC Start=637766><P class='en'>&nbsp;
  580. <SYNC Start=637799><P class='en'>about what&#39;s called optimal stopping.
  581. <SYNC Start=640200><P class='en'>&nbsp;
  582. <SYNC Start=640433><P class='en'>And I didn&#39;t realize it, but
  583. it actually comes from a book
  584. <SYNC Start=642866><P class='en'>&nbsp;
  585. <SYNC Start=642866><P class='en'>called algorithms to live by.
  586. <SYNC Start=644033><P class='en'>&nbsp;
  587. <SYNC Start=644066><P class='en'>So it created a separate note for
  588. that as well, because I intend to
  589. <SYNC Start=647633><P class='en'>&nbsp;
  590. <SYNC Start=647633><P class='en'>read that book at some stage in time.
  591. <SYNC Start=649200><P class='en'>&nbsp;
  592. <SYNC Start=649933><P class='en'>But the reason for creating as a concept
  593. is because this concept, I feel like
  594. <SYNC Start=654200><P class='en'>&nbsp;
  595. <SYNC Start=654200><P class='en'>this concept is not just something
  596. that applies to dating, obviously.
  597. <SYNC Start=659000><P class='en'>&nbsp;
  598. <SYNC Start=659166><P class='en'>It&#39;s a mathematical concept that can be
  599. used in a lot of other things as well.
  600. <SYNC Start=662466><P class='en'>&nbsp;
  601. <SYNC Start=662500><P class='en'>Right?
  602. <SYNC Start=662766><P class='en'>&nbsp;
  603. <SYNC Start=663000><P class='en'>So that&#39;s what I&#39;ve created as a concept.
  604. <SYNC Start=664566><P class='en'>&nbsp;
  605. <SYNC Start=664700><P class='en'>And so I&#39;ve tagged different
  606. concepts in here and the top here.
  607. <SYNC Start=668233><P class='en'>&nbsp;
  608. <SYNC Start=668533><P class='en'>And for example, the actual
  609. concept is called optimal stepping.
  610. <SYNC Start=671399><P class='en'>&nbsp;
  611. <SYNC Start=671500><P class='en'>Here again, I&#39;ve tagged this
  612. algorithms to live by here and
  613. <SYNC Start=674866><P class='en'>&nbsp;
  614. <SYNC Start=674866><P class='en'>then I&#39;ve typed the book here.
  615. <SYNC Start=675766><P class='en'>&nbsp;
  616. <SYNC Start=675833><P class='en'>So I can remember if I just remember the
  617. rule, but not the book which came from
  618. <SYNC Start=679533><P class='en'>&nbsp;
  619. <SYNC Start=679799><P class='en'>then when I search or type anything to do
  620. with the 37% rule, then I can go back and
  621. <SYNC Start=684899><P class='en'>&nbsp;
  622. <SYNC Start=684933><P class='en'>be like, oh, like, these are the examples
  623. of how the 37% rule actually works.
  624. <SYNC Start=689100><P class='en'>&nbsp;
  625. <SYNC Start=689166><P class='en'>But with these links like, you
  626. can actually see every time
  627. <SYNC Start=692100><P class='en'>&nbsp;
  628. <SYNC Start=692133><P class='en'>you&#39;ve mentioned the link.
  629. <SYNC Start=692933><P class='en'>&nbsp;
  630. <SYNC Start=693166><P class='en'>And so this is the idea of backlinks.
  631. <SYNC Start=695133><P class='en'>&nbsp;
  632. <SYNC Start=695233><P class='en'>If you go to this right-hand side
  633. and you click on expand, you&#39;ll
  634. <SYNC Start=698299><P class='en'>&nbsp;
  635. <SYNC Start=698333><P class='en'>notice that you&#39;ve actually got
  636. this backlinks for the 37% rule.
  637. <SYNC Start=701666><P class='en'>&nbsp;
  638. <SYNC Start=702366><P class='en'>And I can see from that document
  639. that I had before the book notes
  640. <SYNC Start=705766><P class='en'>&nbsp;
  641. <SYNC Start=705799><P class='en'>about How Not To Die Alone.
  642. <SYNC Start=708000><P class='en'>&nbsp;
  643. <SYNC Start=708366><P class='en'>I can see where it&#39;s mentioned
  644. this 37% rule in the context
  645. <SYNC Start=711666><P class='en'>&nbsp;
  646. <SYNC Start=711666><P class='en'>of that particular note.
  647. <SYNC Start=712466><P class='en'>&nbsp;
  648. <SYNC Start=712466><P class='en'>I may think about optimal
  649. stepping at some stage.
  650. <SYNC Start=714566><P class='en'>&nbsp;
  651. <SYNC Start=714600><P class='en'>And so I haven&#39;t talked much apart
  652. from saying, this is how the 37%
  653. <SYNC Start=718266><P class='en'>&nbsp;
  654. <SYNC Start=718299><P class='en'>rule is derived, but you know, 37%,
  655. maybe there&#39;s other percentages.
  656. <SYNC Start=722299><P class='en'>&nbsp;
  657. <SYNC Start=722399><P class='en'>So I&#39;ve created this page about also
  658. stepping, cause I thought, hmm, like
  659. <SYNC Start=726433><P class='en'>&nbsp;
  660. <SYNC Start=726500><P class='en'>the 37% rule is a nice defined rule,
  661. but you know, there&#39;s probably going to
  662. <SYNC Start=729933><P class='en'>&nbsp;
  663. <SYNC Start=729933><P class='en'>be other examples of optimal stepping
  664. that doesn&#39;t quite fit within that.
  665. <SYNC Start=732966><P class='en'>&nbsp;
  666. <SYNC Start=733033><P class='en'>Let me show you what it looks like
  667. on my YouTube notes, for example,
  668. <SYNC Start=735766><P class='en'>&nbsp;
  669. <SYNC Start=735799><P class='en'>&#39;cause I think that that&#39;s another big
  670. example that I spend a lot of time on.
  671. <SYNC Start=739433><P class='en'>&nbsp;
  672. <SYNC Start=740166><P class='en'>Now I&#39;m going to talk about the
  673. differences between different types
  674. <SYNC Start=742266><P class='en'>&nbsp;
  675. <SYNC Start=742266><P class='en'>of notes in a second, but this is
  676. mainly to just show you back links.
  677. <SYNC Start=744866><P class='en'>&nbsp;
  678. <SYNC Start=744866><P class='en'>So this is something that I&#39;ve
  679. created, which is a huge document
  680. <SYNC Start=748133><P class='en'>&nbsp;
  681. <SYNC Start=748433><P class='en'>talking about YouTube and everything
  682. that I learned about YouTube.
  683. <SYNC Start=750933><P class='en'>&nbsp;
  684. <SYNC Start=751799><P class='en'>I&#39;ll make another course on that, but
  685. that&#39;s not the purpose of this course.
  686. <SYNC Start=754500><P class='en'>&nbsp;
  687. <SYNC Start=754533><P class='en'>So for example, I am going to go
  688. to here and you can see that I&#39;ve
  689. <SYNC Start=759266><P class='en'>&nbsp;
  690. <SYNC Start=759299><P class='en'>linked out these different pages.
  691. <SYNC Start=760566><P class='en'>&nbsp;
  692. <SYNC Start=760666><P class='en'>So for example, I made a note on
  693. that YouTube algorithm, and that note
  694. <SYNC Start=764633><P class='en'>&nbsp;
  695. <SYNC Start=764666><P class='en'>is actually a compilation of many,
  696. many notes about different things.
  697. <SYNC Start=769466><P class='en'>&nbsp;
  698. <SYNC Start=769466><P class='en'>Now I should also mention about headings
  699. in a second too, but here you can see that
  700. <SYNC Start=774033><P class='en'>&nbsp;
  701. <SYNC Start=774166><P class='en'>if I go into the editing mode, then, you
  702. know, when I paste images in for example,
  703. <SYNC Start=778833><P class='en'>&nbsp;
  704. <SYNC Start=778833><P class='en'>let&#39;s say I quickly copied an image like
  705. this and then literally copy and paste
  706. <SYNC Start=782833><P class='en'>&nbsp;
  707. <SYNC Start=782866><P class='en'>by using command V, as you traditionally would, it
  708. automatically places image into there.
  709. <SYNC Start=786766><P class='en'>&nbsp;
  710. <SYNC Start=786833><P class='en'>And so that&#39;s kind of nice.
  711. <SYNC Start=788133><P class='en'>&nbsp;
  712. <SYNC Start=788500><P class='en'>But anyway, whenever I, you know, have
  713. like some sort of book or some sort
  714. <SYNC Start=793166><P class='en'>&nbsp;
  715. <SYNC Start=793166><P class='en'>of article, whatever that I&#39;m reading,
  716. usually I&#39;ll create a new note, like
  717. <SYNC Start=796133><P class='en'>&nbsp;
  718. <SYNC Start=796133><P class='en'>a full note to actually capture that.
  719. <SYNC Start=798399><P class='en'>&nbsp;
  720. <SYNC Start=798466><P class='en'>And I call it that literature note.
  721. <SYNC Start=799799><P class='en'>&nbsp;
  722. <SYNC Start=799833><P class='en'>The literature notes, I try to
  723. broadly think about if I want
  724. <SYNC Start=803733><P class='en'>&nbsp;
  725. <SYNC Start=803733><P class='en'>some semblance of organization.
  726. <SYNC Start=805333><P class='en'>&nbsp;
  727. <SYNC Start=805466><P class='en'>For example, YouTube is my
  728. big thing at the moment.
  729. <SYNC Start=809500><P class='en'>&nbsp;
  730. <SYNC Start=809633><P class='en'>So I will put that literature
  731. note in the bigger concept.
  732. <SYNC Start=813600><P class='en'>&nbsp;
  733. <SYNC Start=813633><P class='en'>So in this case of the YouTube
  734. algorithm, I&#39;ve created a separate one
  735. <SYNC Start=817366><P class='en'>&nbsp;
  736. <SYNC Start=817600><P class='en'>where, you know, it&#39;s here and I can
  737. click on that really easily and just
  738. <SYNC Start=821899><P class='en'>&nbsp;
  739. <SYNC Start=821899><P class='en'>flick back and forth between my notes.
  740. <SYNC Start=823500><P class='en'>&nbsp;
  741. <SYNC Start=823566><P class='en'>You can see how notes can really
  742. start to be this network of just
  743. <SYNC Start=826833><P class='en'>&nbsp;
  744. <SYNC Start=827000><P class='en'>one thing connected to another.
  745. <SYNC Start=828566><P class='en'>&nbsp;
  746. <SYNC Start=828600><P class='en'>And that&#39;s essentially
  747. what an internet is, right?
  748. <SYNC Start=830566><P class='en'>&nbsp;
  749. <SYNC Start=830633><P class='en'>The word internet being composed
  750. of the words into and net, because
  751. <SYNC Start=835433><P class='en'>&nbsp;
  752. <SYNC Start=835466><P class='en'>you&#39;re really going from one
  753. node to another node like that.
  754. <SYNC Start=838100><P class='en'>&nbsp;
  755. <SYNC Start=838899><P class='en'>And so that&#39;s the beauty of Obsidian
  756. is that your mind can be completely
  757. <SYNC Start=845166><P class='en'>&nbsp;
  758. <SYNC Start=845166><P class='en'>undefined and unstructured, but
  759. you&#39;re just sort of gradually adding
  760. <SYNC Start=848233><P class='en'>&nbsp;
  761. <SYNC Start=848233><P class='en'>information here, you know, using these
  762. links and linking everything together.
  763. <SYNC Start=851866><P class='en'>&nbsp;
  764. <SYNC Start=852233><P class='en'>you can see if you have a particular
  765. concept where that concept helps you.
  766. <SYNC Start=855033><P class='en'>&nbsp;
  767. <SYNC Start=855033><P class='en'>You mentioned before
  768. in your other documents
  769. <SYNC Start=856799><P class='en'>&nbsp;
  770. <SYNC Start=858000><P class='en'>and you can look at the outgoing
  771. links if you wanted to as well.
  772. <SYNC Start=860299><P class='en'>&nbsp;
  773. <SYNC Start=860733><P class='en'>In my particular case it&#39;s
  774. a lot of pasted images.
  775. <SYNC Start=863533><P class='en'>&nbsp;
  776. <SYNC Start=863666><P class='en'>Eventually, what will happen?
  777. <SYNC Start=864866><P class='en'>&nbsp;
  778. <SYNC Start=864899><P class='en'>Now, this is just a fun visualization.
  779. <SYNC Start=866733><P class='en'>&nbsp;
  780. <SYNC Start=866966><P class='en'>When anything else is, if you create a
  781. lot of these notes at a time that these
  782. <SYNC Start=870233><P class='en'>&nbsp;
  783. <SYNC Start=870233><P class='en'>are all in the notes that are created
  784. they will link to each other and you
  785. <SYNC Start=872600><P class='en'>&nbsp;
  786. <SYNC Start=872600><P class='en'>can see the graph of field knowledge.
  787. <SYNC Start=874100><P class='en'>&nbsp;
  788. <SYNC Start=874200><P class='en'>This is just a graph that&#39;s
  789. automatically on the left hand side,
  790. <SYNC Start=876833><P class='en'>&nbsp;
  791. <SYNC Start=876833><P class='en'>they&#39;re called open graph view.
  792. <SYNC Start=878133><P class='en'>&nbsp;
  793. <SYNC Start=878399><P class='en'>And then you can be
  794. like, look this big one.
  795. <SYNC Start=879933><P class='en'>&nbsp;
  796. <SYNC Start=880033><P class='en'>It&#39;s going to be the YouTube one.
  797. <SYNC Start=880933><P class='en'>&nbsp;
  798. <SYNC Start=880933><P class='en'>Right, &#39;cause that&#39;s what I spend
  799. most of my time thinking about it.
  800. <SYNC Start=882933><P class='en'>&nbsp;
  801. <SYNC Start=882933><P class='en'>So if I zoom in, it&#39;s a YouTube literature
  802. note and then it&#39;s got all these different
  803. <SYNC Start=888100><P class='en'>&nbsp;
  804. <SYNC Start=888133><P class='en'>concepts that are connected together.
  805. <SYNC Start=889700><P class='en'>&nbsp;
  806. <SYNC Start=889733><P class='en'>And if I want to do to
  807. filter some of the contexts.
  808. <SYNC Start=891533><P class='en'>&nbsp;
  809. <SYNC Start=891666><P class='en'>So for example, if I wanted to
  810. just like search for things that
  811. <SYNC Start=894133><P class='en'>&nbsp;
  812. <SYNC Start=894166><P class='en'>have case study in the name, right?
  813. <SYNC Start=895466><P class='en'>&nbsp;
  814. <SYNC Start=895733><P class='en'>I might put a path:case study.
  815. <SYNC Start=899899><P class='en'>&nbsp;
  816. <SYNC Start=901100><P class='en'>Right.
  817. <SYNC Start=901366><P class='en'>&nbsp;
  818. <SYNC Start=901466><P class='en'>And I&#39;ve only got one case
  819. study got a title there.
  820. <SYNC Start=905100><P class='en'>&nbsp;
  821. <SYNC Start=905100><P class='en'>But you know, if I want us to add a
  822. bunch more, I can certainly do that.
  823. <SYNC Start=907833><P class='en'>&nbsp;
  824. <SYNC Start=907933><P class='en'>I didn&#39;t use this graph view
  825. that often to be perfectly
  826. <SYNC Start=910533><P class='en'>&nbsp;
  827. <SYNC Start=910533><P class='en'>honest, it&#39;s just really pretty.
  828. <SYNC Start=911600><P class='en'>&nbsp;
  829. <SYNC Start=911666><P class='en'>So hopefully that explains
  830. the concept of links.
  831. <SYNC Start=914833><P class='en'>&nbsp;
  832. <SYNC Start=915166><P class='en'>Before I step off the idea of what
  833. linking does and how it&#39;s a powerful
  834. <SYNC Start=919100><P class='en'>&nbsp;
  835. <SYNC Start=919100><P class='en'>I actually want to talk about
  836. something really important, which is
  837. <SYNC Start=922833><P class='en'>&nbsp;
  838. <SYNC Start=922933><P class='en'>what do you actually make it link?
  839. <SYNC Start=924899><P class='en'>&nbsp;
  840. <SYNC Start=925299><P class='en'>I mean, you can make an infinite
  841. amount of concepts of link.
  842. <SYNC Start=927366><P class='en'>&nbsp;
  843. <SYNC Start=927366><P class='en'>You know, you can make something
  844. that&#39;s like, you could be like
  845. <SYNC Start=929933><P class='en'>&nbsp;
  846. <SYNC Start=929966><P class='en'>the word though is like a link.
  847. <SYNC Start=931233><P class='en'>&nbsp;
  848. <SYNC Start=931266><P class='en'>And you can talk about the
  849. difference of though, like, you
  850. <SYNC Start=933533><P class='en'>&nbsp;
  851. <SYNC Start=933533><P class='en'>know, talk about what YouTube is.
  852. <SYNC Start=934933><P class='en'>&nbsp;
  853. <SYNC Start=935966><P class='en'>And I think that the important
  854. thing is that links are just
  855. <SYNC Start=939266><P class='en'>&nbsp;
  856. <SYNC Start=939266><P class='en'>there to help you organize.
  857. <SYNC Start=940366><P class='en'>&nbsp;
  858. <SYNC Start=940433><P class='en'>You don&#39;t have to define every single
  859. concept, for example, like if I&#39;m talking
  860. <SYNC Start=944666><P class='en'>&nbsp;
  861. <SYNC Start=944766><P class='en'>about, I dunno, social media, like I
  862. don&#39;t have to go and define social media
  863. <SYNC Start=949133><P class='en'>&nbsp;
  864. <SYNC Start=949166><P class='en'>and then be like, oh yeah, I should
  865. create a whole page on social media
  866. <SYNC Start=951633><P class='en'>&nbsp;
  867. <SYNC Start=951833><P class='en'>and you know, it&#39;s social plus media.
  868. <SYNC Start=953166><P class='en'>&nbsp;
  869. <SYNC Start=953200><P class='en'>So I&#39;ll create two
  870. different pages on that.
  871. <SYNC Start=954766><P class='en'>&nbsp;
  872. <SYNC Start=954933><P class='en'>Like it&#39;s unnecessary, right?
  873. <SYNC Start=956666><P class='en'>&nbsp;
  874. <SYNC Start=957433><P class='en'>So rather than thinking about it
  875. like that, what you want to do is I
  876. <SYNC Start=961200><P class='en'>&nbsp;
  877. <SYNC Start=961266><P class='en'>tend to use things for few things.
  878. <SYNC Start=962466><P class='en'>&nbsp;
  879. <SYNC Start=962600><P class='en'>I use it for when I&#39;m taking
  880. like a literature note.
  881. <SYNC Start=965033><P class='en'>&nbsp;
  882. <SYNC Start=965066><P class='en'>So in the case of like a book,
  883. for example, I might write Peak.
  884. <SYNC Start=969333><P class='en'>&nbsp;
  885. <SYNC Start=969399><P class='en'>Peak is a book I read about
  886. deliberate practice recently.
  887. <SYNC Start=972000><P class='en'>&nbsp;
  888. <SYNC Start=972833><P class='en'>Sometimes I might want
  889. to reference a concept.
  890. <SYNC Start=975299><P class='en'>&nbsp;
  891. <SYNC Start=975566><P class='en'>And so a concept like the 37%
  892. rule is a really good one.
  893. <SYNC Start=978866><P class='en'>&nbsp;
  894. <SYNC Start=978866><P class='en'>Because I know that I&#39;m
  895. going to reuse that concept.
  896. <SYNC Start=980799><P class='en'>&nbsp;
  897. <SYNC Start=981200><P class='en'>Occasionally I actually might
  898. take someone&#39;s quote and
  899. <SYNC Start=985133><P class='en'>&nbsp;
  900. <SYNC Start=985166><P class='en'>use that as a link as well.
  901. <SYNC Start=986333><P class='en'>&nbsp;
  902. <SYNC Start=986500><P class='en'>So for example, sometimes I
  903. talk about MrBeast and YouTube.
  904. <SYNC Start=989399><P class='en'>&nbsp;
  905. <SYNC Start=989433><P class='en'>So for example, for MrBeast, I would
  906. use something like, I know that he
  907. <SYNC Start=995133><P class='en'>&nbsp;
  908. <SYNC Start=995166><P class='en'>said once that if you put in 10% more
  909. effort for a video, then you&#39;re going
  910. <SYNC Start=999066><P class='en'>&nbsp;
  911. <SYNC Start=999100><P class='en'>to get 10x more views, rather than 10%
  912. more views as most people might expect.
  913. <SYNC Start=1004000><P class='en'>&nbsp;
  914. <SYNC Start=1004666><P class='en'>So sometimes I&#39;ll actually make quotes
  915. things, because I know that I&#39;m going
  916. <SYNC Start=1008566><P class='en'>&nbsp;
  917. <SYNC Start=1008600><P class='en'>to reuse that piece of information
  918. and then put it back into another
  919. <SYNC Start=1011933><P class='en'>&nbsp;
  920. <SYNC Start=1011966><P class='en'>document that I&#39;m talking about.
  921. <SYNC Start=1012966><P class='en'>&nbsp;
  922. <SYNC Start=1013700><P class='en'>So, here, if you see that I&#39;m going
  923. to put the square brackets and
  924. <SYNC Start=1016966><P class='en'>&nbsp;
  925. <SYNC Start=1017000><P class='en'>I&#39;ll just search 10 X, and then it
  926. actually comes up with the exact
  927. <SYNC Start=1020100><P class='en'>&nbsp;
  928. <SYNC Start=1020100><P class='en'>quote there, and I can use that too.
  929. <SYNC Start=1022000><P class='en'>&nbsp;
  930. <SYNC Start=1022066><P class='en'>So I use links whenever I want to reuse
  931. a concept in some way or form and where
  932. <SYNC Start=1028200><P class='en'>&nbsp;
  933. <SYNC Start=1028233><P class='en'>sometimes I need a page for the concept,
  934. even sometimes when I don&#39;t need a page
  935. <SYNC Start=1031833><P class='en'>&nbsp;
  936. <SYNC Start=1031833><P class='en'>for the concept, I&#39;ll still use that link
  937. just because I can recall it so easily.
  938. <SYNC Start=1035500><P class='en'>&nbsp;
  939. <SYNC Start=1035532><P class='en'>You might think, ah, like if I do that
  940. across like hundreds of notes, then surely
  941. <SYNC Start=1039598><P class='en'>&nbsp;
  942. <SYNC Start=1039666><P class='en'>when I&#39;m searching for something, it&#39;s
  943. going to be really convoluted and stuff.
  944. <SYNC Start=1042566><P class='en'>&nbsp;
  945. <SYNC Start=1042766><P class='en'>But actually the search function is
  946. really good for the Obsidian autocomplete.
  947. <SYNC Start=1046599><P class='en'>&nbsp;
  948. <SYNC Start=1046633><P class='en'>So for example, let&#39;s say that
  949. I wanted to type something about
  950. <SYNC Start=1049066><P class='en'>&nbsp;
  951. <SYNC Start=1049866><P class='en'>deliberate practice, maybe?
  952. <SYNC Start=1050799><P class='en'>&nbsp;
  953. <SYNC Start=1052599><P class='en'>So, I mean, I haven&#39;t written a
  954. lot about practice, but here I
  955. <SYNC Start=1056266><P class='en'>&nbsp;
  956. <SYNC Start=1056266><P class='en'>can search for it pretty easily.
  957. <SYNC Start=1057500><P class='en'>&nbsp;
  958. <SYNC Start=1057533><P class='en'>And in fact, even, you know, just
  959. search words that are roughly the same
  960. <SYNC Start=1061299><P class='en'>&nbsp;
  961. <SYNC Start=1061333><P class='en'>sentence, but not actually connected
  962. then I can certainly do that too.
  963. <SYNC Start=1064466><P class='en'>&nbsp;
  964. <SYNC Start=1064799><P class='en'>so you don&#39;t have to create
  965. a link for everything.
  966. <SYNC Start=1066400><P class='en'>&nbsp;
  967. <SYNC Start=1066700><P class='en'>Just create things where you want
  968. to resurface and use a concept.
  969. <SYNC Start=1069900><P class='en'>&nbsp;
  970. <SYNC Start=1069933><P class='en'>If you&#39;re not sure whether you&#39;re going
  971. to resurface a reuse a concept, go ahead.
  972. <SYNC Start=1074333><P class='en'>&nbsp;
  973. <SYNC Start=1074366><P class='en'>Just create the link.
  974. <SYNC Start=1075133><P class='en'>&nbsp;
  975. <SYNC Start=1075200><P class='en'>I mean, it&#39;s free.
  976. <SYNC Start=1075799><P class='en'>&nbsp;
  977. <SYNC Start=1077233><P class='en'>Note that with links, something
  978. that&#39;s very handy is that you can
  979. <SYNC Start=1079933><P class='en'>&nbsp;
  980. <SYNC Start=1079933><P class='en'>actually include parts within link.
  981. <SYNC Start=1082166><P class='en'>&nbsp;
  982. <SYNC Start=1082266><P class='en'>So, something I didn&#39;t show you
  983. before, cause I&#39;m going to reveal it
  984. <SYNC Start=1084500><P class='en'>&nbsp;
  985. <SYNC Start=1084533><P class='en'>to you right now is if you wanted to
  986. create headings, I just told you about
  987. <SYNC Start=1087500><P class='en'>&nbsp;
  988. <SYNC Start=1087500><P class='en'>basic formatting before, but you can
  989. actually use hashtags as headings
  990. <SYNC Start=1091099><P class='en'>&nbsp;
  991. <SYNC Start=1091166><P class='en'>and that creates a heading like this.
  992. <SYNC Start=1093366><P class='en'>&nbsp;
  993. <SYNC Start=1093466><P class='en'>You can nest headings
  994. within those headings.
  995. <SYNC Start=1095099><P class='en'>&nbsp;
  996. <SYNC Start=1095133><P class='en'>So for example, two hashtags will be
  997. like, this is a smaller heading and you
  998. <SYNC Start=1100466><P class='en'>&nbsp;
  999. <SYNC Start=1100466><P class='en'>know, it&#39;s smaller, even smaller, right.
  1000. <SYNC Start=1104433><P class='en'>&nbsp;
  1001. <SYNC Start=1104500><P class='en'>And then stuff goes in here.
  1002. <SYNC Start=1105700><P class='en'>&nbsp;
  1003. <SYNC Start=1105766><P class='en'>Here is great.
  1004. <SYNC Start=1106966><P class='en'>&nbsp;
  1005. <SYNC Start=1106966><P class='en'>And then this is nice.
  1006. <SYNC Start=1107666><P class='en'>&nbsp;
  1007. <SYNC Start=1107766><P class='en'>So there&#39;s few really good reasons for
  1008. using headings, but these, the main three.
  1009. <SYNC Start=1111966><P class='en'>&nbsp;
  1010. <SYNC Start=1113299><P class='en'>The first one is in editing and editing.
  1011. <SYNC Start=1115366><P class='en'>&nbsp;
  1012. <SYNC Start=1115400><P class='en'>You can collapse these headings.
  1013. <SYNC Start=1116466><P class='en'>&nbsp;
  1014. <SYNC Start=1116633><P class='en'>So that&#39;s very nice.
  1015. <SYNC Start=1117466><P class='en'>&nbsp;
  1016. <SYNC Start=1117599><P class='en'>If you just want to make things
  1017. easier, the second is that with
  1018. <SYNC Start=1120666><P class='en'>&nbsp;
  1019. <SYNC Start=1120666><P class='en'>headings, you can actually reference
  1020. the headings from other documents.
  1021. <SYNC Start=1123733><P class='en'>&nbsp;
  1022. <SYNC Start=1123766><P class='en'>So let&#39;s say that I go
  1023. to my daily notes, right?
  1024. <SYNC Start=1127000><P class='en'>&nbsp;
  1025. <SYNC Start=1127033><P class='en'>Oh, sorry.
  1026. <SYNC Start=1127299><P class='en'>&nbsp;
  1027. <SYNC Start=1127299><P class='en'>This is my daily note.
  1028. <SYNC Start=1128099><P class='en'>&nbsp;
  1029. <SYNC Start=1129266><P class='en'>I&#39;m going to put, just like
  1030. to reference as another note.
  1031. <SYNC Start=1132799><P class='en'>&nbsp;
  1032. <SYNC Start=1134666><P class='en'>Actually, what I can do is I&#39;m going
  1033. to select everything here, right
  1034. <SYNC Start=1138500><P class='en'>&nbsp;
  1035. <SYNC Start=1138500><P class='en'>click it, extract current selection,
  1036. and then created a new document.
  1037. <SYNC Start=1143833><P class='en'>&nbsp;
  1038. <SYNC Start=1144033><P class='en'>So a new document that is used
  1039. for reference, and then you see
  1040. <SYNC Start=1152133><P class='en'>&nbsp;
  1041. <SYNC Start=1152166><P class='en'>that I&#39;ve actually refactored
  1042. it into a new page by itself.
  1043. <SYNC Start=1154366><P class='en'>&nbsp;
  1044. <SYNC Start=1154400><P class='en'>So even if you&#39;re typing down the notes
  1045. and you decide, Hey, I actually went over.
  1046. <SYNC Start=1157299><P class='en'>&nbsp;
  1047. <SYNC Start=1158000><P class='en'>A separate page.
  1048. <SYNC Start=1158666><P class='en'>&nbsp;
  1049. <SYNC Start=1158733><P class='en'>You can highlight it, right.
  1050. <SYNC Start=1159966><P class='en'>&nbsp;
  1051. <SYNC Start=1159966><P class='en'>Click it, and then extract
  1052. current selection, and then I&#39;ll
  1053. <SYNC Start=1162566><P class='en'>&nbsp;
  1054. <SYNC Start=1162599><P class='en'>make a new document if you want.
  1055. <SYNC Start=1163866><P class='en'>&nbsp;
  1056. <SYNC Start=1163933><P class='en'>And then it means that if I want to
  1057. use the headings from this document...
  1058. <SYNC Start=1167466><P class='en'>&nbsp;
  1059. <SYNC Start=1167566><P class='en'>so we&#39;ve gone back to our daily
  1060. notes, which is right here.
  1061. <SYNC Start=1170233><P class='en'>&nbsp;
  1062. <SYNC Start=1170333><P class='en'>And so that&#39;s where we&#39;re currently
  1063. existing and, you know, it&#39;s nice.
  1064. <SYNC Start=1173733><P class='en'>&nbsp;
  1065. <SYNC Start=1173733><P class='en'>Like you just clicked on the premium mode.
  1066. <SYNC Start=1176099><P class='en'>&nbsp;
  1067. <SYNC Start=1176133><P class='en'>It just gives a link there.
  1068. <SYNC Start=1177066><P class='en'>&nbsp;
  1069. <SYNC Start=1177299><P class='en'>But if I wanted to reference the heading,
  1070. I will write hashtag and then remember
  1071. <SYNC Start=1182099><P class='en'>&nbsp;
  1072. <SYNC Start=1182099><P class='en'>those headings that I created before
  1073. there&#39;s headings, you can actually access.
  1074. <SYNC Start=1184799><P class='en'>&nbsp;
  1075. <SYNC Start=1184799><P class='en'>So for example, I can do
  1076. a hashtag even smaller.
  1077. <SYNC Start=1187933><P class='en'>&nbsp;
  1078. <SYNC Start=1188066><P class='en'>And so that means that when I actually
  1079. click on this, it&#39;s going to go to
  1080. <SYNC Start=1190700><P class='en'>&nbsp;
  1081. <SYNC Start=1190733><P class='en'>the even smaller pot of that document.
  1082. <SYNC Start=1193099><P class='en'>&nbsp;
  1083. <SYNC Start=1193366><P class='en'>That&#39;s kind of nice, but let&#39;s
  1084. say that I&#39;m actually collecting
  1085. <SYNC Start=1197166><P class='en'>&nbsp;
  1086. <SYNC Start=1197200><P class='en'>a whole bunch of stuff.
  1087. <SYNC Start=1198133><P class='en'>&nbsp;
  1088. <SYNC Start=1198333><P class='en'>And in fact, I want to use that,
  1089. that content inside the heading and
  1090. <SYNC Start=1202566><P class='en'>&nbsp;
  1091. <SYNC Start=1202599><P class='en'>display that into my current document.
  1092. <SYNC Start=1204033><P class='en'>&nbsp;
  1093. <SYNC Start=1204466><P class='en'>What you do is you put an exclamation
  1094. mark here at the very beginning.
  1095. <SYNC Start=1208533><P class='en'>&nbsp;
  1096. <SYNC Start=1208900><P class='en'>When you go to preview this document, what
  1097. happens is that it will actually display
  1098. <SYNC Start=1213099><P class='en'>&nbsp;
  1099. <SYNC Start=1213166><P class='en'>the contents of the heading as well.
  1100. <SYNC Start=1214566><P class='en'>&nbsp;
  1101. <SYNC Start=1214833><P class='en'>So now you&#39;ve got these atomic
  1102. concepts and you can actually, you
  1103. <SYNC Start=1218433><P class='en'>&nbsp;
  1104. <SYNC Start=1218433><P class='en'>know, almost write whole books.
  1105. <SYNC Start=1220233><P class='en'>&nbsp;
  1106. <SYNC Start=1220700><P class='en'>You can write whole articles and
  1107. whole books out of the stuff that
  1108. <SYNC Start=1223099><P class='en'>&nbsp;
  1109. <SYNC Start=1223133><P class='en'>you&#39;ve already written before.
  1110. <SYNC Start=1224299><P class='en'>&nbsp;
  1111. <SYNC Start=1224333><P class='en'>You may not want to do that
  1112. necessarily, but you can
  1113. <SYNC Start=1226566><P class='en'>&nbsp;
  1114. <SYNC Start=1228366><P class='en'>if you wanted to, you can
  1115. actually use this ^, this upward
  1116. <SYNC Start=1231700><P class='en'>&nbsp;
  1117. <SYNC Start=1231700><P class='en'>arrow, and you can actually link
  1118. to individual blocks as well.
  1119. <SYNC Start=1234700><P class='en'>&nbsp;
  1120. <SYNC Start=1234733><P class='en'>So for example, you might have
  1121. a paragraph of text that you
  1122. <SYNC Start=1236766><P class='en'>&nbsp;
  1123. <SYNC Start=1236766><P class='en'>want to specifically link.
  1124. <SYNC Start=1237733><P class='en'>&nbsp;
  1125. <SYNC Start=1237833><P class='en'>So you can just use a caret instead, and
  1126. then although it&#39;s a bit ugly there, but
  1127. <SYNC Start=1242400><P class='en'>&nbsp;
  1128. <SYNC Start=1242500><P class='en'>it would just reference that particular
  1129. part because as you recall, if I go here,
  1130. <SYNC Start=1247099><P class='en'>&nbsp;
  1131. <SYNC Start=1247799><P class='en'>this is the particular
  1132. bit of the reference.
  1133. <SYNC Start=1249566><P class='en'>&nbsp;
  1134. <SYNC Start=1249633><P class='en'>So if you don&#39;t reference the heading,
  1135. just reference the particular paragraph
  1136. <SYNC Start=1252900><P class='en'>&nbsp;
  1137. <SYNC Start=1252900><P class='en'>or whatever, instead, super duper,
  1138. duper powerful, you can think you can
  1139. <SYNC Start=1257066><P class='en'>&nbsp;
  1140. <SYNC Start=1257066><P class='en'>see how this would be very useful.
  1141. <SYNC Start=1258599><P class='en'>&nbsp;
  1142. <SYNC Start=1258633><P class='en'>You know, if you might have a document
  1143. about a concept, but you just want to
  1144. <SYNC Start=1261666><P class='en'>&nbsp;
  1145. <SYNC Start=1261733><P class='en'>reference one particular paragraph.
  1146. <SYNC Start=1263133><P class='en'>&nbsp;
  1147. <SYNC Start=1263166><P class='en'>Whether within medicine, whether in
  1148. consulting within science or research,
  1149. <SYNC Start=1267233><P class='en'>&nbsp;
  1150. <SYNC Start=1267233><P class='en'>you know, that&#39;s really, really good.
  1151. <SYNC Start=1268400><P class='en'>&nbsp;
  1152. <SYNC Start=1268966><P class='en'>You might have a whole bunch of notes
  1153. on a research paper and you just want to
  1154. <SYNC Start=1272733><P class='en'>&nbsp;
  1155. <SYNC Start=1272766><P class='en'>reference one part of that research paper.
  1156. <SYNC Start=1274333><P class='en'>&nbsp;
  1157. <SYNC Start=1274599><P class='en'>Well, that&#39;s how you do it and
  1158. compile it into a new note.
  1159. <SYNC Start=1277733><P class='en'>&nbsp;
  1160. <SYNC Start=1278500><P class='en'>Now you&#39;ve been seeing me sort of
  1161. awkwardly flipping back and forth.
  1162. <SYNC Start=1282299><P class='en'>&nbsp;
  1163. <SYNC Start=1282433><P class='en'>And you must think you must be thinking
  1164. by now, surely there&#39;s a better way
  1165. <SYNC Start=1285266><P class='en'>&nbsp;
  1166. <SYNC Start=1285333><P class='en'>than just flipping back and forth like
  1167. this, you know, do I just open two
  1168. <SYNC Start=1287866><P class='en'>&nbsp;
  1169. <SYNC Start=1287933><P class='en'>Obsidian windows or something like that?
  1170. <SYNC Start=1289599><P class='en'>&nbsp;
  1171. <SYNC Start=1289799><P class='en'>The answer is that you can actually
  1172. make a new pane with Obsidian.
  1173. <SYNC Start=1292500><P class='en'>&nbsp;
  1174. <SYNC Start=1292799><P class='en'>So what I&#39;m going to do is I&#39;m
  1175. going to go to more options.
  1176. <SYNC Start=1295066><P class='en'>&nbsp;
  1177. <SYNC Start=1295099><P class='en'>I&#39;m going to split it vertically.
  1178. <SYNC Start=1296566><P class='en'>&nbsp;
  1179. <SYNC Start=1297266><P class='en'>And then you can say that I&#39;ve got
  1180. these two panes now you can tell
  1181. <SYNC Start=1300799><P class='en'>&nbsp;
  1182. <SYNC Start=1300799><P class='en'>which pane is being activated by
  1183. the little underline, obviously.
  1184. <SYNC Start=1303933><P class='en'>&nbsp;
  1185. <SYNC Start=1304266><P class='en'>And then if I create a new note here and
  1186. let&#39;s say that, you know, I&#39;m just going
  1187. <SYNC Start=1308266><P class='en'>&nbsp;
  1188. <SYNC Start=1308266><P class='en'>to do something like research document.
  1189. <SYNC Start=1310400><P class='en'>&nbsp;
  1190. <SYNC Start=1311533><P class='en'>Then I can be like, oh, like I wanted to,
  1191. you know, grab bits and pieces from here.
  1192. <SYNC Start=1316333><P class='en'>&nbsp;
  1193. <SYNC Start=1316366><P class='en'>And, I can just copy and
  1194. paste that into there.
  1195. <SYNC Start=1317966><P class='en'>&nbsp;
  1196. <SYNC Start=1318000><P class='en'>I could reference it if I wanted
  1197. to and be like that bit in the
  1198. <SYNC Start=1320966><P class='en'>&nbsp;
  1199. <SYNC Start=1321000><P class='en'>new document was pretty cool.
  1200. <SYNC Start=1322966><P class='en'>&nbsp;
  1201. <SYNC Start=1323133><P class='en'>So new document used for reference,
  1202. and then I&#39;ll just type caret.
  1203. <SYNC Start=1326066><P class='en'>&nbsp;
  1204. <SYNC Start=1326500><P class='en'>And then be like, hmm, that bit that
  1205. was like, &quot;here is great&quot;, is great.
  1206. <SYNC Start=1329500><P class='en'>&nbsp;
  1207. <SYNC Start=1330599><P class='en'>And so that&#39;s my new
  1208. research document there.
  1209. <SYNC Start=1332400><P class='en'>&nbsp;
  1210. <SYNC Start=1332866><P class='en'>And so you can use this left-hand
  1211. side to go through you know,
  1212. <SYNC Start=1336633><P class='en'>&nbsp;
  1213. <SYNC Start=1336700><P class='en'>whatever note you want, really.
  1214. <SYNC Start=1337599><P class='en'>&nbsp;
  1215. <SYNC Start=1337633><P class='en'>Command + O, let&#39;s say I was
  1216. talking about Paddy Galloway
  1217. <SYNC Start=1341533><P class='en'>&nbsp;
  1218. <SYNC Start=1342033><P class='en'>and writing a document research.
  1219. <SYNC Start=1343566><P class='en'>&nbsp;
  1220. <SYNC Start=1343633><P class='en'>Well, here I might be like, ah, yeah,
  1221. I&#39;ll include this bit this heading how to
  1222. <SYNC Start=1347700><P class='en'>&nbsp;
  1223. <SYNC Start=1347700><P class='en'>blow up a stagnant channel, because that
  1224. seems like a really interesting thing to
  1225. <SYNC Start=1351133><P class='en'>&nbsp;
  1226. <SYNC Start=1351466><P class='en'>keep in my particular random document.
  1227. <SYNC Start=1353299><P class='en'>&nbsp;
  1228. <SYNC Start=1353433><P class='en'>You can say that if I just type
  1229. how to blow up a slack channel,
  1230. <SYNC Start=1357166><P class='en'>&nbsp;
  1231. <SYNC Start=1357233><P class='en'>that&#39;s not going to work.
  1232. <SYNC Start=1357933><P class='en'>&nbsp;
  1233. <SYNC Start=1358000><P class='en'>Right.
  1234. <SYNC Start=1358333><P class='en'>&nbsp;
  1235. <SYNC Start=1358366><P class='en'>Because you&#39;re not using
  1236. the heading, you&#39;re actually
  1237. <SYNC Start=1360433><P class='en'>&nbsp;
  1238. <SYNC Start=1360433><P class='en'>using the note title, ideally.
  1239. <SYNC Start=1362733><P class='en'>&nbsp;
  1240. <SYNC Start=1362833><P class='en'>And so you might get Hattie Galloway,
  1241. and then you talk the caret or you
  1242. <SYNC Start=1367200><P class='en'>&nbsp;
  1243. <SYNC Start=1367200><P class='en'>type the hashtag to just have headings.
  1244. <SYNC Start=1368799><P class='en'>&nbsp;
  1245. <SYNC Start=1370200><P class='en'>And it&#39;s not going to display by
  1246. default until you use the exclamation
  1247. <SYNC Start=1373533><P class='en'>&nbsp;
  1248. <SYNC Start=1373566><P class='en'>mark like this, and then it will
  1249. display that in a box like that.
  1250. <SYNC Start=1378099><P class='en'>&nbsp;
  1251. <SYNC Start=1378133><P class='en'>So hopefully by showing you this, I&#39;ve
  1252. shown you why links can be extraordinarily
  1253. <SYNC Start=1381099><P class='en'>&nbsp;
  1254. <SYNC Start=1381099><P class='en'>useful for essentially repurposing
  1255. parts of information and putting it
  1256. <SYNC Start=1385700><P class='en'>&nbsp;
  1257. <SYNC Start=1385733><P class='en'>into new information that you have.
  1258. <SYNC Start=1387200><P class='en'>&nbsp;
  1259. <SYNC Start=1387400><P class='en'>This is a very powerful way of
  1260. synthesizing new knowledge and just
  1261. <SYNC Start=1391799><P class='en'>&nbsp;
  1262. <SYNC Start=1391799><P class='en'>gathering knowledge into one place.
  1263. <SYNC Start=1394033><P class='en'>&nbsp;
  1264. <SYNC Start=1394266><P class='en'>You can also create new thoughts
  1265. and original ideas and clay them
  1266. <SYNC Start=1397633><P class='en'>&nbsp;
  1267. <SYNC Start=1397666><P class='en'>all in documents like that in a sort
  1268. of atomic really interesting way.
  1269. <SYNC Start=1401666><P class='en'>&nbsp;
  1270. <SYNC Start=1402033><P class='en'>And the next video, I want to talk
  1271. about hashtags, because hashtags
  1272. <SYNC Start=1405000><P class='en'>&nbsp;
  1273. <SYNC Start=1405000><P class='en'>something that actually lets you
  1274. search for things a lot easier.
  1275. <SYNC Start=1407533><P class='en'>&nbsp;
  1276. <SYNC Start=1407533><P class='en'>And it&#39;s not just about the headings,
  1277. but let me save that for the next video.
  1278. <SYNC Start=1411566><P class='en'>&nbsp;
  1279. <SYNC Start=1411900><P class='en'>In this video, I&#39;m going to talk about
  1280. hashtags and how they can help you search.
  1281. <SYNC Start=1414933><P class='en'>&nbsp;
  1282. <SYNC Start=1415200><P class='en'>When you&#39;re writing things
  1283. <SYNC Start=1416500><P class='en'>&nbsp;
  1284. <SYNC Start=1416533><P class='en'>in Obsidian, you want to think like
  1285. a writer, not like an archiver.
  1286. <SYNC Start=1419833><P class='en'>&nbsp;
  1287. <SYNC Start=1420233><P class='en'>And this is actually a concept from
  1288. David Kadavy&#39;s book, the Digital
  1289. <SYNC Start=1423433><P class='en'>&nbsp;
  1290. <SYNC Start=1423433><P class='en'>Zettelkasten, which are actually,
  1291. I&#39;ll get a lot of inspiration
  1292. <SYNC Start=1426266><P class='en'>&nbsp;
  1293. <SYNC Start=1426266><P class='en'>from, for this particular course.
  1294. <SYNC Start=1427566><P class='en'>&nbsp;
  1295. <SYNC Start=1427633><P class='en'>It&#39;s a really, really good book.
  1296. <SYNC Start=1428566><P class='en'>&nbsp;
  1297. <SYNC Start=1428599><P class='en'>So you can definitely check
  1298. that out if you&#39;re interested.
  1299. <SYNC Start=1430200><P class='en'>&nbsp;
  1300. <SYNC Start=1430233><P class='en'>What a hashtag is: so let&#39;s say I&#39;m
  1301. just going to talk about YouTube
  1302. <SYNC Start=1433466><P class='en'>&nbsp;
  1303. <SYNC Start=1434000><P class='en'>/ storytelling, because that&#39;s something
  1304. I&#39;ve focused a heck of a lot on, right.
  1305. <SYNC Start=1437333><P class='en'>&nbsp;
  1306. <SYNC Start=1437666><P class='en'>And, you know, I might be like, hmm,
  1307. I want to have a concept, which I can
  1308. <SYNC Start=1441866><P class='en'>&nbsp;
  1309. <SYNC Start=1441866><P class='en'>search later, but there may not be
  1310. necessarily a prompt for that concept.
  1311. <SYNC Start=1446900><P class='en'>&nbsp;
  1312. <SYNC Start=1447033><P class='en'>I might in the future think, &quot;I want
  1313. to improve my YouTube storytelling.
  1314. <SYNC Start=1450633><P class='en'>&nbsp;
  1315. <SYNC Start=1450933><P class='en'>Let me just try to collate all
  1316. the information that I&#39;ve got on
  1317. <SYNC Start=1454700><P class='en'>&nbsp;
  1318. <SYNC Start=1454700><P class='en'>YouTube storytelling in the past&quot;.
  1319. <SYNC Start=1455966><P class='en'>&nbsp;
  1320. <SYNC Start=1456366><P class='en'>And so, you know, one way you could
  1321. do that is that if you sort of
  1322. <SYNC Start=1458866><P class='en'>&nbsp;
  1323. <SYNC Start=1458900><P class='en'>know in advance, you might be like,
  1324. oh yeah, well I&#39;ll just create a
  1325. <SYNC Start=1461833><P class='en'>&nbsp;
  1326. <SYNC Start=1461833><P class='en'>YouTube storytelling niche, right.
  1327. <SYNC Start=1463333><P class='en'>&nbsp;
  1328. <SYNC Start=1464166><P class='en'>And suddenly that&#39;s a viable way to
  1329. do it and you can put stuff in there.
  1330. <SYNC Start=1467666><P class='en'>&nbsp;
  1331. <SYNC Start=1467900><P class='en'>I think a better way to do it is
  1332. actually instead of creating a separate
  1333. <SYNC Start=1470799><P class='en'>&nbsp;
  1334. <SYNC Start=1470833><P class='en'>note for it, because you can see
  1335. I&#39;ve been an access to that note.
  1336. <SYNC Start=1472733><P class='en'>&nbsp;
  1337. <SYNC Start=1472733><P class='en'>It&#39;s not very beefed out despite the
  1338. fact that I&#39;ve been thinking about
  1339. <SYNC Start=1475166><P class='en'>&nbsp;
  1340. <SYNC Start=1475200><P class='en'>YouTube storytelling for literally years.
  1341. <SYNC Start=1476900><P class='en'>&nbsp;
  1342. <SYNC Start=1477333><P class='en'>And the reason is because I put
  1343. everything on the hashtags that I&#39;m
  1344. <SYNC Start=1480333><P class='en'>&nbsp;
  1345. <SYNC Start=1480333><P class='en'>going to know that I can search.
  1346. <SYNC Start=1482000><P class='en'>&nbsp;
  1347. <SYNC Start=1482099><P class='en'>So if I&#39;m like, hmm.
  1348. <SYNC Start=1483266><P class='en'>&nbsp;
  1349. <SYNC Start=1483299><P class='en'>Like I want to, I should think about
  1350. how anime applies to storytelling.
  1351. <SYNC Start=1492133><P class='en'>&nbsp;
  1352. <SYNC Start=1493033><P class='en'>I might do that for example.
  1353. <SYNC Start=1494000><P class='en'>&nbsp;
  1354. <SYNC Start=1494033><P class='en'>Right.
  1355. <SYNC Start=1494266><P class='en'>&nbsp;
  1356. <SYNC Start=1494533><P class='en'>And so it means that if I go to the
  1357. search function of the top left here,
  1358. <SYNC Start=1497433><P class='en'>&nbsp;
  1359. <SYNC Start=1497700><P class='en'>and then I start typing to search,
  1360. I can actually search by tags.
  1361. <SYNC Start=1501700><P class='en'>&nbsp;
  1362. <SYNC Start=1501733><P class='en'>And so in this particular case, I
  1363. type the tag, you two says choice
  1364. <SYNC Start=1505000><P class='en'>&nbsp;
  1365. <SYNC Start=1505033><P class='en'>telling, and then I can see all the
  1366. times that on my different daily
  1367. <SYNC Start=1509700><P class='en'>&nbsp;
  1368. <SYNC Start=1509700><P class='en'>notes, I had thought about it.
  1369. <SYNC Start=1511900><P class='en'>&nbsp;
  1370. <SYNC Start=1511966><P class='en'>And that&#39;s why I&#39;m using daily notes
  1371. because daily notes means, you know,
  1372. <SYNC Start=1515366><P class='en'>&nbsp;
  1373. <SYNC Start=1515400><P class='en'>you can just refresh the page and you
  1374. don&#39;t have to worry about the stuff
  1375. <SYNC Start=1518133><P class='en'>&nbsp;
  1376. <SYNC Start=1518166><P class='en'>you thought about before, because
  1377. it&#39;s actually easily searchable.
  1378. <SYNC Start=1520700><P class='en'>&nbsp;
  1379. <SYNC Start=1520933><P class='en'>So here I&#39;ve obviously thought
  1380. about it like, oh yeah, I could
  1381. <SYNC Start=1524233><P class='en'>&nbsp;
  1382. <SYNC Start=1524299><P class='en'>animate the, to, you can do stuff.
  1383. <SYNC Start=1525799><P class='en'>&nbsp;
  1384. <SYNC Start=1525799><P class='en'>I can expand maps with my hands
  1385. and stuff and composite that.
  1386. <SYNC Start=1529700><P class='en'>&nbsp;
  1387. <SYNC Start=1529700><P class='en'>And then, you know, I&#39;ve got
  1388. different different concepts about
  1389. <SYNC Start=1532766><P class='en'>&nbsp;
  1390. <SYNC Start=1532799><P class='en'>YouTube storytelling that I&#39;ve
  1391. thought about, and I can collate
  1392. <SYNC Start=1535500><P class='en'>&nbsp;
  1393. <SYNC Start=1535500><P class='en'>it into some sort of document.
  1394. <SYNC Start=1536566><P class='en'>&nbsp;
  1395. <SYNC Start=1536599><P class='en'>So for example, I might want to be
  1396. like, hmm, I need to distill some of
  1397. <SYNC Start=1540033><P class='en'>&nbsp;
  1398. <SYNC Start=1540033><P class='en'>these because this is very interesting.
  1399. <SYNC Start=1541599><P class='en'>&nbsp;
  1400. <SYNC Start=1541866><P class='en'>And nice and academic, for sure.
  1401. <SYNC Start=1543400><P class='en'>&nbsp;
  1402. <SYNC Start=1543466><P class='en'>But having all these unrelated concepts
  1403. that are just sort of out there in the
  1404. <SYNC Start=1548066><P class='en'>&nbsp;
  1405. <SYNC Start=1548099><P class='en'>world, they&#39;re out there, my daily notes,
  1406. they&#39;re not really that functional yet.
  1407. <SYNC Start=1551933><P class='en'>&nbsp;
  1408. <SYNC Start=1551966><P class='en'>You know, there&#39;s this raw data
  1409. waiting to be mined and distilled into
  1410. <SYNC Start=1556066><P class='en'>&nbsp;
  1411. <SYNC Start=1556066><P class='en'>something that I can actually use.
  1412. <SYNC Start=1557400><P class='en'>&nbsp;
  1413. <SYNC Start=1557666><P class='en'>So, I will create like a new pane here.
  1414. <SYNC Start=1559599><P class='en'>&nbsp;
  1415. <SYNC Start=1559599><P class='en'>So, I will create like a new pane here.
  1416. <SYNC Start=1560366><P class='en'>&nbsp;
  1417. <SYNC Start=1560400><P class='en'>So there&#39;s vertically, I&#39;m going
  1418. to shorten this and then I&#39;m going
  1419. <SYNC Start=1564200><P class='en'>&nbsp;
  1420. <SYNC Start=1564233><P class='en'>to use this to open up my YouTube
  1421. literature note which is my, my
  1422. <SYNC Start=1568299><P class='en'>&nbsp;
  1423. <SYNC Start=1568299><P class='en'>baby note, which is my favorite
  1424. child of this entire Obsidian thing.
  1425. <SYNC Start=1572666><P class='en'>&nbsp;
  1426. <SYNC Start=1573533><P class='en'>And then I&#39;ll be like, well, let me go to
  1427. the section that talks about storytelling.
  1428. <SYNC Start=1577866><P class='en'>&nbsp;
  1429. <SYNC Start=1577933><P class='en'>It&#39;s talking about
  1430. storytelling for retention.
  1431. <SYNC Start=1579466><P class='en'>&nbsp;
  1432. <SYNC Start=1579500><P class='en'>So I might want to add some more
  1433. stuff and be like, ah, let&#39;s see.
  1434. <SYNC Start=1583366><P class='en'>&nbsp;
  1435. <SYNC Start=1583466><P class='en'>I love this idea that I can use a, you
  1436. know, something in Blender, something in
  1437. <SYNC Start=1587666><P class='en'>&nbsp;
  1438. <SYNC Start=1587666><P class='en'>3d modeling software and then put it in.
  1439. <SYNC Start=1589599><P class='en'>&nbsp;
  1440. <SYNC Start=1589666><P class='en'>So I might reference that
  1441. particular idea and put into here.
  1442. <SYNC Start=1592466><P class='en'>&nbsp;
  1443. <SYNC Start=1592599><P class='en'>The way I would do that is I can
  1444. simply go type in the 01/05/22, because
  1445. <SYNC Start=1597966><P class='en'>&nbsp;
  1446. <SYNC Start=1597966><P class='en'>that&#39;s the document that we&#39;ve got
  1447. open and then use the caret and then
  1448. <SYNC Start=1602166><P class='en'>&nbsp;
  1449. <SYNC Start=1602200><P class='en'>go to the bits, which talks about 3d
  1450. Linda, and then include that there.
  1451. <SYNC Start=1607000><P class='en'>&nbsp;
  1452. <SYNC Start=1607033><P class='en'>So that when I actually, you know,
  1453. oops, sorry, it&#39;s not expanded yet.
  1454. <SYNC Start=1610466><P class='en'>&nbsp;
  1455. <SYNC Start=1610733><P class='en'>So you can actually put the exclamation
  1456. mark and then it will be expanded as like
  1457. <SYNC Start=1614133><P class='en'>&nbsp;
  1458. <SYNC Start=1614166><P class='en'>a separate concept there, w hich is great.
  1459. <SYNC Start=1616199><P class='en'>&nbsp;
  1460. <SYNC Start=1616700><P class='en'>And so you can see how you can just go
  1461. and essentially collate different things.
  1462. <SYNC Start=1621500><P class='en'>&nbsp;
  1463. <SYNC Start=1621533><P class='en'>You can do the research on the
  1464. left-hand side, and then you can use
  1465. <SYNC Start=1624400><P class='en'>&nbsp;
  1466. <SYNC Start=1624400><P class='en'>the right-hand side to do sort of a
  1467. more formal, more structured note.
  1468. <SYNC Start=1628299><P class='en'>&nbsp;
  1469. <SYNC Start=1628633><P class='en'>So that&#39;s basically how hashtags work.
  1470. <SYNC Start=1630333><P class='en'>&nbsp;
  1471. <SYNC Start=1630433><P class='en'>And so that makes search
  1472. very, very powerful.
  1473. <SYNC Start=1632599><P class='en'>&nbsp;
  1474. <SYNC Start=1632933><P class='en'>Now...
  1475. <SYNC Start=1633033><P class='en'>&nbsp;
  1476. <SYNC Start=1634166><P class='en'>hashtags.
  1477. <SYNC Start=1634799><P class='en'>&nbsp;
  1478. <SYNC Start=1634833><P class='en'>Sometimes you might forget
  1479. which tags you&#39;ve actually made.
  1480. <SYNC Start=1637500><P class='en'>&nbsp;
  1481. <SYNC Start=1637566><P class='en'>So in this particular case, Uh, there&#39;s
  1482. a plugin code tag pane and that can show
  1483. <SYNC Start=1640933><P class='en'>&nbsp;
  1484. <SYNC Start=1640966><P class='en'>you the tags and the number of occurences.
  1485. <SYNC Start=1642566><P class='en'>&nbsp;
  1486. <SYNC Start=1642599><P class='en'>So if you go to the tag pane here and
  1487. activate that, then you can see, I&#39;ve
  1488. <SYNC Start=1646700><P class='en'>&nbsp;
  1489. <SYNC Start=1646700><P class='en'>talked about YouTube, quite a bunch.
  1490. <SYNC Start=1648666><P class='en'>&nbsp;
  1491. <SYNC Start=1648733><P class='en'>And then I can, you know, when I click
  1492. there, it&#39;ll automatically search for
  1493. <SYNC Start=1652666><P class='en'>&nbsp;
  1494. <SYNC Start=1652700><P class='en'>the tag in the left-hand side there.
  1495. <SYNC Start=1654099><P class='en'>&nbsp;
  1496. <SYNC Start=1654099><P class='en'>So I don&#39;t need to remember the tag.
  1497. <SYNC Start=1655366><P class='en'>&nbsp;
  1498. <SYNC Start=1655433><P class='en'>Unfortunately this can be a little bit
  1499. convoluted because the fact that you
  1500. <SYNC Start=1658000><P class='en'>&nbsp;
  1501. <SYNC Start=1658000><P class='en'>can&#39;t actually search these tags properly.
  1502. <SYNC Start=1660500><P class='en'>&nbsp;
  1503. <SYNC Start=1660966><P class='en'>The next video.
  1504. <SYNC Start=1661633><P class='en'>&nbsp;
  1505. <SYNC Start=1661666><P class='en'>You&#39;ll probably wondering, you
  1506. know, I can use tags, I can
  1507. <SYNC Start=1664266><P class='en'>&nbsp;
  1508. <SYNC Start=1664299><P class='en'>use things, but what do I do?
  1509. <SYNC Start=1666666><P class='en'>&nbsp;
  1510. <SYNC Start=1666700><P class='en'>Like, should I use tags or use links?
  1511. <SYNC Start=1668333><P class='en'>&nbsp;
  1512. <SYNC Start=1668566><P class='en'>And that&#39;s what I want to talk about
  1513. in the next video, a stick around.
  1514. <SYNC Start=1671500><P class='en'>&nbsp;
  1515. <SYNC Start=1672700><P class='en'>Okay.
  1516. <SYNC Start=1673033><P class='en'>&nbsp;
  1517. <SYNC Start=1673033><P class='en'>So onto the next video.
  1518. <SYNC Start=1674000><P class='en'>&nbsp;
  1519. <SYNC Start=1674066><P class='en'>And the question is
  1520. when should I use links?
  1521. <SYNC Start=1678066><P class='en'>&nbsp;
  1522. <SYNC Start=1678466><P class='en'>When should I use hashtags?
  1523. <SYNC Start=1681700><P class='en'>&nbsp;
  1524. <SYNC Start=1682000><P class='en'>Now, the time that you want to use links,
  1525. links are when you want concepts, pages,
  1526. <SYNC Start=1688233><P class='en'>&nbsp;
  1527. <SYNC Start=1688333><P class='en'>you know, reasonable stuff, basically.
  1528. <SYNC Start=1689900><P class='en'>&nbsp;
  1529. <SYNC Start=1689933><P class='en'>But hashtags are fundamentally
  1530. about searchability.
  1531. <SYNC Start=1692133><P class='en'>&nbsp;
  1532. <SYNC Start=1692500><P class='en'>So the aim of a hashtag is basically, you
  1533. just want something that broadly speaking,
  1534. <SYNC Start=1697766><P class='en'>&nbsp;
  1535. <SYNC Start=1697866><P class='en'>if you search for that hashtag, and, you
  1536. know, for example, you can find YouTube
  1537. <SYNC Start=1702166><P class='en'>&nbsp;
  1538. <SYNC Start=1702200><P class='en'>storytelling as the one I tend to use.
  1539. <SYNC Start=1704066><P class='en'>&nbsp;
  1540. <SYNC Start=1704166><P class='en'>So let&#39;s go to tags,
  1541. YouTube/storytelling, then you want
  1542. <SYNC Start=1708966><P class='en'>&nbsp;
  1543. <SYNC Start=1708966><P class='en'>to categorize a particular topic.
  1544. <SYNC Start=1710799><P class='en'>&nbsp;
  1545. <SYNC Start=1710833><P class='en'>But you don&#39;t necessarily know what
  1546. the structure of that topic is.
  1547. <SYNC Start=1713566><P class='en'>&nbsp;
  1548. <SYNC Start=1713766><P class='en'>I tend to use hashtags for that.
  1549. <SYNC Start=1715200><P class='en'>&nbsp;
  1550. <SYNC Start=1715266><P class='en'>And that&#39;s very, very useful for you
  1551. getting just random bits of information
  1552. <SYNC Start=1718599><P class='en'>&nbsp;
  1553. <SYNC Start=1718933><P class='en'>that may be vaguely related to a topic.
  1554. <SYNC Start=1720633><P class='en'>&nbsp;
  1555. <SYNC Start=1721000><P class='en'>Hashtags are purely a searchability thing.
  1556. <SYNC Start=1723266><P class='en'>&nbsp;
  1557. <SYNC Start=1723333><P class='en'>It means that you can put it as
  1558. the tag, as a separate thing in
  1559. <SYNC Start=1725833><P class='en'>&nbsp;
  1560. <SYNC Start=1725866><P class='en'>the search bar, and then you might,
  1561. you know, further define the tags.
  1562. <SYNC Start=1728933><P class='en'>&nbsp;
  1563. <SYNC Start=1729266><P class='en'>For example, it might be like, oh, I want
  1564. to just see the times that Paddy Galloway
  1565. <SYNC Start=1732666><P class='en'>&nbsp;
  1566. <SYNC Start=1732733><P class='en'>has talked about a YouTube storytelling
  1567. so that&#39;s when you would use a tag.
  1568. <SYNC Start=1737099><P class='en'>&nbsp;
  1569. <SYNC Start=1737566><P class='en'>Links, on the other hand, you can use a
  1570. link just to see like a link is like a
  1571. <SYNC Start=1742966><P class='en'>&nbsp;
  1572. <SYNC Start=1743000><P class='en'>separate node that you&#39;ve created and you
  1573. can see what links to that node and create
  1574. <SYNC Start=1746966><P class='en'>&nbsp;
  1575. <SYNC Start=1747000><P class='en'>something that&#39;s a bit more structured.
  1576. <SYNC Start=1748233><P class='en'>&nbsp;
  1577. <SYNC Start=1748266><P class='en'>So I use hashtags as categories,
  1578. but those categories are categories
  1579. <SYNC Start=1753466><P class='en'>&nbsp;
  1580. <SYNC Start=1753500><P class='en'>that I know are meaningful to me.
  1581. <SYNC Start=1756033><P class='en'>&nbsp;
  1582. <SYNC Start=1756400><P class='en'>They&#39;re not just things like #music,
  1583. you know, because for example,
  1584. <SYNC Start=1759900><P class='en'>&nbsp;
  1585. <SYNC Start=1759900><P class='en'>that could mean anything, you know.
  1586. <SYNC Start=1761266><P class='en'>&nbsp;
  1587. <SYNC Start=1761299><P class='en'>Do I mean music composition?
  1588. <SYNC Start=1763066><P class='en'>&nbsp;
  1589. <SYNC Start=1763166><P class='en'>Do I mean a music theory?
  1590. <SYNC Start=1765566><P class='en'>&nbsp;
  1591. <SYNC Start=1765666><P class='en'>Do I mean, just music
  1592. that I like listening to?
  1593. <SYNC Start=1768266><P class='en'>&nbsp;
  1594. <SYNC Start=1768266><P class='en'>There&#39;s a lot of different
  1595. aspects in #music.
  1596. <SYNC Start=1770400><P class='en'>&nbsp;
  1597. <SYNC Start=1771166><P class='en'>So just creating a very, very broad
  1598. hashtag is not actually that useful.
  1599. <SYNC Start=1775400><P class='en'>&nbsp;
  1600. <SYNC Start=1775799><P class='en'>Rather you should think of hashtags
  1601. as having some sort of purpose.
  1602. <SYNC Start=1779066><P class='en'>&nbsp;
  1603. <SYNC Start=1779066><P class='en'>You know, I have a particular intention
  1604. when I write this hashtag, and I know
  1605. <SYNC Start=1784233><P class='en'>&nbsp;
  1606. <SYNC Start=1784233><P class='en'>that that intention is the thing that
  1607. I&#39;m going to be thinking about when I&#39;m
  1608. <SYNC Start=1787033><P class='en'>&nbsp;
  1609. <SYNC Start=1787066><P class='en'>searching for this particular concept.
  1610. <SYNC Start=1788433><P class='en'>&nbsp;
  1611. <SYNC Start=1788500><P class='en'>For example I know that YouTube
  1612. storytelling is a really important
  1613. <SYNC Start=1791366><P class='en'>&nbsp;
  1614. <SYNC Start=1791400><P class='en'>part of being a good YouTuber.
  1615. <SYNC Start=1793066><P class='en'>&nbsp;
  1616. <SYNC Start=1793533><P class='en'>When I went to research ways that I can
  1617. improve based on the different notes
  1618. <SYNC Start=1796833><P class='en'>&nbsp;
  1619. <SYNC Start=1796833><P class='en'>that I&#39;ve taken in the past, but haven&#39;t
  1620. really distilled down, I&#39;m going to use
  1621. <SYNC Start=1800433><P class='en'>&nbsp;
  1622. <SYNC Start=1800433><P class='en'>the hashtag YouTube/storytelling to
  1623. gather my different thoughts there.
  1624. <SYNC Start=1804900><P class='en'>&nbsp;
  1625. <SYNC Start=1804933><P class='en'>And then use it in the
  1626. research like I&#39;ve done before.
  1627. <SYNC Start=1807400><P class='en'>&nbsp;
  1628. <SYNC Start=1807599><P class='en'>So hashtags should be categories with
  1629. intent and then links should be topics,
  1630. <SYNC Start=1813000><P class='en'>&nbsp;
  1631. <SYNC Start=1813299><P class='en'>concepts, research, articles, et cetera.
  1632. <SYNC Start=1816766><P class='en'>&nbsp;
  1633. <SYNC Start=1816866><P class='en'>Let me show you a few of my notes just
  1634. to illustrate the concept further.
  1635. <SYNC Start=1819500><P class='en'>&nbsp;
  1636. <SYNC Start=1819533><P class='en'>And this is the unique
  1637. part of this course.
  1638. <SYNC Start=1821033><P class='en'>&nbsp;
  1639. <SYNC Start=1821066><P class='en'>So, because I feel like this just needs
  1640. a bit more explanation, a few more
  1641. <SYNC Start=1824299><P class='en'>&nbsp;
  1642. <SYNC Start=1824333><P class='en'>actual examples of people using it.
  1643. <SYNC Start=1825833><P class='en'>&nbsp;
  1644. <SYNC Start=1825900><P class='en'>So let me show you how I use it in my
  1645. actual notes, because I feel like that
  1646. <SYNC Start=1829500><P class='en'>&nbsp;
  1647. <SYNC Start=1829599><P class='en'>demonstration is going to illustrate
  1648. it a lot better than perhaps this
  1649. <SYNC Start=1832766><P class='en'>&nbsp;
  1650. <SYNC Start=1832833><P class='en'>theoretical thing, which kind of feels
  1651. a bit hard to grasp at the moment.
  1652. <SYNC Start=1836033><P class='en'>&nbsp;
  1653. <SYNC Start=1836066><P class='en'>So here&#39;s a fairly recent
  1654. note on the 27th of May.
  1655. <SYNC Start=1839099><P class='en'>&nbsp;
  1656. <SYNC Start=1839166><P class='en'>So, here, I&#39;ve been thinking about a
  1657. different YouTube channel called the
  1658. <SYNC Start=1843299><P class='en'>&nbsp;
  1659. <SYNC Start=1843333><P class='en'>Darby, and that&#39;s a channel, that&#39;s a
  1660. channel that is exists to do YouTube case
  1661. <SYNC Start=1847533><P class='en'>&nbsp;
  1662. <SYNC Start=1847566><P class='en'>studies on successful YouTube videos.
  1663. <SYNC Start=1849466><P class='en'>&nbsp;
  1664. <SYNC Start=1849766><P class='en'>And I tried to document all my stuff
  1665. that with regards to YouTube into this
  1666. <SYNC Start=1854166><P class='en'>&nbsp;
  1667. <SYNC Start=1854166><P class='en'>category of Dabido&#39;s YouTube Journey.
  1668. <SYNC Start=1856066><P class='en'>&nbsp;
  1669. <SYNC Start=1856066><P class='en'>So Dabido&#39;s YouTube Journey, if I go to
  1670. that, it&#39;s empty because eventually I will
  1671. <SYNC Start=1861433><P class='en'>&nbsp;
  1672. <SYNC Start=1861433><P class='en'>come back and summarize it based on the
  1673. different times that I&#39;ve mentioned it in
  1674. <SYNC Start=1865566><P class='en'>&nbsp;
  1675. <SYNC Start=1865599><P class='en'>the backlinks that I&#39;ve got there before.
  1676. <SYNC Start=1867733><P class='en'>&nbsp;
  1677. <SYNC Start=1867799><P class='en'>But I&#39;ve yet to do that.
  1678. <SYNC Start=1869000><P class='en'>&nbsp;
  1679. <SYNC Start=1869166><P class='en'>So let me just go back for now.
  1680. <SYNC Start=1871333><P class='en'>&nbsp;
  1681. <SYNC Start=1872200><P class='en'>And this Dabi Analysis channel.
  1682. <SYNC Start=1873766><P class='en'>&nbsp;
  1683. <SYNC Start=1873833><P class='en'>I might create a separate note for that.
  1684. <SYNC Start=1875233><P class='en'>&nbsp;
  1685. <SYNC Start=1875266><P class='en'>I&#39;ve mentioned a few times and, and
  1686. see what I&#39;ve written about in the past
  1687. <SYNC Start=1877900><P class='en'>&nbsp;
  1688. <SYNC Start=1877900><P class='en'>as well, but But I&#39;ve created that as
  1689. a topic or as a link, because I know
  1690. <SYNC Start=1882799><P class='en'>&nbsp;
  1691. <SYNC Start=1882833><P class='en'>that I&#39;m going to come back and try to
  1692. summarize a whole bunch of stuff that
  1693. <SYNC Start=1885633><P class='en'>&nbsp;
  1694. <SYNC Start=1885666><P class='en'>I&#39;m going to chuck into there later.
  1695. <SYNC Start=1886633><P class='en'>&nbsp;
  1696. <SYNC Start=1886933><P class='en'>When I&#39;ve documented these things,
  1697. actually when this note started off,
  1698. <SYNC Start=1890233><P class='en'>&nbsp;
  1699. <SYNC Start=1890299><P class='en'>I actually had had all of this, all
  1700. of this was written in my daily notes
  1701. <SYNC Start=1895633><P class='en'>&nbsp;
  1702. <SYNC Start=1895666><P class='en'>initially, but then I decided, hmm.
  1703. <SYNC Start=1898466><P class='en'>&nbsp;
  1704. <SYNC Start=1898533><P class='en'>Like I want to actually
  1705. put it into a proper note.
  1706. <SYNC Start=1900599><P class='en'>&nbsp;
  1707. <SYNC Start=1900633><P class='en'>So I took what was essentially
  1708. like something like this.
  1709. <SYNC Start=1903566><P class='en'>&nbsp;
  1710. <SYNC Start=1903633><P class='en'>And then I did that thing before
  1711. where you sort of highlight all of
  1712. <SYNC Start=1906566><P class='en'>&nbsp;
  1713. <SYNC Start=1906566><P class='en'>it and then you right click and then
  1714. you extract the current selection and
  1715. <SYNC Start=1911666><P class='en'>&nbsp;
  1716. <SYNC Start=1911700><P class='en'>then you put it into a different page.
  1717. <SYNC Start=1913066><P class='en'>&nbsp;
  1718. <SYNC Start=1913233><P class='en'>So all of that eventually went
  1719. into the Dabi analysis production
  1720. <SYNC Start=1917766><P class='en'>&nbsp;
  1721. <SYNC Start=1917766><P class='en'>pipeline, &#39;cause I want you to think
  1722. about how to optimize my processes.
  1723. <SYNC Start=1920433><P class='en'>&nbsp;
  1724. <SYNC Start=1921233><P class='en'>YouTube Storytelling is the tag I probably
  1725. use the most on my Obsidian, &#39;cause I
  1726. <SYNC Start=1926299><P class='en'>&nbsp;
  1727. <SYNC Start=1926299><P class='en'>think a lot about how to tell better
  1728. YouTube stories and you can see that I&#39;ve
  1729. <SYNC Start=1930299><P class='en'>&nbsp;
  1730. <SYNC Start=1930299><P class='en'>just got it there just with a thought.
  1731. <SYNC Start=1932066><P class='en'>&nbsp;
  1732. <SYNC Start=1932200><P class='en'>I&#39;ve created this hashtag #ToNote, which
  1733. is something that I&#39;ve created recently
  1734. <SYNC Start=1935799><P class='en'>&nbsp;
  1735. <SYNC Start=1936000><P class='en'>where I might be like, hmm, like there&#39;s a
  1736. few notes that I feel like I need to make
  1737. <SYNC Start=1941066><P class='en'>&nbsp;
  1738. <SYNC Start=1941066><P class='en'>into like a proper note somehow, but I
  1739. haven&#39;t had the time or thought to do it.
  1740. <SYNC Start=1944966><P class='en'>&nbsp;
  1741. <SYNC Start=1944966><P class='en'>So I just put it into this #ToNote
  1742. hashtag and then I can say like,
  1743. <SYNC Start=1949633><P class='en'>&nbsp;
  1744. <SYNC Start=1949666><P class='en'>oh yeah, like these are the things
  1745. I thought I should really try to
  1746. <SYNC Start=1952766><P class='en'>&nbsp;
  1747. <SYNC Start=1952799><P class='en'>put this in separate note before.
  1748. <SYNC Start=1954033><P class='en'>&nbsp;
  1749. <SYNC Start=1954166><P class='en'>So you could almost use it
  1750. as like a to-do list system.
  1751. <SYNC Start=1956900><P class='en'>&nbsp;
  1752. <SYNC Start=1957000><P class='en'>Right.
  1753. <SYNC Start=1957333><P class='en'>&nbsp;
  1754. <SYNC Start=1957400><P class='en'>In fact, you can literally
  1755. use #ToDo as a hashtag.
  1756. <SYNC Start=1960500><P class='en'>&nbsp;
  1757. <SYNC Start=1960566><P class='en'>For example, I need to read this
  1758. case study and then when I&#39;m done,
  1759. <SYNC Start=1965133><P class='en'>&nbsp;
  1760. <SYNC Start=1965200><P class='en'>I would delete the to-do bit.
  1761. <SYNC Start=1967200><P class='en'>&nbsp;
  1762. <SYNC Start=1967266><P class='en'>So it doesn&#39;t come up here again.
  1763. <SYNC Start=1968466><P class='en'>&nbsp;
  1764. <SYNC Start=1968533><P class='en'>So this is one way you could do it.
  1765. <SYNC Start=1969833><P class='en'>&nbsp;
  1766. <SYNC Start=1969933><P class='en'>You can say that that gets
  1767. very messy, very quickly.
  1768. <SYNC Start=1971700><P class='en'>&nbsp;
  1769. <SYNC Start=1971733><P class='en'>But you can use Obsidian as like a kind of
  1770. productivity system by doing that as well.
  1771. <SYNC Start=1975900><P class='en'>&nbsp;
  1772. <SYNC Start=1976099><P class='en'>Here, I&#39;ve got another link for Hayao
  1773. Miyazaki because he is a person and
  1774. <SYNC Start=1982166><P class='en'>&nbsp;
  1775. <SYNC Start=1982200><P class='en'>I tend to use people as a concept
  1776. or a topic in themselves, right?
  1777. <SYNC Start=1985533><P class='en'>&nbsp;
  1778. <SYNC Start=1985566><P class='en'>Because I might collect
  1779. different things from them.
  1780. <SYNC Start=1987266><P class='en'>&nbsp;
  1781. <SYNC Start=1987299><P class='en'>So when I go to his page, this is
  1782. the only time I&#39;ve mentioned him.
  1783. <SYNC Start=1990066><P class='en'>&nbsp;
  1784. <SYNC Start=1990066><P class='en'>So I haven&#39;t really, you
  1785. know, beefed it out a bit.
  1786. <SYNC Start=1992166><P class='en'>&nbsp;
  1787. <SYNC Start=1992266><P class='en'>But if I do more research on
  1788. Hayao Miyazaki then suddenly
  1789. <SYNC Start=1995966><P class='en'>&nbsp;
  1790. <SYNC Start=1996033><P class='en'>I&#39;ll chuck it into this note.
  1791. <SYNC Start=1997500><P class='en'>&nbsp;
  1792. <SYNC Start=1997733><P class='en'>and here, I&#39;ve just included a quote
  1793. from him just saying, I should not handle
  1794. <SYNC Start=2001599><P class='en'>&nbsp;
  1795. <SYNC Start=2001633><P class='en'>seeing this in a way for the sake of the
  1796. audience and well found things in simply
  1797. <SYNC Start=2004466><P class='en'>&nbsp;
  1798. <SYNC Start=2004466><P class='en'>logic that guide the creation of a story.
  1799. <SYNC Start=2006466><P class='en'>&nbsp;
  1800. <SYNC Start=2006599><P class='en'>So, here, I&#39;ve always included the
  1801. hashtag YouTube storytelling again, in
  1802. <SYNC Start=2010000><P class='en'>&nbsp;
  1803. <SYNC Start=2010033><P class='en'>case I want to look at it, the reason
  1804. for including it more times in a single
  1805. <SYNC Start=2014466><P class='en'>&nbsp;
  1806. <SYNC Start=2014466><P class='en'>document is because I want to see it
  1807. in the context of the document, because
  1808. <SYNC Start=2017533><P class='en'>&nbsp;
  1809. <SYNC Start=2017566><P class='en'>actually when you search up here and you
  1810. search tags or YouTube here, like it comes
  1811. <SYNC Start=2022566><P class='en'>&nbsp;
  1812. <SYNC Start=2022566><P class='en'>up sort of, expand to show more context.
  1813. <SYNC Start=2026066><P class='en'>&nbsp;
  1814. <SYNC Start=2026166><P class='en'>When you&#39;re writing hashtags, you&#39;re
  1815. thinking about yourself, searching for
  1816. <SYNC Start=2030266><P class='en'>&nbsp;
  1817. <SYNC Start=2030266><P class='en'>this potential thing in the future.
  1818. <SYNC Start=2031766><P class='en'>&nbsp;
  1819. <SYNC Start=2031866><P class='en'>It&#39;s not an archive.
  1820. <SYNC Start=2033200><P class='en'>&nbsp;
  1821. <SYNC Start=2033233><P class='en'>You don&#39;t want to just use hashtags,
  1822. Willy nilly to archive different
  1823. <SYNC Start=2036266><P class='en'>&nbsp;
  1824. <SYNC Start=2036299><P class='en'>things and be like #music, yay.
  1825. <SYNC Start=2038133><P class='en'>&nbsp;
  1826. <SYNC Start=2038700><P class='en'>Because it&#39;s doesn&#39;t
  1827. have purpose behind it.
  1828. <SYNC Start=2040799><P class='en'>&nbsp;
  1829. <SYNC Start=2040933><P class='en'>But here with this, I have purpose.
  1830. <SYNC Start=2042966><P class='en'>&nbsp;
  1831. <SYNC Start=2042966><P class='en'>These are all individual actionable
  1832. steps that I might take later or
  1833. <SYNC Start=2046266><P class='en'>&nbsp;
  1834. <SYNC Start=2046299><P class='en'>individual concepts that I might
  1835. take later and compile it into like a
  1836. <SYNC Start=2049400><P class='en'>&nbsp;
  1837. <SYNC Start=2049399><P class='en'>proper action document or something.
  1838. <SYNC Start=2051299><P class='en'>&nbsp;
  1839. <SYNC Start=2051433><P class='en'>Of course, when you expand it you
  1840. know, all of that formatting, cause
  1841. <SYNC Start=2054866><P class='en'>&nbsp;
  1842. <SYNC Start=2054899><P class='en'>it kind of looks so ugly to look at
  1843. all that formatting is gone or if
  1844. <SYNC Start=2058698><P class='en'>&nbsp;
  1845. <SYNC Start=2058699><P class='en'>you&#39;re using live preview, then all
  1846. the formatting would be going too.
  1847. <SYNC Start=2061133><P class='en'>&nbsp;
  1848. <SYNC Start=2061966><P class='en'>And of course, each of these
  1849. individual things like here, I&#39;ve
  1850. <SYNC Start=2064866><P class='en'>&nbsp;
  1851. <SYNC Start=2064899><P class='en'>just included a link some different
  1852. screenshots that I link and yeah.
  1853. <SYNC Start=2069132><P class='en'>&nbsp;
  1854. <SYNC Start=2069232><P class='en'>Let me show you a few more
  1855. examples, &#39;cause I think that
  1856. <SYNC Start=2070965><P class='en'>&nbsp;
  1857. <SYNC Start=2070966><P class='en'>that&#39;s the thing that you&#39;re going
  1858. to get most out of this course.
  1859. <SYNC Start=2072900><P class='en'>&nbsp;
  1860. <SYNC Start=2072933><P class='en'>You can feel free to skip this video
  1861. if you feel like you&#39;ve got it.
  1862. <SYNC Start=2075566><P class='en'>&nbsp;
  1863. <SYNC Start=2075599><P class='en'>But this is just moreso for illustration.
  1864. <SYNC Start=2077300><P class='en'>&nbsp;
  1865. <SYNC Start=2078300><P class='en'>Damn.
  1866. <SYNC Start=2078733><P class='en'>&nbsp;
  1867. <SYNC Start=2078732><P class='en'>Well, here&#39;s a depressing
  1868. and vulnerable note.
  1869. <SYNC Start=2081232><P class='en'>&nbsp;
  1870. <SYNC Start=2081333><P class='en'>Well, let me show you.
  1871. <SYNC Start=2081966><P class='en'>&nbsp;
  1872. <SYNC Start=2082899><P class='en'>So here I put it as a hashtag YouTube
  1873. psychology and actually this whole little
  1874. <SYNC Start=2088198><P class='en'>&nbsp;
  1875. <SYNC Start=2088232><P class='en'>mini essay is talking about how, when you
  1876. put out YouTube videos especially when
  1877. <SYNC Start=2092598><P class='en'>&nbsp;
  1878. <SYNC Start=2092633><P class='en'>you&#39;re starting off, you know, it can be
  1879. very disheartening because your videos
  1880. <SYNC Start=2096099><P class='en'>&nbsp;
  1881. <SYNC Start=2096099><P class='en'>might just get 10 views or something,
  1882. <SYNC Start=2097500><P class='en'>&nbsp;
  1883. <SYNC Start=2097833><P class='en'>even though you put in heaps and
  1884. heaps and heaps of work for it, right?
  1885. <SYNC Start=2100033><P class='en'>&nbsp;
  1886. <SYNC Start=2100699><P class='en'>But maybe one day I&#39;ll come back and
  1887. look this nose, and someone&#39;s going to
  1888. <SYNC Start=2103833><P class='en'>&nbsp;
  1889. <SYNC Start=2103866><P class='en'>ask me, hey like, let&#39;s say that, let&#39;s
  1890. say theoretically, you know, I had a
  1891. <SYNC Start=2107900><P class='en'>&nbsp;
  1892. <SYNC Start=2107900><P class='en'>million subscribers or something like
  1893. that, maybe it&#39;ll happen, I&#39;m not sure.
  1894. <SYNC Start=2111099><P class='en'>&nbsp;
  1895. <SYNC Start=2111199><P class='en'>So at that particular time, someone
  1896. might ask me, &quot;hey, like what were
  1897. <SYNC Start=2114733><P class='en'>&nbsp;
  1898. <SYNC Start=2114733><P class='en'>you thinking during that time when
  1899. you were like a smaller YouTuber?
  1900. <SYNC Start=2118333><P class='en'>&nbsp;
  1901. <SYNC Start=2118599><P class='en'>What were you thinking about?
  1902. <SYNC Start=2119366><P class='en'>&nbsp;
  1903. <SYNC Start=2119366><P class='en'>Like what you can tell, tell me
  1904. right now as like a small YouTuber
  1905. <SYNC Start=2123433><P class='en'>&nbsp;
  1906. <SYNC Start=2123500><P class='en'>like with, you know, 10 subs?
  1907. <SYNC Start=2125533><P class='en'>&nbsp;
  1908. <SYNC Start=2125533><P class='en'>Like how do I get over this psychological
  1909. barrier of trying to make more and
  1910. <SYNC Start=2128900><P class='en'>&nbsp;
  1911. <SYNC Start=2128900><P class='en'>more videos despite the fact that
  1912. I&#39;m not getting any views and then
  1913. <SYNC Start=2131933><P class='en'>&nbsp;
  1914. <SYNC Start=2131966><P class='en'>I&#39;ll be like, oh, well, hold on.
  1915. <SYNC Start=2133333><P class='en'>&nbsp;
  1916. <SYNC Start=2133400><P class='en'>Let me think about it because I actually
  1917. wrote a whole note about this back in the
  1918. <SYNC Start=2136833><P class='en'>&nbsp;
  1919. <SYNC Start=2136866><P class='en'>past, and then I&#39;ve got the link, Dabido&#39;s
  1920. YouTube Journey so I can summarize
  1921. <SYNC Start=2140666><P class='en'>&nbsp;
  1922. <SYNC Start=2140666><P class='en'>it into there #YouTube/Psychology
  1923. is my little hashtag there.
  1924. <SYNC Start=2144433><P class='en'>&nbsp;
  1925. <SYNC Start=2144566><P class='en'>Here, I&#39;ve got some concepts that I might
  1926. want to think about again, you know,
  1927. <SYNC Start=2147466><P class='en'>&nbsp;
  1928. <SYNC Start=2147500><P class='en'>concepts like the exponential curve.
  1929. <SYNC Start=2149533><P class='en'>&nbsp;
  1930. <SYNC Start=2149599><P class='en'>And because I think that like exponential
  1931. curves will probably come up later on in
  1932. <SYNC Start=2154199><P class='en'>&nbsp;
  1933. <SYNC Start=2154199><P class='en'>life as well in a lot of different ways.
  1934. <SYNC Start=2156133><P class='en'>&nbsp;
  1935. <SYNC Start=2156333><P class='en'>And because I fundamentally believe that,
  1936. you know, you should try to do things in
  1937. <SYNC Start=2160133><P class='en'>&nbsp;
  1938. <SYNC Start=2160166><P class='en'>exponential rather than linear fashion.
  1939. <SYNC Start=2161766><P class='en'>&nbsp;
  1940. <SYNC Start=2161833><P class='en'>So I&#39;ve created that as a link,
  1941. even though it&#39;s got nothing inside
  1942. <SYNC Start=2164666><P class='en'>&nbsp;
  1943. <SYNC Start=2164699><P class='en'>of it yet . I also got gradients.
  1944. <SYNC Start=2166266><P class='en'>&nbsp;
  1945. <SYNC Start=2166300><P class='en'>So one of this concepts talking about the
  1946. concept of gradients and how I think in
  1947. <SYNC Start=2170233><P class='en'>&nbsp;
  1948. <SYNC Start=2170233><P class='en'>terms of: I shouldn&#39;t really care where
  1949. I&#39;m at at any particular stage in time.
  1950. <SYNC Start=2174533><P class='en'>&nbsp;
  1951. <SYNC Start=2174599><P class='en'>All I should really care about is how
  1952. fast I&#39;m improving at a particular thing.
  1953. <SYNC Start=2178099><P class='en'>&nbsp;
  1954. <SYNC Start=2178433><P class='en'>And so that&#39;s why I&#39;ve created
  1955. a separate note for gradients.
  1956. <SYNC Start=2181466><P class='en'>&nbsp;
  1957. <SYNC Start=2181566><P class='en'>Gradients might also tie related concepts.
  1958. <SYNC Start=2183433><P class='en'>&nbsp;
  1959. <SYNC Start=2183466><P class='en'>So for example, the concept of
  1960. gradient descent in machine learning.
  1961. <SYNC Start=2187166><P class='en'>&nbsp;
  1962. <SYNC Start=2187266><P class='en'>Going back down here you can see that,
  1963. that quote thing that I told you about
  1964. <SYNC Start=2190366><P class='en'>&nbsp;
  1965. <SYNC Start=2190400><P class='en'>before with links has coming back
  1966. into showing you how it really works,
  1967. <SYNC Start=2194133><P class='en'>&nbsp;
  1968. <SYNC Start=2194133><P class='en'>because I just decided, I remember
  1969. MrBeast said some stuff, so I quoted
  1970. <SYNC Start=2198966><P class='en'>&nbsp;
  1971. <SYNC Start=2198966><P class='en'>that into something to do with strategy.
  1972. <SYNC Start=2200900><P class='en'>&nbsp;
  1973. <SYNC Start=2201000><P class='en'>Here, I&#39;ve got stuff about achievement
  1974. and goals, and I put hashtags for
  1975. <SYNC Start=2205066><P class='en'>&nbsp;
  1976. <SYNC Start=2205066><P class='en'>achievement and hashtag goals.
  1977. <SYNC Start=2206166><P class='en'>&nbsp;
  1978. <SYNC Start=2206266><P class='en'>It&#39;s not the strongest hashtag because,
  1979. you know, hashtag goals is pretty
  1980. <SYNC Start=2210166><P class='en'>&nbsp;
  1981. <SYNC Start=2210166><P class='en'>vague and I may not necessarily be
  1982. searching for goals at any stage in time.
  1983. <SYNC Start=2215466><P class='en'>&nbsp;
  1984. <SYNC Start=2215500><P class='en'>I can see if there&#39;s times that I&#39;ve
  1985. talked about in the past by holding
  1986. <SYNC Start=2218433><P class='en'>&nbsp;
  1987. <SYNC Start=2218433><P class='en'>down command and clicking on that.
  1988. <SYNC Start=2219833><P class='en'>&nbsp;
  1989. <SYNC Start=2219933><P class='en'>Oh, but actually it turns out that I
  1990. have used goals in the past, and maybe
  1991. <SYNC Start=2223033><P class='en'>&nbsp;
  1992. <SYNC Start=2223066><P class='en'>I can tie some of this information
  1993. together which I forgot about.
  1994. <SYNC Start=2225366><P class='en'>&nbsp;
  1995. <SYNC Start=2225400><P class='en'>And that&#39;s also really, really nice
  1996. that Obsidian lets you do that.
  1997. <SYNC Start=2227933><P class='en'>&nbsp;
  1998. <SYNC Start=2228000><P class='en'>For example talking about
  1999. principles of habits.
  2000. <SYNC Start=2230766><P class='en'>&nbsp;
  2001. <SYNC Start=2230766><P class='en'>So I might open that as a new document
  2002. or a new pane by holding command and
  2003. <SYNC Start=2234666><P class='en'>&nbsp;
  2004. <SYNC Start=2234699><P class='en'>clicking on it and then being like,
  2005. hmm, these are some principles that I
  2006. <SYNC Start=2241599><P class='en'>&nbsp;
  2007. <SYNC Start=2241699><P class='en'>found from having a close conversation
  2008. with a friend, which is kind of cool
  2009. <SYNC Start=2247400><P class='en'>&nbsp;
  2010. <SYNC Start=2248066><P class='en'>and I completely forgot about this.
  2011. <SYNC Start=2249400><P class='en'>&nbsp;
  2012. <SYNC Start=2249433><P class='en'>So if I wanted to compile, you
  2013. know, some information about like,
  2014. <SYNC Start=2254266><P class='en'>&nbsp;
  2015. <SYNC Start=2254300><P class='en'>how do I achieve certain goals?
  2016. <SYNC Start=2256400><P class='en'>&nbsp;
  2017. <SYNC Start=2256433><P class='en'>I might be able to collect this
  2018. stuff in this different hashtag.
  2019. <SYNC Start=2259166><P class='en'>&nbsp;
  2020. <SYNC Start=2259266><P class='en'>There&#39;s a thing called tag aliases.
  2021. <SYNC Start=2261000><P class='en'>&nbsp;
  2022. <SYNC Start=2261066><P class='en'>So for example, if you wanted to have
  2023. tags as particular pages by themselves,
  2024. <SYNC Start=2265833><P class='en'>&nbsp;
  2025. <SYNC Start=2265866><P class='en'>and you just make the tag and the pages
  2026. automatically made, you can use that.
  2027. <SYNC Start=2269500><P class='en'>&nbsp;
  2028. <SYNC Start=2269633><P class='en'>But to be honest, like I tried
  2029. doing that and I didn&#39;t really feel
  2030. <SYNC Start=2274633><P class='en'>&nbsp;
  2031. <SYNC Start=2274666><P class='en'>like you need to do it that much.
  2032. <SYNC Start=2275866><P class='en'>&nbsp;
  2033. <SYNC Start=2276133><P class='en'>Because in the end, you don&#39;t
  2034. really spend that much time worrying
  2035. <SYNC Start=2278866><P class='en'>&nbsp;
  2036. <SYNC Start=2278900><P class='en'>about the difference between
  2037. hashtags and links that much.
  2038. <SYNC Start=2281433><P class='en'>&nbsp;
  2039. <SYNC Start=2281466><P class='en'>Fundamentally if you&#39;re finding
  2040. that you&#39;re referencing concept
  2041. <SYNC Start=2284500><P class='en'>&nbsp;
  2042. <SYNC Start=2284533><P class='en'>a bunch of times, you&#39;re going to
  2043. create a link for it at some stage.
  2044. <SYNC Start=2287199><P class='en'>&nbsp;
  2045. <SYNC Start=2288000><P class='en'>So, if you&#39;re like having a link
  2046. where you can have a central node
  2047. <SYNC Start=2290966><P class='en'>&nbsp;
  2048. <SYNC Start=2290966><P class='en'>of a concept and compile different
  2049. information to that, that&#39;s going
  2050. <SYNC Start=2294833><P class='en'>&nbsp;
  2051. <SYNC Start=2294833><P class='en'>to be more useful than having a tag,
  2052. which can&#39;t exist as a note, basically.
  2053. <SYNC Start=2298366><P class='en'>&nbsp;
  2054. <SYNC Start=2299533><P class='en'>All right.
  2055. <SYNC Start=2299833><P class='en'>&nbsp;
  2056. <SYNC Start=2299833><P class='en'>So this is the longest video on links
  2057. and hashtags that you will ever get.
  2058. <SYNC Start=2303300><P class='en'>&nbsp;
  2059. <SYNC Start=2303333><P class='en'>It&#39;s the most detailed explanation you
  2060. probably ever going to get, and hopefully
  2061. <SYNC Start=2306666><P class='en'>&nbsp;
  2062. <SYNC Start=2306666><P class='en'>it&#39;s one of the most useful as well.
  2063. <SYNC Start=2307866><P class='en'>&nbsp;
  2064. <SYNC Start=2308099><P class='en'>In the next video, I&#39;m going
  2065. to talk about the Zettelkasten.
  2066. <SYNC Start=2309800><P class='en'>&nbsp;
  2067. <SYNC Start=2309833><P class='en'>And Zettelkasten, I think is the single
  2068. best method for taking notes and being
  2069. <SYNC Start=2313900><P class='en'>&nbsp;
  2070. <SYNC Start=2313900><P class='en'>able to actually make them functional.
  2071. <SYNC Start=2315400><P class='en'>&nbsp;
  2072. <SYNC Start=2315566><P class='en'>Because you&#39;ve got all this raw data,
  2073. you&#39;ve got all this ability to capture
  2074. <SYNC Start=2318599><P class='en'>&nbsp;
  2075. <SYNC Start=2318633><P class='en'>soldier information, but: that ability
  2076. to do that is nothing without being able
  2077. <SYNC Start=2323266><P class='en'>&nbsp;
  2078. <SYNC Start=2323300><P class='en'>to use the information that you&#39;ve got.
  2079. <SYNC Start=2324566><P class='en'>&nbsp;
  2080. <SYNC Start=2325199><P class='en'>So let&#39;s get into it.
  2081. <SYNC Start=2326933><P class='en'>&nbsp;
  2082. <SYNC Start=2327466><P class='en'>Okay.
  2083. <SYNC Start=2327833><P class='en'>&nbsp;
  2084. <SYNC Start=2327833><P class='en'>So this is a note about the Zettelkasten
  2085. Zettelkasten in German and means slip box.
  2086. <SYNC Start=2332233><P class='en'>&nbsp;
  2087. <SYNC Start=2332266><P class='en'>It comes from this idea that
  2088. you have these interconnected
  2089. <SYNC Start=2335800><P class='en'>&nbsp;
  2090. <SYNC Start=2335833><P class='en'>cards of notes and that you slip
  2091. the cards into like a drawer.
  2092. <SYNC Start=2339133><P class='en'>&nbsp;
  2093. <SYNC Start=2339833><P class='en'>That was the sociologist
  2094. code, Niklas Luhmann.
  2095. <SYNC Start=2342366><P class='en'>&nbsp;
  2096. <SYNC Start=2342599><P class='en'>And he&#39;s very, very sort of famous
  2097. for using this Zettelkasten method.
  2098. <SYNC Start=2346199><P class='en'>&nbsp;
  2099. <SYNC Start=2346333><P class='en'>He lived in the 20th century and he had
  2100. made 90,000 index cards in his little
  2101. <SYNC Start=2352266><P class='en'>&nbsp;
  2102. <SYNC Start=2352300><P class='en'>cousin is equivalent of, of them sitting,
  2103. having 90,000 different text files.
  2104. <SYNC Start=2356366><P class='en'>&nbsp;
  2105. <SYNC Start=2356900><P class='en'>And he credited his Zettelkasten
  2106. for giving him the ability to
  2107. <SYNC Start=2361066><P class='en'>&nbsp;
  2108. <SYNC Start=2361099><P class='en'>write very, very prolifically.
  2109. <SYNC Start=2363166><P class='en'>&nbsp;
  2110. <SYNC Start=2363199><P class='en'>He wrote more than 70 books
  2111. and more than 400 articles.
  2112. <SYNC Start=2366466><P class='en'>&nbsp;
  2113. <SYNC Start=2367066><P class='en'>This is before like computers
  2114. became a really big thing, right?
  2115. <SYNC Start=2369800><P class='en'>&nbsp;
  2116. <SYNC Start=2369800><P class='en'>So this is like actually an
  2117. insane amount of work to output.
  2118. <SYNC Start=2373266><P class='en'>&nbsp;
  2119. <SYNC Start=2373533><P class='en'>he linked each individual note using
  2120. an index number, but you don&#39;t have
  2121. <SYNC Start=2377133><P class='en'>&nbsp;
  2122. <SYNC Start=2377166><P class='en'>to do that anymore because it&#39;s
  2123. easier just to do it like in Obsidian.
  2124. <SYNC Start=2379800><P class='en'>&nbsp;
  2125. <SYNC Start=2379900><P class='en'>The Zettelkasten is the
  2126. smartest way to take notes.
  2127. <SYNC Start=2383199><P class='en'>&nbsp;
  2128. <SYNC Start=2383233><P class='en'>And let me explain the
  2129. anatomy of the Zettelkasten.
  2130. <SYNC Start=2386266><P class='en'>&nbsp;
  2131. <SYNC Start=2386599><P class='en'>The traditional Zettelkasten
  2132. has three types of notes.
  2133. <SYNC Start=2389000><P class='en'>&nbsp;
  2134. <SYNC Start=2389266><P class='en'>It has a fleeting note.
  2135. <SYNC Start=2390400><P class='en'>&nbsp;
  2136. <SYNC Start=2390666><P class='en'>It has a literature note, and
  2137. then it has a permanent note.
  2138. <SYNC Start=2394366><P class='en'>&nbsp;
  2139. <SYNC Start=2394366><P class='en'>And the reason for these different
  2140. categories of notes is that
  2141. <SYNC Start=2397300><P class='en'>&nbsp;
  2142. <SYNC Start=2397433><P class='en'>they represent different levels
  2143. of capture and distillation
  2144. <SYNC Start=2400433><P class='en'>&nbsp;
  2145. <SYNC Start=2400433><P class='en'>the fleeting note is a very raw note.
  2146. <SYNC Start=2402466><P class='en'>&nbsp;
  2147. <SYNC Start=2402566><P class='en'>It&#39;s just the first thing
  2148. that comes to your mind.
  2149. <SYNC Start=2405099><P class='en'>&nbsp;
  2150. <SYNC Start=2405366><P class='en'>It&#39;s having like scratch pad on paper.
  2151. <SYNC Start=2407566><P class='en'>&nbsp;
  2152. <SYNC Start=2407833><P class='en'>It&#39;s just writing down the idea and using
  2153. that scratch pad to think about the idea.
  2154. <SYNC Start=2412566><P class='en'>&nbsp;
  2155. <SYNC Start=2412633><P class='en'>In the case of what we&#39;ve been discussing.
  2156. <SYNC Start=2414366><P class='en'>&nbsp;
  2157. <SYNC Start=2414633><P class='en'>I use the daily note as a
  2158. fleeting note, to be honest.
  2159. <SYNC Start=2417099><P class='en'>&nbsp;
  2160. <SYNC Start=2417166><P class='en'>Then there&#39;s a literature note.
  2161. <SYNC Start=2418666><P class='en'>&nbsp;
  2162. <SYNC Start=2418866><P class='en'>A literature note is where you&#39;re
  2163. doing some more proper research.
  2164. <SYNC Start=2422133><P class='en'>&nbsp;
  2165. <SYNC Start=2422233><P class='en'>I tend to use these for things
  2166. like research or books or articles.
  2167. <SYNC Start=2425966><P class='en'>&nbsp;
  2168. <SYNC Start=2426233><P class='en'>Stuff where I would traditionally
  2169. study it and traditionally taken notes.
  2170. <SYNC Start=2429966><P class='en'>&nbsp;
  2171. <SYNC Start=2430333><P class='en'>And usually the literature
  2172. notes are pretty big.
  2173. <SYNC Start=2432900><P class='en'>&nbsp;
  2174. <SYNC Start=2433000><P class='en'>There&#39;s something that&#39;s going to
  2175. make the literature notes a lot more
  2176. <SYNC Start=2435733><P class='en'>&nbsp;
  2177. <SYNC Start=2435766><P class='en'>useful though, and it&#39;s that it should
  2178. ideally be written in your own words.
  2179. <SYNC Start=2441166><P class='en'>&nbsp;
  2180. <SYNC Start=2441233><P class='en'>This is your very
  2181. detailed thought and idea.
  2182. <SYNC Start=2443400><P class='en'>&nbsp;
  2183. <SYNC Start=2443533><P class='en'>It&#39;s stuff that you don&#39;t intend
  2184. to memorize, but you should
  2185. <SYNC Start=2445866><P class='en'>&nbsp;
  2186. <SYNC Start=2445900><P class='en'>still make it meaningful to you.
  2187. <SYNC Start=2447366><P class='en'>&nbsp;
  2188. <SYNC Start=2447400><P class='en'>The thing is that with literary notes,
  2189. the way that it&#39;s phrased should
  2190. <SYNC Start=2450000><P class='en'>&nbsp;
  2191. <SYNC Start=2450000><P class='en'>be the way that you yourself would
  2192. phrase it, because this is a note
  2193. <SYNC Start=2453333><P class='en'>&nbsp;
  2194. <SYNC Start=2453366><P class='en'>that you&#39;re going to refer back to.
  2195. <SYNC Start=2454666><P class='en'>&nbsp;
  2196. <SYNC Start=2455033><P class='en'>It doesn&#39;t make sense to just copy
  2197. and paste stuff except for the fact
  2198. <SYNC Start=2458000><P class='en'>&nbsp;
  2199. <SYNC Start=2458033><P class='en'>that it&#39;s quicker, but ideally having
  2200. some sort of way to process the note
  2201. <SYNC Start=2463666><P class='en'>&nbsp;
  2202. <SYNC Start=2463800><P class='en'>in your own words helps to make it
  2203. an actual mental model in your head.
  2204. <SYNC Start=2467466><P class='en'>&nbsp;
  2205. <SYNC Start=2467733><P class='en'>And this is the most detailed
  2206. version of the mental model.
  2207. <SYNC Start=2469699><P class='en'>&nbsp;
  2208. <SYNC Start=2469733><P class='en'>it&#39;s got the highest resolution,
  2209. and you can refer back to bits
  2210. <SYNC Start=2471733><P class='en'>&nbsp;
  2211. <SYNC Start=2471733><P class='en'>and pieces at any particular time.
  2212. <SYNC Start=2472933><P class='en'>&nbsp;
  2213. <SYNC Start=2473366><P class='en'>And finally we come to the permanent
  2214. note, the third part of the equation.
  2215. <SYNC Start=2477066><P class='en'>&nbsp;
  2216. <SYNC Start=2477500><P class='en'>The permanent note is the most
  2217. distilled part of your zettelkasten.
  2218. <SYNC Start=2482633><P class='en'>&nbsp;
  2219. <SYNC Start=2482966><P class='en'>It&#39;s summarizes a single
  2220. ideal in just a few sentences.
  2221. <SYNC Start=2486566><P class='en'>&nbsp;
  2222. <SYNC Start=2486966><P class='en'>When you&#39;re trying to think in a
  2223. really effective way, you want to
  2224. <SYNC Start=2490433><P class='en'>&nbsp;
  2225. <SYNC Start=2490466><P class='en'>have this concept of everything.
  2226. <SYNC Start=2493400><P class='en'>&nbsp;
  2227. <SYNC Start=2493500><P class='en'>This concept of, I understand
  2228. the world in a simple way first.
  2229. <SYNC Start=2497500><P class='en'>&nbsp;
  2230. <SYNC Start=2497800><P class='en'>And then, if you have those
  2231. concepts, you can obviously go
  2232. <SYNC Start=2500333><P class='en'>&nbsp;
  2233. <SYNC Start=2500333><P class='en'>deeper into any individual concept,
  2234. that&#39;s your literature note.
  2235. <SYNC Start=2502866><P class='en'>&nbsp;
  2236. <SYNC Start=2503199><P class='en'>But at the very top, you should
  2237. have just a few mental models
  2238. <SYNC Start=2506599><P class='en'>&nbsp;
  2239. <SYNC Start=2506666><P class='en'>that simplify things for you.
  2240. <SYNC Start=2508766><P class='en'>&nbsp;
  2241. <SYNC Start=2509066><P class='en'>If you&#39;re going to memorize anything
  2242. from your Zettelkasten, then it&#39;s
  2243. <SYNC Start=2512233><P class='en'>&nbsp;
  2244. <SYNC Start=2512266><P class='en'>this permanent note that&#39;s going to
  2245. be the one that you want to memorize.
  2246. <SYNC Start=2515300><P class='en'>&nbsp;
  2247. <SYNC Start=2515800><P class='en'>Each permanent note itself was the link
  2248. that could be referenced from other notes.
  2249. <SYNC Start=2518900><P class='en'>&nbsp;
  2250. <SYNC Start=2519033><P class='en'>And then you can reuse
  2251. ideas from the past.
  2252. <SYNC Start=2520833><P class='en'>&nbsp;
  2253. <SYNC Start=2521133><P class='en'>So you&#39;ve got your fleeting notes, your
  2254. literature notes and your permanent notes.
  2255. <SYNC Start=2524433><P class='en'>&nbsp;
  2256. <SYNC Start=2524733><P class='en'>Now let me tell you about what I&#39;ve done
  2257. differently because I actually felt like
  2258. <SYNC Start=2529233><P class='en'>&nbsp;
  2259. <SYNC Start=2529633><P class='en'>I didn&#39;t really like this terminology
  2260. that much and this is where we start
  2261. <SYNC Start=2532333><P class='en'>&nbsp;
  2262. <SYNC Start=2532366><P class='en'>to dive into what I use for my system.
  2263. <SYNC Start=2534466><P class='en'>&nbsp;
  2264. <SYNC Start=2534933><P class='en'>So, so for the fleeting notes, my
  2265. fleeting notes, I never create a
  2266. <SYNC Start=2540933><P class='en'>&nbsp;
  2267. <SYNC Start=2540933><P class='en'>separate fleeting note like this.
  2268. <SYNC Start=2543066><P class='en'>&nbsp;
  2269. <SYNC Start=2543099><P class='en'>Like I could, you know, be like, oh
  2270. yeah, thinking about birds or something.
  2271. <SYNC Start=2547566><P class='en'>&nbsp;
  2272. <SYNC Start=2547900><P class='en'>And then instead of something,
  2273. and here it starts of a fleeting
  2274. <SYNC Start=2550500><P class='en'>&nbsp;
  2275. <SYNC Start=2550533><P class='en'>note and be like, birds are cool.
  2276. <SYNC Start=2552433><P class='en'>&nbsp;
  2277. <SYNC Start=2552966><P class='en'>I dunno.
  2278. <SYNC Start=2553333><P class='en'>&nbsp;
  2279. <SYNC Start=2553599><P class='en'>I really don&#39;t see a need to create
  2280. a separate page for writing down
  2281. <SYNC Start=2559300><P class='en'>&nbsp;
  2282. <SYNC Start=2559300><P class='en'>some concepts that I think I&#39;m just
  2283. going to chuck away anyway, right?
  2284. <SYNC Start=2562033><P class='en'>&nbsp;
  2285. <SYNC Start=2562466><P class='en'>So instead if I know that I just
  2286. need to archive the thought, I&#39;m
  2287. <SYNC Start=2566099><P class='en'>&nbsp;
  2288. <SYNC Start=2566133><P class='en'>going to put that into my daily diet.
  2289. <SYNC Start=2567666><P class='en'>&nbsp;
  2290. <SYNC Start=2567733><P class='en'>So I didn&#39;t have fleeting notes.
  2291. <SYNC Start=2568866><P class='en'>&nbsp;
  2292. <SYNC Start=2568933><P class='en'>I just have daily notes.
  2293. <SYNC Start=2570199><P class='en'>&nbsp;
  2294. <SYNC Start=2570466><P class='en'>I know I can reference a daily note
  2295. and you pick the point in time.
  2296. <SYNC Start=2572733><P class='en'>&nbsp;
  2297. <SYNC Start=2572933><P class='en'>I didn&#39;t have any particular like
  2298. attachment to the way that my daily
  2299. <SYNC Start=2577300><P class='en'>&nbsp;
  2300. <SYNC Start=2577300><P class='en'>notes should be, because really
  2301. I can just put anything in there.
  2302. <SYNC Start=2581500><P class='en'>&nbsp;
  2303. <SYNC Start=2581599><P class='en'>It doesn&#39;t matter because the next day
  2304. I&#39;m going to get a brand new one where
  2305. <SYNC Start=2585199><P class='en'>&nbsp;
  2306. <SYNC Start=2585199><P class='en'>I can put in more concepts and stuff.
  2307. <SYNC Start=2586466><P class='en'>&nbsp;
  2308. <SYNC Start=2586633><P class='en'>my daily notes is my fleeting note.
  2309. <SYNC Start=2588166><P class='en'>&nbsp;
  2310. <SYNC Start=2588199><P class='en'>So fleeting notes don&#39;t exist.
  2311. <SYNC Start=2589433><P class='en'>&nbsp;
  2312. <SYNC Start=2589433><P class='en'>And so that&#39;s the top of my folders.
  2313. <SYNC Start=2590966><P class='en'>&nbsp;
  2314. <SYNC Start=2591133><P class='en'>Here, I&#39;ve got my literature and
  2315. topic notes, so that&#39;s probably
  2316. <SYNC Start=2593533><P class='en'>&nbsp;
  2317. <SYNC Start=2593566><P class='en'>pretty similar to the way that
  2318. traditional Zettelkasten has done.
  2319. <SYNC Start=2596266><P class='en'>&nbsp;
  2320. <SYNC Start=2596366><P class='en'>But I just want it to be a bit
  2321. more flexible with the idea of a
  2322. <SYNC Start=2600266><P class='en'>&nbsp;
  2323. <SYNC Start=2600266><P class='en'>literature note and topic note.
  2324. <SYNC Start=2601699><P class='en'>&nbsp;
  2325. <SYNC Start=2601766><P class='en'>So for example, I actually sync
  2326. Readwise with my notes, which means
  2327. <SYNC Start=2606500><P class='en'>&nbsp;
  2328. <SYNC Start=2606533><P class='en'>that whenever I highlight notes on
  2329. my Kindle, it automatically syncs
  2330. <SYNC Start=2610333><P class='en'>&nbsp;
  2331. <SYNC Start=2610333><P class='en'>to my Obsidian, which is really cool
  2332. because I can literally take paragraphs
  2333. <SYNC Start=2614133><P class='en'>&nbsp;
  2334. <SYNC Start=2614133><P class='en'>on books and then use them in my own
  2335. notes without even having to record
  2336. <SYNC Start=2619599><P class='en'>&nbsp;
  2337. <SYNC Start=2619633><P class='en'>those notes separately before I do it.
  2338. <SYNC Start=2621699><P class='en'>&nbsp;
  2339. <SYNC Start=2622099><P class='en'>I just literally need to have read
  2340. it once and then it will come up in
  2341. <SYNC Start=2625666><P class='en'>&nbsp;
  2342. <SYNC Start=2625666><P class='en'>my notes as an oldest, same thing.
  2343. <SYNC Start=2627333><P class='en'>&nbsp;
  2344. <SYNC Start=2627366><P class='en'>None of them that you can do it
  2345. for books like I&#39;ve done here,
  2346. <SYNC Start=2630166><P class='en'>&nbsp;
  2347. <SYNC Start=2630266><P class='en'>for example, how not to die alone.
  2348. <SYNC Start=2631666><P class='en'>&nbsp;
  2349. <SYNC Start=2632366><P class='en'>Yeah.
  2350. <SYNC Start=2632633><P class='en'>&nbsp;
  2351. <SYNC Start=2632933><P class='en'>Is a bunch of different paragraphs
  2352. that automatically syncs.
  2353. <SYNC Start=2635699><P class='en'>&nbsp;
  2354. <SYNC Start=2636066><P class='en'>And that&#39;s something that you can
  2355. do it in another software, but it&#39;s
  2356. <SYNC Start=2641766><P class='en'>&nbsp;
  2357. <SYNC Start=2641766><P class='en'>just not as nice and super smooth.
  2358. <SYNC Start=2643966><P class='en'>&nbsp;
  2359. <SYNC Start=2644933><P class='en'>When I want to create separate
  2360. topics though, I still will do that.
  2361. <SYNC Start=2648933><P class='en'>&nbsp;
  2362. <SYNC Start=2648933><P class='en'>So remember how I said that I
  2363. created one for Hayao Miyazaki,
  2364. <SYNC Start=2653033><P class='en'>&nbsp;
  2365. <SYNC Start=2653133><P class='en'>the Studio Ghibli director.
  2366. <SYNC Start=2654266><P class='en'>&nbsp;
  2367. <SYNC Start=2654333><P class='en'>Well, that&#39;s it.
  2368. <SYNC Start=2654933><P class='en'>&nbsp;
  2369. <SYNC Start=2655033><P class='en'>Here I&#39;ve created something
  2370. about exponential.
  2371. <SYNC Start=2658133><P class='en'>&nbsp;
  2372. <SYNC Start=2658199><P class='en'>I&#39;ve created something
  2373. about Dabido clips channel.
  2374. <SYNC Start=2660099><P class='en'>&nbsp;
  2375. <SYNC Start=2660433><P class='en'>I might try to include
  2376. mathematical concepts.
  2377. <SYNC Start=2662233><P class='en'>&nbsp;
  2378. <SYNC Start=2662233><P class='en'>Like I was thinking about how
  2379. variance relates to uncertainty
  2380. <SYNC Start=2665533><P class='en'>&nbsp;
  2381. <SYNC Start=2665533><P class='en'>with regards to data interpretation.
  2382. <SYNC Start=2667199><P class='en'>&nbsp;
  2383. <SYNC Start=2667466><P class='en'>And so that&#39;s some concept I&#39;ve got
  2384. more beefed out right here and some
  2385. <SYNC Start=2671766><P class='en'>&nbsp;
  2386. <SYNC Start=2671900><P class='en'>maths calculations that I&#39;ve just
  2387. taken from the internet basically
  2388. <SYNC Start=2674533><P class='en'>&nbsp;
  2389. <SYNC Start=2674533><P class='en'>.
  2390. So topics and literature notes,
  2391. it can be literally anything.
  2392. <SYNC Start=2678066><P class='en'>&nbsp;
  2393. <SYNC Start=2678333><P class='en'>And these are probably my biggest notes.
  2394. <SYNC Start=2679566><P class='en'>&nbsp;
  2395. <SYNC Start=2679599><P class='en'>I don&#39;t really think too much about
  2396. what I put into a literature, because
  2397. <SYNC Start=2683633><P class='en'>&nbsp;
  2398. <SYNC Start=2683666><P class='en'>really what I want to put in there
  2399. is stuff that I myself want to
  2400. <SYNC Start=2687266><P class='en'>&nbsp;
  2401. <SYNC Start=2687300><P class='en'>reference at another point in time.
  2402. <SYNC Start=2688766><P class='en'>&nbsp;
  2403. <SYNC Start=2689033><P class='en'>The traditional note is that you&#39;re
  2404. supposed to put in your own words.
  2405. <SYNC Start=2692333><P class='en'>&nbsp;
  2406. <SYNC Start=2692400><P class='en'>And then that&#39;s the thing
  2407. that makes it useful.
  2408. <SYNC Start=2694500><P class='en'>&nbsp;
  2409. <SYNC Start=2694533><P class='en'>But who has time for that?
  2410. <SYNC Start=2695933><P class='en'>&nbsp;
  2411. <SYNC Start=2697166><P class='en'>The thing is if I took every single
  2412. concept I read and try to summarize
  2413. <SYNC Start=2700599><P class='en'>&nbsp;
  2414. <SYNC Start=2700599><P class='en'>it in my own words, then, although
  2415. that particular time, I&#39;m certainly
  2416. <SYNC Start=2704500><P class='en'>&nbsp;
  2417. <SYNC Start=2704500><P class='en'>creating something useful for myself...
  2418. <SYNC Start=2706266><P class='en'>&nbsp;
  2419. <SYNC Start=2706566><P class='en'>but I kind of feel like there&#39;s a
  2420. lot of concepts that you just need
  2421. <SYNC Start=2709266><P class='en'>&nbsp;
  2422. <SYNC Start=2709300><P class='en'>to know that that vaguely exist.
  2423. <SYNC Start=2711233><P class='en'>&nbsp;
  2424. <SYNC Start=2711400><P class='en'>I&#39;m happy enough with that.
  2425. <SYNC Start=2712500><P class='en'>&nbsp;
  2426. <SYNC Start=2712566><P class='en'>And then if I felt like I wanted to
  2427. calculate the details of variance, for
  2428. <SYNC Start=2716766><P class='en'>&nbsp;
  2429. <SYNC Start=2716766><P class='en'>example, then I&#39;ve got everything there
  2430. that I need in order to figure out
  2431. <SYNC Start=2721266><P class='en'>&nbsp;
  2432. <SYNC Start=2721633><P class='en'>the concept when I actually need it.
  2433. <SYNC Start=2723966><P class='en'>&nbsp;
  2434. <SYNC Start=2724233><P class='en'>So that&#39;s a bit of a different way of
  2435. thinking with regards to literature notes.
  2436. <SYNC Start=2727333><P class='en'>&nbsp;
  2437. <SYNC Start=2727833><P class='en'>It&#39;s different when you&#39;re,
  2438. for example, taking notes from
  2439. <SYNC Start=2730466><P class='en'>&nbsp;
  2440. <SYNC Start=2730500><P class='en'>books and stuff like that.
  2441. <SYNC Start=2731433><P class='en'>&nbsp;
  2442. <SYNC Start=2731433><P class='en'>I feel like that is a good time where were
  2443. actually summarizing, &#39;cause otherwise
  2444. <SYNC Start=2734833><P class='en'>&nbsp;
  2445. <SYNC Start=2735133><P class='en'>it&#39;s like, well, you know, what&#39;s the
  2446. point of reading if I&#39;m not making the,
  2447. <SYNC Start=2740000><P class='en'>&nbsp;
  2448. <SYNC Start=2740066><P class='en'>the knowledge that I gained useful.
  2449. <SYNC Start=2741466><P class='en'>&nbsp;
  2450. <SYNC Start=2741466><P class='en'>So that&#39;s a bit of a different situation.
  2451. <SYNC Start=2743066><P class='en'>&nbsp;
  2452. <SYNC Start=2743199><P class='en'>But in a world where, but in a world
  2453. where you&#39;re collecting information
  2454. <SYNC Start=2746966><P class='en'>&nbsp;
  2455. <SYNC Start=2747000><P class='en'>from different places and you&#39;re
  2456. like, I might use this at some
  2457. <SYNC Start=2749500><P class='en'>&nbsp;
  2458. <SYNC Start=2749500><P class='en'>point in time, but I might not.
  2459. <SYNC Start=2750599><P class='en'>&nbsp;
  2460. <SYNC Start=2751133><P class='en'>I&#39;m a bit more loose than my
  2461. literature notes and what goes in them.
  2462. <SYNC Start=2754333><P class='en'>&nbsp;
  2463. <SYNC Start=2754400><P class='en'>They don&#39;t need to have a summary
  2464. sometimes it&#39;s ideal if they
  2465. <SYNC Start=2757266><P class='en'>&nbsp;
  2466. <SYNC Start=2757300><P class='en'>do, but they don&#39;t need to.
  2467. <SYNC Start=2758500><P class='en'>&nbsp;
  2468. <SYNC Start=2759000><P class='en'>I created an in-between category
  2469. code, practical notes, pack of notes.
  2470. <SYNC Start=2763266><P class='en'>&nbsp;
  2471. <SYNC Start=2763900><P class='en'>I&#39;ve only used once because I don&#39;t,
  2472. I actually use notion for most of it.
  2473. <SYNC Start=2767366><P class='en'>&nbsp;
  2474. <SYNC Start=2767400><P class='en'>But just for example sake, if you
  2475. want to do everything that I&#39;m seeing,
  2476. <SYNC Start=2770133><P class='en'>&nbsp;
  2477. <SYNC Start=2770866><P class='en'>you know, you might have notes on
  2478. meetings or people or projects,
  2479. <SYNC Start=2774666><P class='en'>&nbsp;
  2480. <SYNC Start=2774900><P class='en'>and then put that into Obsidian.
  2481. <SYNC Start=2776033><P class='en'>&nbsp;
  2482. <SYNC Start=2776066><P class='en'>For example, I&#39;ll put some notes
  2483. about a tax return meeting that I had.
  2484. <SYNC Start=2778900><P class='en'>&nbsp;
  2485. <SYNC Start=2779199><P class='en'>And then finally, distilled notes.
  2486. <SYNC Start=2781433><P class='en'>&nbsp;
  2487. <SYNC Start=2781466><P class='en'>Now distilled notes, the cream of the
  2488. crop when it comes to your notes, right?
  2489. <SYNC Start=2784666><P class='en'>&nbsp;
  2490. <SYNC Start=2785000><P class='en'>They are the most distilled
  2491. version of your thinking.
  2492. <SYNC Start=2787500><P class='en'>&nbsp;
  2493. <SYNC Start=2787633><P class='en'>And what I want to do is I&#39;m
  2494. just going to show you one.
  2495. <SYNC Start=2789500><P class='en'>&nbsp;
  2496. <SYNC Start=2789500><P class='en'>I want to show you a side-by-side
  2497. comparison so I can show you why
  2498. <SYNC Start=2792500><P class='en'>&nbsp;
  2499. <SYNC Start=2792533><P class='en'>a distilled note is very useful.
  2500. <SYNC Start=2794133><P class='en'>&nbsp;
  2501. <SYNC Start=2794433><P class='en'>I&#39;ve called it a distilled note, as
  2502. opposed to a permanent note, because I
  2503. <SYNC Start=2797566><P class='en'>&nbsp;
  2504. <SYNC Start=2797566><P class='en'>hate the idea that a concept is permanent,
  2505. because I feel like when you get more
  2506. <SYNC Start=2801866><P class='en'>&nbsp;
  2507. <SYNC Start=2801900><P class='en'>information, the concept is gonna change.
  2508. <SYNC Start=2803266><P class='en'>&nbsp;
  2509. <SYNC Start=2803300><P class='en'>So I renamed it to distilled note.
  2510. <SYNC Start=2805933><P class='en'>&nbsp;
  2511. <SYNC Start=2806199><P class='en'>And this is the MrBeast distilled
  2512. note that I&#39;ve got here.
  2513. <SYNC Start=2808966><P class='en'>&nbsp;
  2514. <SYNC Start=2809033><P class='en'>Because I studied MrBeast
  2515. quite a lot as a YouTuber.
  2516. <SYNC Start=2811166><P class='en'>&nbsp;
  2517. <SYNC Start=2811566><P class='en'>For the sake of this I&#39;m going to make
  2518. these bit smaller and then I&#39;m mostly
  2519. <SYNC Start=2814733><P class='en'>&nbsp;
  2520. <SYNC Start=2814800><P class='en'>going to use the preview mode instead.
  2521. <SYNC Start=2816900><P class='en'>&nbsp;
  2522. <SYNC Start=2816900><P class='en'>So the literature note, you can see
  2523. the difference in size by looking at
  2524. <SYNC Start=2820433><P class='en'>&nbsp;
  2525. <SYNC Start=2820466><P class='en'>the bars on the right-hand side, right?
  2526. <SYNC Start=2821699><P class='en'>&nbsp;
  2527. <SYNC Start=2822000><P class='en'>The bars on the right-hand
  2528. side, there&#39;s really not a lot
  2529. <SYNC Start=2824933><P class='en'>&nbsp;
  2530. <SYNC Start=2825000><P class='en'>there for our distilled note.
  2531. <SYNC Start=2826800><P class='en'>&nbsp;
  2532. <SYNC Start=2826866><P class='en'>But it&#39;s really huge here!
  2533. <SYNC Start=2828500><P class='en'>&nbsp;
  2534. <SYNC Start=2828566><P class='en'>Because this is almost the entire
  2535. transcript of like a one and a half to
  2536. <SYNC Start=2831866><P class='en'>&nbsp;
  2537. <SYNC Start=2831866><P class='en'>two hour podcast that I did for MrBeast.
  2538. <SYNC Start=2833699><P class='en'>&nbsp;
  2539. <SYNC Start=2833800><P class='en'>What I&#39;ve done here is when I&#39;ve taken
  2540. notes from this particular podcast, I&#39;ve
  2541. <SYNC Start=2837599><P class='en'>&nbsp;
  2542. <SYNC Start=2837666><P class='en'>tried to summarize the sentence as a link.
  2543. <SYNC Start=2841733><P class='en'>&nbsp;
  2544. <SYNC Start=2841800><P class='en'>You don&#39;t have to, that&#39;s
  2545. just what I&#39;ve done.
  2546. <SYNC Start=2843266><P class='en'>&nbsp;
  2547. <SYNC Start=2844133><P class='en'>The reason being that if I make it
  2548. a link, then I can easily just copy
  2549. <SYNC Start=2848633><P class='en'>&nbsp;
  2550. <SYNC Start=2848666><P class='en'>and paste it to that particular bit.
  2551. <SYNC Start=2850633><P class='en'>&nbsp;
  2552. <SYNC Start=2850666><P class='en'>So for example, on content
  2553. strategy you know, I know
  2554. <SYNC Start=2853633><P class='en'>&nbsp;
  2555. <SYNC Start=2853666><P class='en'>that MrBeast does translation.
  2556. <SYNC Start=2854866><P class='en'>&nbsp;
  2557. <SYNC Start=2854900><P class='en'>So I&#39;m going to put that there.
  2558. <SYNC Start=2856766><P class='en'>&nbsp;
  2559. <SYNC Start=2857166><P class='en'>I&#39;m kind of typing the same note
  2560. twice, but this is really a much
  2561. <SYNC Start=2861733><P class='en'>&nbsp;
  2562. <SYNC Start=2861766><P class='en'>more brief summary of the idea.
  2563. <SYNC Start=2863099><P class='en'>&nbsp;
  2564. <SYNC Start=2863166><P class='en'>I went to my literature note to capture
  2565. everything that I can in case I need
  2566. <SYNC Start=2866800><P class='en'>&nbsp;
  2567. <SYNC Start=2866800><P class='en'>to look up the details about something,
  2568. but I wanted the distilled note to be
  2569. <SYNC Start=2869933><P class='en'>&nbsp;
  2570. <SYNC Start=2869966><P class='en'>the one that I read and be like, oh,
  2571. this is what I should do next, or this
  2572. <SYNC Start=2873733><P class='en'>&nbsp;
  2573. <SYNC Start=2873733><P class='en'>is the thing I should think about next.
  2574. <SYNC Start=2874933><P class='en'>&nbsp;
  2575. <SYNC Start=2875500><P class='en'>Because if you just, if you have this
  2576. giant literature note, I mean, you
  2577. <SYNC Start=2879133><P class='en'>&nbsp;
  2578. <SYNC Start=2879133><P class='en'>could go back and read the full thing,
  2579. but it&#39;s going to take you ages.
  2580. <SYNC Start=2882866><P class='en'>&nbsp;
  2581. <SYNC Start=2882966><P class='en'>Like, you know, I don&#39;t have time to
  2582. reread the entire two hour transcript
  2583. <SYNC Start=2888133><P class='en'>&nbsp;
  2584. <SYNC Start=2888400><P class='en'>of stuff with regards to MrBeast.
  2585. <SYNC Start=2890199><P class='en'>&nbsp;
  2586. <SYNC Start=2890500><P class='en'>What&#39;s the stuff that I find most useful?
  2587. <SYNC Start=2893699><P class='en'>&nbsp;
  2588. <SYNC Start=2893733><P class='en'>Or what&#39;s the concept that&#39;s
  2589. going to most change my life?
  2590. <SYNC Start=2896366><P class='en'>&nbsp;
  2591. <SYNC Start=2896433><P class='en'>And that&#39;s what goes
  2592. into the distilled note.
  2593. <SYNC Start=2898000><P class='en'>&nbsp;
  2594. <SYNC Start=2898266><P class='en'>Let me give one example, right?
  2595. <SYNC Start=2900066><P class='en'>&nbsp;
  2596. <SYNC Start=2900099><P class='en'>So this is a whole paragraph.
  2597. <SYNC Start=2901366><P class='en'>&nbsp;
  2598. <SYNC Start=2901400><P class='en'>This is MrBeast talking about
  2599. how it&#39;s better to use fewer, but
  2600. <SYNC Start=2905266><P class='en'>&nbsp;
  2601. <SYNC Start=2905266><P class='en'>much high quality videos because
  2602. that&#39;s going to be something that
  2603. <SYNC Start=2909900><P class='en'>&nbsp;
  2604. <SYNC Start=2909966><P class='en'>appeals to the algorithm better.
  2605. <SYNC Start=2911233><P class='en'>&nbsp;
  2606. <SYNC Start=2911433><P class='en'>And it&#39;s going to be something that
  2607. appeals to YouTube&#39;s exponential nature.
  2608. <SYNC Start=2915000><P class='en'>&nbsp;
  2609. <SYNC Start=2915233><P class='en'>Right.
  2610. <SYNC Start=2915599><P class='en'>&nbsp;
  2611. <SYNC Start=2915900><P class='en'>And here I&#39;ve included literally
  2612. the transcription either.
  2613. <SYNC Start=2920466><P class='en'>&nbsp;
  2614. <SYNC Start=2920666><P class='en'>I had typed this down and this was
  2615. everything that he said about that
  2616. <SYNC Start=2924199><P class='en'>&nbsp;
  2617. <SYNC Start=2924233><P class='en'>particular concept, but this whole
  2618. page of stuff has been condensed into
  2619. <SYNC Start=2929199><P class='en'>&nbsp;
  2620. <SYNC Start=2929199><P class='en'>that because sometimes I just want
  2621. to read off, like, I should use fewer
  2622. <SYNC Start=2932833><P class='en'>&nbsp;
  2623. <SYNC Start=2932966><P class='en'>videos, but more high quality views.
  2624. <SYNC Start=2934666><P class='en'>&nbsp;
  2625. <SYNC Start=2934699><P class='en'>That&#39;s all I need to know.
  2626. <SYNC Start=2935466><P class='en'>&nbsp;
  2627. <SYNC Start=2935533><P class='en'>And yeah.
  2628. <SYNC Start=2936766><P class='en'>&nbsp;
  2629. <SYNC Start=2936900><P class='en'>The distilled note doesn&#39;t
  2630. have to be that short.
  2631. <SYNC Start=2939400><P class='en'>&nbsp;
  2632. <SYNC Start=2939500><P class='en'>It just has to be significantly more
  2633. actionable and a significant summary of
  2634. <SYNC Start=2944199><P class='en'>&nbsp;
  2635. <SYNC Start=2944233><P class='en'>the stuff that&#39;s actually useful to you.
  2636. <SYNC Start=2945533><P class='en'>&nbsp;
  2637. <SYNC Start=2945699><P class='en'>I think of the literature note as where
  2638. you want to understand something in depth,
  2639. <SYNC Start=2949900><P class='en'>&nbsp;
  2640. <SYNC Start=2949933><P class='en'>and when you went to grab the detail.
  2641. <SYNC Start=2951766><P class='en'>&nbsp;
  2642. <SYNC Start=2951833><P class='en'>I think that the distilled note as
  2643. the one that you use, which is like
  2644. <SYNC Start=2955733><P class='en'>&nbsp;
  2645. <SYNC Start=2955733><P class='en'>your practical toolkit, you know?
  2646. <SYNC Start=2957699><P class='en'>&nbsp;
  2647. <SYNC Start=2957733><P class='en'>These are the notes that you use to
  2648. think about the world and the only notes
  2649. <SYNC Start=2961433><P class='en'>&nbsp;
  2650. <SYNC Start=2961466><P class='en'>that you need to remember about stuff.
  2651. <SYNC Start=2962966><P class='en'>&nbsp;
  2652. <SYNC Start=2963066><P class='en'>If I just had this distilled note
  2653. that existed, I would do just as
  2654. <SYNC Start=2966533><P class='en'>&nbsp;
  2655. <SYNC Start=2966533><P class='en'>well than if I had a literature note.
  2656. <SYNC Start=2968199><P class='en'>&nbsp;
  2657. <SYNC Start=2968466><P class='en'>It&#39;s just that sometimes you might
  2658. want to remember the context of how
  2659. <SYNC Start=2972333><P class='en'>&nbsp;
  2660. <SYNC Start=2972333><P class='en'>you came to particular conclusion.
  2661. <SYNC Start=2973866><P class='en'>&nbsp;
  2662. <SYNC Start=2973966><P class='en'>That&#39;s a difference between
  2663. literature and distilled notes.
  2664. <SYNC Start=2976066><P class='en'>&nbsp;
  2665. <SYNC Start=2976266><P class='en'>Here, I didn&#39;t even use a daily note
  2666. because I knew that I was going to take
  2667. <SYNC Start=2979566><P class='en'>&nbsp;
  2668. <SYNC Start=2979566><P class='en'>notes on the entire podcast when I did it.
  2669. <SYNC Start=2981933><P class='en'>&nbsp;
  2670. <SYNC Start=2981966><P class='en'>So I just made it straight into
  2671. literature note and then eventually
  2672. <SYNC Start=2984433><P class='en'>&nbsp;
  2673. <SYNC Start=2984466><P class='en'>summarize it into the distilled notes.
  2674. <SYNC Start=2985900><P class='en'>&nbsp;
  2675. <SYNC Start=2986166><P class='en'>And then that distilled note is
  2676. now linked back to, well, the
  2677. <SYNC Start=2990633><P class='en'>&nbsp;
  2678. <SYNC Start=2990666><P class='en'>original concept of YouTube.
  2679. <SYNC Start=2991933><P class='en'>&nbsp;
  2680. <SYNC Start=2991933><P class='en'>Right.
  2681. <SYNC Start=2992133><P class='en'>&nbsp;
  2682. <SYNC Start=2992233><P class='en'>So I&#39;m going to use your literature notes
  2683. and I can see that in the part where it
  2684. <SYNC Start=2997766><P class='en'>&nbsp;
  2685. <SYNC Start=2997800><P class='en'>talks about YouTube is and successful
  2686. YouTube is I should actually put here.
  2687. <SYNC Start=3002633><P class='en'>&nbsp;
  2688. <SYNC Start=3004233><P class='en'>So I&#39;m just going to put
  2689. MrBeast Distilled Note.
  2690. <SYNC Start=3006733><P class='en'>&nbsp;
  2691. <SYNC Start=3007300><P class='en'>And then that note is now there
  2692. permanently my thing about YouTube.
  2693. <SYNC Start=3012000><P class='en'>&nbsp;
  2694. <SYNC Start=3012033><P class='en'>So if I want to conceptualize
  2695. YouTube, or summarise YouTube, it&#39;s
  2696. <SYNC Start=3015766><P class='en'>&nbsp;
  2697. <SYNC Start=3015766><P class='en'>right there for easy use, and I can
  2698. go back to it very, very quickly.
  2699. <SYNC Start=3018533><P class='en'>&nbsp;
  2700. <SYNC Start=3018833><P class='en'>That&#39;s how you can take this
  2701. deluge of unstructured knowledge.
  2702. <SYNC Start=3023466><P class='en'>&nbsp;
  2703. <SYNC Start=3023500><P class='en'>Of knowledge that comes from so many
  2704. different sources and actually make sense
  2705. <SYNC Start=3027400><P class='en'>&nbsp;
  2706. <SYNC Start=3027433><P class='en'>out of it in a way that you can organize
  2707. and actually take bits and pieces and put
  2708. <SYNC Start=3031733><P class='en'>&nbsp;
  2709. <SYNC Start=3031733><P class='en'>it in a way that, get this chaotic and
  2710. crazy world and actually make sense of it
  2711. <SYNC Start=3037233><P class='en'>&nbsp;
  2712. <SYNC Start=3037300><P class='en'>in a way where you don&#39;t have to have made
  2713. sense of it before you start to try to.
  2714. <SYNC Start=3042599><P class='en'>&nbsp;
  2715. <SYNC Start=3042599><P class='en'>That feels kind of poetic, right?
  2716. <SYNC Start=3044833><P class='en'>&nbsp;
  2717. <SYNC Start=3044900><P class='en'>This may not be the perfect Zettelkasten.
  2718. <SYNC Start=3046433><P class='en'>&nbsp;
  2719. <SYNC Start=3046533><P class='en'>There may be ways that you can do it
  2720. better, but this is the way that I do it.
  2721. <SYNC Start=3050199><P class='en'>&nbsp;
  2722. <SYNC Start=3050233><P class='en'>And this has served me extremely
  2723. well in terms of being able to think
  2724. <SYNC Start=3054500><P class='en'>&nbsp;
  2725. <SYNC Start=3054500><P class='en'>about knowledge and everything.
  2726. <SYNC Start=3055400><P class='en'>&nbsp;
  2727. <SYNC Start=3055533><P class='en'>If I have questions that come up about
  2728. YouTube, I&#39;m never left thinking,
  2729. <SYNC Start=3058566><P class='en'>&nbsp;
  2730. <SYNC Start=3058633><P class='en'>oh, like I vaguely remember someone
  2731. said something once about something.
  2732. <SYNC Start=3062033><P class='en'>&nbsp;
  2733. <SYNC Start=3062099><P class='en'>I can either go back to my YouTube
  2734. document and then look at it immediately,
  2735. <SYNC Start=3066766><P class='en'>&nbsp;
  2736. <SYNC Start=3067066><P class='en'>or I can search it up really quickly.
  2737. <SYNC Start=3069333><P class='en'>&nbsp;
  2738. <SYNC Start=3069533><P class='en'>And even if it&#39;s just something
  2739. that I thought about once in
  2740. <SYNC Start=3072866><P class='en'>&nbsp;
  2741. <SYNC Start=3072900><P class='en'>my daily note, I can find it.
  2742. <SYNC Start=3074766><P class='en'>&nbsp;
  2743. <SYNC Start=3075066><P class='en'>Obsidian is obscenely powerful for that.
  2744. <SYNC Start=3077400><P class='en'>&nbsp;
  2745. <SYNC Start=3077466><P class='en'>Again, if you look at this graph,
  2746. you can see that I can access
  2747. <SYNC Start=3081133><P class='en'>&nbsp;
  2748. <SYNC Start=3081199><P class='en'>any of these nodes at any time.
  2749. <SYNC Start=3082333><P class='en'>&nbsp;
  2750. <SYNC Start=3082666><P class='en'>The thing is if you have notes like this,
  2751. then you have such a huge advantage when
  2752. <SYNC Start=3088366><P class='en'>&nbsp;
  2753. <SYNC Start=3088366><P class='en'>it comes to how you collect knowledge
  2754. and organize knowledge that, you know,
  2755. <SYNC Start=3092633><P class='en'>&nbsp;
  2756. <SYNC Start=3092966><P class='en'>people can come to you with essentially
  2757. any question, if you thought about
  2758. <SYNC Start=3096433><P class='en'>&nbsp;
  2759. <SYNC Start=3096466><P class='en'>it once in the past, then you&#39;ll be
  2760. able to answer that question for them.
  2761. <SYNC Start=3099666><P class='en'>&nbsp;
  2762. <SYNC Start=3099933><P class='en'>So the fact that you decided to
  2763. do this course is extraordinarily
  2764. <SYNC Start=3103633><P class='en'>&nbsp;
  2765. <SYNC Start=3103666><P class='en'>valuable and, and you don&#39;t have to
  2766. start with these big grand ideas.
  2767. <SYNC Start=3108633><P class='en'>&nbsp;
  2768. <SYNC Start=3109033><P class='en'>You can just start with the daily note.
  2769. <SYNC Start=3110633><P class='en'>&nbsp;
  2770. <SYNC Start=3110699><P class='en'>In fact, all you need to do really
  2771. to start using Obsidian is to just
  2772. <SYNC Start=3114733><P class='en'>&nbsp;
  2773. <SYNC Start=3114733><P class='en'>write something into your daily notes.
  2774. <SYNC Start=3116433><P class='en'>&nbsp;
  2775. <SYNC Start=3116500><P class='en'>You can just write once per
  2776. day, it can be anything, just a
  2777. <SYNC Start=3119333><P class='en'>&nbsp;
  2778. <SYNC Start=3119366><P class='en'>thought that you had or whatever.
  2779. <SYNC Start=3120500><P class='en'>&nbsp;
  2780. <SYNC Start=3121133><P class='en'>When you have something like this, you
  2781. start to think in ways that are really
  2782. <SYNC Start=3125500><P class='en'>&nbsp;
  2783. <SYNC Start=3125500><P class='en'>interesting and much deeper than what
  2784. most people would think about stuff.
  2785. <SYNC Start=3129166><P class='en'>&nbsp;
  2786. <SYNC Start=3129466><P class='en'>For example, I came across a lamp in the
  2787. move the night, and then I noticed just
  2788. <SYNC Start=3133800><P class='en'>&nbsp;
  2789. <SYNC Start=3133866><P class='en'>the lamp, the light from the lamp actually
  2790. reflected back on to the lamp itself.
  2791. <SYNC Start=3138666><P class='en'>&nbsp;
  2792. <SYNC Start=3138866><P class='en'>For me, it&#39;s such a random thing
  2793. to have seen &#39;cause I was literally
  2794. <SYNC Start=3141166><P class='en'>&nbsp;
  2795. <SYNC Start=3141166><P class='en'>just coming back for a run, but I
  2796. was like, huh, like, I suppose that
  2797. <SYNC Start=3144566><P class='en'>&nbsp;
  2798. <SYNC Start=3144599><P class='en'>applies for many aspects of life.
  2799. <SYNC Start=3146599><P class='en'>&nbsp;
  2800. <SYNC Start=3146666><P class='en'>You start to think of these analogies,
  2801. like, you know, for content creation,
  2802. <SYNC Start=3149233><P class='en'>&nbsp;
  2803. <SYNC Start=3149233><P class='en'>for example, when you really help
  2804. people at scale, perhaps on like
  2805. <SYNC Start=3153900><P class='en'>&nbsp;
  2806. <SYNC Start=3154266><P class='en'>proportional to the amount of scale
  2807. and helpfulness that you create, there
  2808. <SYNC Start=3157566><P class='en'>&nbsp;
  2809. <SYNC Start=3157566><P class='en'>may be a proportion of badness that
  2810. you create in the process, as well.
  2811. <SYNC Start=3160833><P class='en'>&nbsp;
  2812. <SYNC Start=3160866><P class='en'>It&#39;s the same as that particular light.
  2813. <SYNC Start=3162599><P class='en'>&nbsp;
  2814. <SYNC Start=3162633><P class='en'>So I might connect those two
  2815. concepts together in Obsidian.
  2816. <SYNC Start=3165099><P class='en'>&nbsp;
  2817. <SYNC Start=3166800><P class='en'>The way that you link ideas and think
  2818. about stuff in your own life is going
  2819. <SYNC Start=3169800><P class='en'>&nbsp;
  2820. <SYNC Start=3169800><P class='en'>to be dependent on your own context,
  2821. your own ways of processing the world.
  2822. <SYNC Start=3173599><P class='en'>&nbsp;
  2823. <SYNC Start=3173699><P class='en'>Obsidian, I think is just one
  2824. of the greatest ways to do that.
  2825. <SYNC Start=3175900><P class='en'>&nbsp;
  2826. <SYNC Start=3175966><P class='en'>So I&#39;m really excited for you.
  2827. <SYNC Start=3177266><P class='en'>&nbsp;
  2828. <SYNC Start=3177333><P class='en'>Look, you can do the rest of the course.
  2829. <SYNC Start=3178533><P class='en'>&nbsp;
  2830. <SYNC Start=3178533><P class='en'>There&#39;s a lot more I want to talk
  2831. about that can help you optimise stuff,
  2832. <SYNC Start=3181566><P class='en'>&nbsp;
  2833. <SYNC Start=3181866><P class='en'>but really, if you just had these few
  2834. sections, then that&#39;s more than enough
  2835. <SYNC Start=3186333><P class='en'>&nbsp;
  2836. <SYNC Start=3186400><P class='en'>to get started with Obsidian and get
  2837. really, really powerful use out of it.
  2838. <SYNC Start=3189866><P class='en'>&nbsp;
  2839. <SYNC Start=3190133><P class='en'>So any video from this point, you&#39;re
  2840. starting to really become a power user.
  2841. <SYNC Start=3193800><P class='en'>&nbsp;
  2842. <SYNC Start=3194333><P class='en'>and
  2843. <SYNC Start=3194633><P class='en'>&nbsp;
  2844. <SYNC Start=3194800><P class='en'>For the videos that follow, just take
  2845. the bits and pieces that apply to your
  2846. <SYNC Start=3198400><P class='en'>&nbsp;
  2847. <SYNC Start=3198400><P class='en'>life or that you think might be useful.
  2848. <SYNC Start=3200233><P class='en'>&nbsp;
  2849. <SYNC Start=3200599><P class='en'>But none of the other videos are
  2850. necessarily compulsory now that
  2851. <SYNC Start=3204199><P class='en'>&nbsp;
  2852. <SYNC Start=3204233><P class='en'>you know how to link thoughts in
  2853. Obsidian and also do a Zettelkasten,
  2854. <SYNC Start=3208833><P class='en'>&nbsp;
  2855. <SYNC Start=3209433><P class='en'>then you&#39;ve already got something
  2856. extremely powerful in your pocket.
  2857. <SYNC Start=3211733><P class='en'>&nbsp;
  2858. <SYNC Start=3212099><P class='en'>And so I&#39;d like to
  2859. congratulate you for that.
  2860. <SYNC Start=3213833><P class='en'>&nbsp;
  2861. <SYNC Start=3214833><P class='en'>So I&#39;ll see you in the next video.
  2862. <SYNC Start=3216199><P class='en'>&nbsp;
  2863. <SYNC Start=3226833><P class='en'>David: So today we&#39;re talking
  2864. about search and search is
  2865. <SYNC Start=3229366><P class='en'>&nbsp;
  2866. <SYNC Start=3229400><P class='en'>really powerful inside Obsidian.
  2867. <SYNC Start=3231233><P class='en'>&nbsp;
  2868. <SYNC Start=3231466><P class='en'>Let me show you what you can do with it.
  2869. <SYNC Start=3232800><P class='en'>&nbsp;
  2870. <SYNC Start=3232866><P class='en'>To access search on a windows computer.
  2871. <SYNC Start=3234833><P class='en'>&nbsp;
  2872. <SYNC Start=3234833><P class='en'>It&#39;s going to be control shift F but
  2873. on a Mac, it&#39;s going to be command
  2874. <SYNC Start=3237599><P class='en'>&nbsp;
  2875. <SYNC Start=3237633><P class='en'>shift F and then it immediately
  2876. accesses the search from anywhere.
  2877. <SYNC Start=3241000><P class='en'>&nbsp;
  2878. <SYNC Start=3241400><P class='en'>Generally speaking, you can try
  2879. to type in multiple words at once.
  2880. <SYNC Start=3243833><P class='en'>&nbsp;
  2881. <SYNC Start=3243866><P class='en'>So for example, if I&#39;m going to type in
  2882. Paddy Abdaal to combine two different
  2883. <SYNC Start=3248000><P class='en'>&nbsp;
  2884. <SYNC Start=3248000><P class='en'>things, Paddy Galloway and Ali Abdaal what
  2885. we&#39;ll try to do is we&#39;ll try to find stuff
  2886. <SYNC Start=3252066><P class='en'>&nbsp;
  2887. <SYNC Start=3252300><P class='en'>that does have both of those inside of it.
  2888. <SYNC Start=3254566><P class='en'>&nbsp;
  2889. <SYNC Start=3254666><P class='en'>And you can see that if I just
  2890. type Paddy by itself, then
  2891. <SYNC Start=3257666><P class='en'>&nbsp;
  2892. <SYNC Start=3257666><P class='en'>the search is much broader.
  2893. <SYNC Start=3259066><P class='en'>&nbsp;
  2894. <SYNC Start=3259133><P class='en'>So it&#39;s kind of like an AND operator.
  2895. <SYNC Start=3260766><P class='en'>&nbsp;
  2896. <SYNC Start=3260833><P class='en'>If you want to do Paddy or Ali Abdaal
  2897. then you can certainly do that.
  2898. <SYNC Start=3264500><P class='en'>&nbsp;
  2899. <SYNC Start=3264599><P class='en'>And write &quot;or&quot;, and so it will try to
  2900. look for either of those two terms.
  2901. <SYNC Start=3267566><P class='en'>&nbsp;
  2902. <SYNC Start=3267666><P class='en'>Similarly, you can do a dash to
  2903. get rid of a particular term.
  2904. <SYNC Start=3272000><P class='en'>&nbsp;
  2905. <SYNC Start=3272066><P class='en'>So for example Paddy dash Abdaal
  2906. we&#39;ll make sure that Abdaal
  2907. <SYNC Start=3275500><P class='en'>&nbsp;
  2908. <SYNC Start=3275533><P class='en'>is not included in the search.
  2909. <SYNC Start=3276866><P class='en'>&nbsp;
  2910. <SYNC Start=3276966><P class='en'>If I do something like Paddy Ali
  2911. however, it might be a bit complicated
  2912. <SYNC Start=3281199><P class='en'>&nbsp;
  2913. <SYNC Start=3281233><P class='en'>because of the fact that even a word I
  2914. realized has the phrase Ali inside of it.
  2915. <SYNC Start=3286366><P class='en'>&nbsp;
  2916. <SYNC Start=3286400><P class='en'>That&#39;s a little bit confusing.
  2917. <SYNC Start=3287599><P class='en'>&nbsp;
  2918. <SYNC Start=3287599><P class='en'>So if you wanted to avoid that from
  2919. happening, if you wanted to use a
  2920. <SYNC Start=3291099><P class='en'>&nbsp;
  2921. <SYNC Start=3291133><P class='en'>whole word, for example, then you can
  2922. just put quotes around just like that.
  2923. <SYNC Start=3294766><P class='en'>&nbsp;
  2924. <SYNC Start=3294866><P class='en'>And then that way, in this particular
  2925. case, it&#39;s going to search for the
  2926. <SYNC Start=3297633><P class='en'>&nbsp;
  2927. <SYNC Start=3297633><P class='en'>word Paddy and it&#39;s only going to
  2928. exclude it has if it has the word
  2929. <SYNC Start=3301400><P class='en'>&nbsp;
  2930. <SYNC Start=3301466><P class='en'>Ali, but you know, something like
  2931. realize which has ali in it as well.
  2932. <SYNC Start=3305266><P class='en'>&nbsp;
  2933. <SYNC Start=3305466><P class='en'>It&#39;s going to be fine
  2934. because it&#39;s not the word.
  2935. <SYNC Start=3307433><P class='en'>&nbsp;
  2936. <SYNC Start=3307466><P class='en'>But if I actually tried to, you know,
  2937. give it to the quotes here, then this
  2938. <SYNC Start=3310599><P class='en'>&nbsp;
  2939. <SYNC Start=3310599><P class='en'>note does not get shown up as an example.
  2940. <SYNC Start=3313300><P class='en'>&nbsp;
  2941. <SYNC Start=3313800><P class='en'>When you have a different note, you can
  2942. actually open up a new pane with the note.
  2943. <SYNC Start=3317033><P class='en'>&nbsp;
  2944. <SYNC Start=3317066><P class='en'>So to do that, you just hold down
  2945. command or control and then click.
  2946. <SYNC Start=3320400><P class='en'>&nbsp;
  2947. <SYNC Start=3320466><P class='en'>And so if you do that, it
  2948. opens up a new pane like this.
  2949. <SYNC Start=3322866><P class='en'>&nbsp;
  2950. <SYNC Start=3323699><P class='en'>If you&#39;re doing a lot of searching
  2951. and that sort of thing, sometimes
  2952. <SYNC Start=3326066><P class='en'>&nbsp;
  2953. <SYNC Start=3326066><P class='en'>you might want to make sure that
  2954. you set the pinned one so you don&#39;t
  2955. <SYNC Start=3328466><P class='en'>&nbsp;
  2956. <SYNC Start=3329000><P class='en'>accidentally get rid of this one.
  2957. <SYNC Start=3330033><P class='en'>&nbsp;
  2958. <SYNC Start=3330099><P class='en'>So like, for example, even though
  2959. I&#39;ve got this one selected, if I try
  2960. <SYNC Start=3334666><P class='en'>&nbsp;
  2961. <SYNC Start=3334666><P class='en'>to open it up, it&#39;s actually going
  2962. to use the other one to use it.
  2963. <SYNC Start=3338599><P class='en'>&nbsp;
  2964. <SYNC Start=3340599><P class='en'>If you wanted to drag links
  2965. into a particular document,
  2966. <SYNC Start=3343166><P class='en'>&nbsp;
  2967. <SYNC Start=3343233><P class='en'>you can do that as well.
  2968. <SYNC Start=3344400><P class='en'>&nbsp;
  2969. <SYNC Start=3344433><P class='en'>So for example, you know, you can sort
  2970. of see how clicks here and right here,
  2971. <SYNC Start=3348033><P class='en'>&nbsp;
  2972. <SYNC Start=3348366><P class='en'>and you can just drag whatever you like.
  2973. <SYNC Start=3349933><P class='en'>&nbsp;
  2974. <SYNC Start=3349966><P class='en'>So that if you&#39;re collecting a
  2975. whole bunch of information at once,
  2976. <SYNC Start=3352199><P class='en'>&nbsp;
  2977. <SYNC Start=3352466><P class='en'>then that could be really helpful.
  2978. <SYNC Start=3353533><P class='en'>&nbsp;
  2979. <SYNC Start=3353599><P class='en'>And of course, within that if you
  2980. remember, you can do the other
  2981. <SYNC Start=3357533><P class='en'>&nbsp;
  2982. <SYNC Start=3357566><P class='en'>stuff, like access to the different
  2983. blocks or whatever, or the headings.
  2984. <SYNC Start=3360366><P class='en'>&nbsp;
  2985. <SYNC Start=3360366><P class='en'>So you might have a hashtag...
  2986. <SYNC Start=3361900><P class='en'>&nbsp;
  2987. <SYNC Start=3361966><P class='en'>that doesn&#39;t have any headings
  2988. there, for example, that doesn&#39;t
  2989. <SYNC Start=3365233><P class='en'>&nbsp;
  2990. <SYNC Start=3365233><P class='en'>either...hold on, let me get an
  2991. actual note that has headings.
  2992. <SYNC Start=3367099><P class='en'>&nbsp;
  2993. <SYNC Start=3367599><P class='en'>So let&#39;s say that I&#39;ve done like my
  2994. YouTube literature note, and then
  2995. <SYNC Start=3371166><P class='en'>&nbsp;
  2996. <SYNC Start=3371266><P class='en'>I put a heading here with a hashtag
  2997. that I can like get any heading there.
  2998. <SYNC Start=3375266><P class='en'>&nbsp;
  2999. <SYNC Start=3375366><P class='en'>So that can be very useful if
  3000. you want access to a specific
  3001. <SYNC Start=3377433><P class='en'>&nbsp;
  3002. <SYNC Start=3377433><P class='en'>part of a note as well.
  3003. <SYNC Start=3378533><P class='en'>&nbsp;
  3004. <SYNC Start=3378599><P class='en'>Let&#39;s talk more in depth
  3005. about some of the other stuff.
  3006. <SYNC Start=3380433><P class='en'>&nbsp;
  3007. <SYNC Start=3380433><P class='en'>So if you want to search for the
  3008. path of a file, you can do that.
  3009. <SYNC Start=3384233><P class='en'>&nbsp;
  3010. <SYNC Start=3384266><P class='en'>So just click on this bit that says path.
  3011. <SYNC Start=3386299><P class='en'>&nbsp;
  3012. <SYNC Start=3386433><P class='en'>There is a path each group, and that&#39;s
  3013. just going to search the file name.
  3014. <SYNC Start=3391599><P class='en'>&nbsp;
  3015. <SYNC Start=3391599><P class='en'>But you can see that&#39;s pretty
  3016. like it&#39;s pretty broad.
  3017. <SYNC Start=3394166><P class='en'>&nbsp;
  3018. <SYNC Start=3394199><P class='en'>So actually I don&#39;t really tend to use
  3019. path that much because usually you can
  3020. <SYNC Start=3398166><P class='en'>&nbsp;
  3021. <SYNC Start=3398166><P class='en'>just click on the quick switcher button.
  3022. <SYNC Start=3400733><P class='en'>&nbsp;
  3023. <SYNC Start=3402166><P class='en'>Or alternatively, you can press
  3024. command+o and that does the same thing.
  3025. <SYNC Start=3406699><P class='en'>&nbsp;
  3026. <SYNC Start=3406699><P class='en'>So even if you have words that are
  3027. like a little bit part, right, it&#39;ll
  3028. <SYNC Start=3410566><P class='en'>&nbsp;
  3029. <SYNC Start=3410599><P class='en'>still search the entire phrase there.
  3030. <SYNC Start=3412099><P class='en'>&nbsp;
  3031. <SYNC Start=3412099><P class='en'>So you don&#39;t really choose a path that
  3032. much you might want to use path if
  3033. <SYNC Start=3415833><P class='en'>&nbsp;
  3034. <SYNC Start=3415833><P class='en'>you&#39;re, for example, trying to get
  3035. rid of particular terms, like I don&#39;t
  3036. <SYNC Start=3419266><P class='en'>&nbsp;
  3037. <SYNC Start=3419300><P class='en'>want my literature note or whatever
  3038. reasons that can work in that case.
  3039. <SYNC Start=3422599><P class='en'>&nbsp;
  3040. <SYNC Start=3422633><P class='en'>path is really just the
  3041. directory which the file&#39;s in.
  3042. <SYNC Start=3424766><P class='en'>&nbsp;
  3043. <SYNC Start=3424766><P class='en'>But then the file part
  3044. is the actual file name.
  3045. <SYNC Start=3427333><P class='en'>&nbsp;
  3046. <SYNC Start=3427366><P class='en'>But you know, functionally, it doesn&#39;t
  3047. really make too much of a difference.
  3048. <SYNC Start=3430066><P class='en'>&nbsp;
  3049. <SYNC Start=3430066><P class='en'>Tag is going to be the more useful one.
  3050. <SYNC Start=3431833><P class='en'>&nbsp;
  3051. <SYNC Start=3431933><P class='en'>So tags, I use all the time.
  3052. <SYNC Start=3433433><P class='en'>&nbsp;
  3053. <SYNC Start=3433466><P class='en'>If you&#39;re searching for tags, you
  3054. might search for us, for example,
  3055. <SYNC Start=3436000><P class='en'>&nbsp;
  3056. <SYNC Start=3436099><P class='en'>YouTube slash storytelling.
  3057. <SYNC Start=3437133><P class='en'>&nbsp;
  3058. <SYNC Start=3437199><P class='en'>In fact, you can actually
  3059. nest tags in in each other.
  3060. <SYNC Start=3439633><P class='en'>&nbsp;
  3061. <SYNC Start=3439866><P class='en'>So if I go to here and I go to my tag
  3062. pane which is something that you enable in
  3063. <SYNC Start=3444566><P class='en'>&nbsp;
  3064. <SYNC Start=3444599><P class='en'>the settings, then you can see that when
  3065. I click on these different panes it&#39;ll
  3066. <SYNC Start=3447866><P class='en'>&nbsp;
  3067. <SYNC Start=3447866><P class='en'>automatically search for the tag there.
  3068. <SYNC Start=3450699><P class='en'>&nbsp;
  3069. <SYNC Start=3450800><P class='en'>Such great tags is I&#39;m
  3070. turning 29 tomorrow.
  3071. <SYNC Start=3453300><P class='en'>&nbsp;
  3072. <SYNC Start=3453633><P class='en'>Initially I thought another year,
  3073. another step towards my eventual demise.
  3074. <SYNC Start=3456533><P class='en'>&nbsp;
  3075. <SYNC Start=3457800><P class='en'>But you know, you can just
  3076. search different tags like that.
  3077. <SYNC Start=3460000><P class='en'>&nbsp;
  3078. <SYNC Start=3460833><P class='en'>Uh, If you wanted to add tags
  3079. together, you can hold down command
  3080. <SYNC Start=3464366><P class='en'>&nbsp;
  3081. <SYNC Start=3464366><P class='en'>and then you know, try to link tags.
  3082. <SYNC Start=3466533><P class='en'>&nbsp;
  3083. <SYNC Start=3466599><P class='en'>And so sometimes.
  3084. <SYNC Start=3467333><P class='en'>&nbsp;
  3085. <SYNC Start=3467333><P class='en'>you have t hings where there&#39;s two
  3086. tags included that can be helpful.
  3087. <SYNC Start=3471199><P class='en'>&nbsp;
  3088. <SYNC Start=3471266><P class='en'>For example YouTube tweets
  3089. might be an example of trying
  3090. <SYNC Start=3475166><P class='en'>&nbsp;
  3091. <SYNC Start=3475166><P class='en'>to niche down on a certain tag.
  3092. <SYNC Start=3476500><P class='en'>&nbsp;
  3093. <SYNC Start=3476533><P class='en'>If you want to search for keywords in
  3094. the same line, you use this line tool.
  3095. <SYNC Start=3478900><P class='en'>&nbsp;
  3096. <SYNC Start=3479033><P class='en'>So let&#39;s say that I use Paddy
  3097. Galloway and storytelling.
  3098. <SYNC Start=3482500><P class='en'>&nbsp;
  3099. <SYNC Start=3484233><P class='en'>And so this is all on the same line there.
  3100. <SYNC Start=3486400><P class='en'>&nbsp;
  3101. <SYNC Start=3488066><P class='en'>And suddenly you can also
  3102. do the word section as well.
  3103. <SYNC Start=3490599><P class='en'>&nbsp;
  3104. <SYNC Start=3490599><P class='en'>And so that tries to capture it within a
  3105. particular section of text or whatever.
  3106. <SYNC Start=3494699><P class='en'>&nbsp;
  3107. <SYNC Start=3494733><P class='en'>So that&#39;s already useful.
  3108. <SYNC Start=3495566><P class='en'>&nbsp;
  3109. <SYNC Start=3495966><P class='en'>I want to show you something very,
  3110. very fancy, which is regex and
  3111. <SYNC Start=3498500><P class='en'>&nbsp;
  3112. <SYNC Start=3498500><P class='en'>regex search is extremely powerful.
  3113. <SYNC Start=3500233><P class='en'>&nbsp;
  3114. <SYNC Start=3500433><P class='en'>Let&#39;s say that you&#39;re trying to search
  3115. for a particular statistic, maybe,
  3116. <SYNC Start=3503133><P class='en'>&nbsp;
  3117. <SYNC Start=3503133><P class='en'>you know, a source that has said it.
  3118. <SYNC Start=3504599><P class='en'>&nbsp;
  3119. <SYNC Start=3504800><P class='en'>And you know that they&#39;ve said
  3120. that some percentage of, for
  3121. <SYNC Start=3508300><P class='en'>&nbsp;
  3122. <SYNC Start=3508300><P class='en'>example, bananas are tasty.
  3123. <SYNC Start=3509933><P class='en'>&nbsp;
  3124. <SYNC Start=3510266><P class='en'>And you know, that they&#39;ve used the
  3125. number, but you can&#39;t remember what
  3126. <SYNC Start=3512733><P class='en'>&nbsp;
  3127. <SYNC Start=3512766><P class='en'>the exact number is and you know
  3128. the source, but you&#39;ve got a lot of
  3129. <SYNC Start=3515333><P class='en'>&nbsp;
  3130. <SYNC Start=3515333><P class='en'>different articles at the source.
  3131. <SYNC Start=3516833><P class='en'>&nbsp;
  3132. <SYNC Start=3516866><P class='en'>So the way that you fix this
  3133. problem is by using regex.
  3134. <SYNC Start=3520233><P class='en'>&nbsp;
  3135. <SYNC Start=3520566><P class='en'>Now, what regex does is it&#39;s kind of
  3136. like a thing that programmers can use.
  3137. <SYNC Start=3525766><P class='en'>&nbsp;
  3138. <SYNC Start=3525833><P class='en'>But you can use it too even if you&#39;re
  3139. not a programmer, let me just actually go
  3140. <SYNC Start=3528566><P class='en'>&nbsp;
  3141. <SYNC Start=3528566><P class='en'>to its website to show you a bit better.
  3142. <SYNC Start=3530300><P class='en'>&nbsp;
  3143. <SYNC Start=3531000><P class='en'>so just going on the top here you can
  3144. see here in this website that it&#39;s got
  3145. <SYNC Start=3535933><P class='en'>&nbsp;
  3146. <SYNC Start=3536000><P class='en'>a bunch of texts that we can search.
  3147. <SYNC Start=3537433><P class='en'>&nbsp;
  3148. <SYNC Start=3537466><P class='en'>Similarly Obsidian, you
  3149. can search texts obviously.
  3150. <SYNC Start=3539266><P class='en'>&nbsp;
  3151. <SYNC Start=3539599><P class='en'>And what you want to do is, if you wanted
  3152. a number, a certain character symbols
  3153. <SYNC Start=3545099><P class='en'>&nbsp;
  3154. <SYNC Start=3545099><P class='en'>are represented by certain things.
  3155. <SYNC Start=3546666><P class='en'>&nbsp;
  3156. <SYNC Start=3546900><P class='en'>For example, a digit is
  3157. represented by D or slash D rather.
  3158. <SYNC Start=3550699><P class='en'>&nbsp;
  3159. <SYNC Start=3550966><P class='en'>So you put a forward slash and input date.
  3160. <SYNC Start=3553199><P class='en'>&nbsp;
  3161. <SYNC Start=3553199><P class='en'>And then it actually matches all
  3162. the numbers, which here is matched
  3163. <SYNC Start=3556599><P class='en'>&nbsp;
  3164. <SYNC Start=3556599><P class='en'>the five and the zero is separately.
  3165. <SYNC Start=3559099><P class='en'>&nbsp;
  3166. <SYNC Start=3559199><P class='en'>You may want to, for example,
  3167. match two numbers in a row.
  3168. <SYNC Start=3561766><P class='en'>&nbsp;
  3169. <SYNC Start=3561833><P class='en'>In which case it would be, for example,
  3170. this would just match one number rise.
  3171. <SYNC Start=3565033><P class='en'>&nbsp;
  3172. <SYNC Start=3565066><P class='en'>If I put a seven there, it&#39;s
  3173. going to match that as well.
  3174. <SYNC Start=3567333><P class='en'>&nbsp;
  3175. <SYNC Start=3567566><P class='en'>But if I want it to match just numbers
  3176. that have two numbers in row, then
  3177. <SYNC Start=3571133><P class='en'>&nbsp;
  3178. <SYNC Start=3571133><P class='en'>I&#39;m going to put slash D slash D and
  3179. that&#39;ll match something like this.
  3180. <SYNC Start=3574766><P class='en'>&nbsp;
  3181. <SYNC Start=3574833><P class='en'>We got two numbers in a row.
  3182. <SYNC Start=3575966><P class='en'>&nbsp;
  3183. <SYNC Start=3576133><P class='en'>And you can change those
  3184. characters to whatever you want.
  3185. <SYNC Start=3577933><P class='en'>&nbsp;
  3186. <SYNC Start=3577933><P class='en'>So for example:
  3187. <SYNC Start=3578666><P class='en'>&nbsp;
  3188. <SYNC Start=3578766><P class='en'>if you match w it&#39;s going to be a
  3189. word if you use a capital w it&#39;s
  3190. <SYNC Start=3582333><P class='en'>&nbsp;
  3191. <SYNC Start=3582366><P class='en'>going to match anything, that&#39;s
  3192. not a word, which is basically all
  3193. <SYNC Start=3584533><P class='en'>&nbsp;
  3194. <SYNC Start=3584533><P class='en'>the spaces and the percentages,
  3195. and you can also use S for spaces.
  3196. <SYNC Start=3590966><P class='en'>&nbsp;
  3197. <SYNC Start=3591033><P class='en'>So you can create some pretty
  3198. complex stuff with this.
  3199. <SYNC Start=3593366><P class='en'>&nbsp;
  3200. <SYNC Start=3593500><P class='en'>You can use D plus, and so you can
  3201. use other D plus to match one or more.
  3202. <SYNC Start=3597433><P class='en'>&nbsp;
  3203. <SYNC Start=3597500><P class='en'>You can use the question mark to
  3204. match zero or more and you can use D.
  3205. <SYNC Start=3600800><P class='en'>&nbsp;
  3206. <SYNC Start=3601099><P class='en'>you can use D star to match zero or more.
  3207. <SYNC Start=3603266><P class='en'>&nbsp;
  3208. <SYNC Start=3603366><P class='en'>So, it&#39;s a little bit complex.
  3209. <SYNC Start=3605033><P class='en'>&nbsp;
  3210. <SYNC Start=3605033><P class='en'>If you wanted to do a bigger tutorial
  3211. on it, then there&#39;s a really good one.
  3212. <SYNC Start=3608733><P class='en'>&nbsp;
  3213. <SYNC Start=3608900><P class='en'>at automate the boring stuff with Python.
  3214. <SYNC Start=3610733><P class='en'>&nbsp;
  3215. <SYNC Start=3610766><P class='en'>And they&#39;ve got a really
  3216. good section on regex.
  3217. <SYNC Start=3613233><P class='en'>&nbsp;
  3218. <SYNC Start=3613266><P class='en'>Pattern matching very regular expressions.
  3219. <SYNC Start=3615166><P class='en'>&nbsp;
  3220. <SYNC Start=3615333><P class='en'>And that&#39;s a really, really good way
  3221. to start to learn how regex works.
  3222. <SYNC Start=3619166><P class='en'>&nbsp;
  3223. <SYNC Start=3619199><P class='en'>Let me just show you a bunch so that I
  3224. can maybe demonstrate the different ones.
  3225. <SYNC Start=3623866><P class='en'>&nbsp;
  3226. <SYNC Start=3624166><P class='en'>So I&#39;m going to show you and
  3227. demonstrate to you how this works.
  3228. <SYNC Start=3626566><P class='en'>&nbsp;
  3229. <SYNC Start=3626633><P class='en'>So, now we&#39;ve got some texts
  3230. on the bottom and let&#39;s say
  3231. <SYNC Start=3629533><P class='en'>&nbsp;
  3232. <SYNC Start=3629566><P class='en'>that I want to match a digit.
  3233. <SYNC Start=3630466><P class='en'>&nbsp;
  3234. <SYNC Start=3630466><P class='en'>So it&#39;s just going to be \d as we thought.
  3235. <SYNC Start=3632300><P class='en'>&nbsp;
  3236. <SYNC Start=3632366><P class='en'>What about if you want to
  3237. use the percentage symbol?
  3238. <SYNC Start=3634300><P class='en'>&nbsp;
  3239. <SYNC Start=3634400><P class='en'>Well you could just try to do percent
  3240. and you can see that it works there.
  3241. <SYNC Start=3638400><P class='en'>&nbsp;
  3242. <SYNC Start=3638466><P class='en'>And so it&#39;s still going to match
  3243. 0%, but 50% is kind of the whole
  3244. <SYNC Start=3642199><P class='en'>&nbsp;
  3245. <SYNC Start=3642233><P class='en'>thing that we want to match.
  3246. <SYNC Start=3643166><P class='en'>&nbsp;
  3247. <SYNC Start=3643199><P class='en'>So we&#39;re going to put another
  3248. \d And then now we&#39;ve got two
  3249. <SYNC Start=3647300><P class='en'>&nbsp;
  3250. <SYNC Start=3647333><P class='en'>numbers and a percentage sign.
  3251. <SYNC Start=3648933><P class='en'>&nbsp;
  3252. <SYNC Start=3649233><P class='en'>And that&#39;s the thing that
  3253. we&#39;re going to match.
  3254. <SYNC Start=3651166><P class='en'>&nbsp;
  3255. <SYNC Start=3651199><P class='en'>So the thing is when you do that Obsidian
  3256. you can also do that, but you have to put
  3257. <SYNC Start=3655000><P class='en'>&nbsp;
  3258. <SYNC Start=3655033><P class='en'>a slash there, which is a forward slash
  3259. to start to symbolize to Obsidian that
  3260. <SYNC Start=3660166><P class='en'>&nbsp;
  3261. <SYNC Start=3660199><P class='en'>you&#39;re going to do the regex and then you
  3262. do that d\d before that we did percentage
  3263. <SYNC Start=3665099><P class='en'>&nbsp;
  3264. <SYNC Start=3665133><P class='en'>as we did and put a slash at the end,
  3265. and you see every single time that I&#39;ve
  3266. <SYNC Start=3669000><P class='en'>&nbsp;
  3267. <SYNC Start=3669000><P class='en'>mentioned a percentage, now it come up
  3268. and I can search individual keywords.
  3269. <SYNC Start=3673099><P class='en'>&nbsp;
  3270. <SYNC Start=3673099><P class='en'>So for example, I just want specifically
  3271. percentages that Paddy had mentioned.
  3272. <SYNC Start=3677000><P class='en'>&nbsp;
  3273. <SYNC Start=3677266><P class='en'>So I&#39;m going to type in Paddy and then
  3274. you can see here is something which
  3275. <SYNC Start=3682533><P class='en'>&nbsp;
  3276. <SYNC Start=3682599><P class='en'>has got both Paddy and a percentage,
  3277. but we want to make that a bit bigger.
  3278. <SYNC Start=3687099><P class='en'>&nbsp;
  3279. <SYNC Start=3687133><P class='en'>So I&#39;m going to put section and
  3280. then make sure that specifically
  3281. <SYNC Start=3690866><P class='en'>&nbsp;
  3282. <SYNC Start=3690900><P class='en'>Paddy Galloway is talking about it.
  3283. <SYNC Start=3692166><P class='en'>&nbsp;
  3284. <SYNC Start=3692500><P class='en'>And so here I&#39;ve had custom search through
  3285. the, with just a command F to find out
  3286. <SYNC Start=3696500><P class='en'>&nbsp;
  3287. <SYNC Start=3696533><P class='en'>exactly where the percentage bit was but
  3288. t hat&#39;s just generally how you do it.
  3289. <SYNC Start=3700300><P class='en'>&nbsp;
  3290. <SYNC Start=3700333><P class='en'>So if you wanted to match a particular
  3291. word, well, if we flash a word and
  3292. <SYNC Start=3704199><P class='en'>&nbsp;
  3293. <SYNC Start=3704199><P class='en'>Obsidian is gonna match literally
  3294. every single word in Obsidian.
  3295. <SYNC Start=3708400><P class='en'>&nbsp;
  3296. <SYNC Start=3708433><P class='en'>So, you know, it&#39;s
  3297. probably a bit reckless.
  3298. <SYNC Start=3710699><P class='en'>&nbsp;
  3299. <SYNC Start=3711366><P class='en'>I can see it&#39;s gonna take forever.
  3300. <SYNC Start=3712566><P class='en'>&nbsp;
  3301. <SYNC Start=3712566><P class='en'>So I&#39;m not going to do that, obviously.
  3302. <SYNC Start=3713800><P class='en'>&nbsp;
  3303. <SYNC Start=3713800><P class='en'>If you wanted it to match, for example,
  3304. like a phone number, for example, let&#39;s
  3305. <SYNC Start=3717000><P class='en'>&nbsp;
  3306. <SYNC Start=3717199><P class='en'>say that you had this, you know, that the
  3307. phone number format is got three numbers
  3308. <SYNC Start=3721066><P class='en'>&nbsp;
  3309. <SYNC Start=3721066><P class='en'>and row, then it&#39;s got a dash, there&#39;s got
  3310. a number four numbers, and then it&#39;s got
  3311. <SYNC Start=3725699><P class='en'>&nbsp;
  3312. <SYNC Start=3725733><P class='en'>a dash, it&#39;s got another three numbers.
  3313. <SYNC Start=3727533><P class='en'>&nbsp;
  3314. <SYNC Start=3727866><P class='en'>So you can certainly do that.
  3315. <SYNC Start=3728966><P class='en'>&nbsp;
  3316. <SYNC Start=3729000><P class='en'>Sometimes you may not necessarily want
  3317. to type d\d\d\d So the other way to do
  3318. <SYNC Start=3735033><P class='en'>&nbsp;
  3319. <SYNC Start=3735033><P class='en'>that is you can actually use a curly
  3320. bracket and then go 4 for example,
  3321. <SYNC Start=3740166><P class='en'>&nbsp;
  3322. <SYNC Start=3740333><P class='en'>and that will do the same thing.
  3323. <SYNC Start=3741466><P class='en'>&nbsp;
  3324. <SYNC Start=3741500><P class='en'>So, you know, replace these ones here and
  3325. make that a 2 and then similarly here,
  3326. <SYNC Start=3747433><P class='en'>&nbsp;
  3327. <SYNC Start=3747833><P class='en'>and then you can make that a 2 as well.
  3328. <SYNC Start=3750033><P class='en'>&nbsp;
  3329. <SYNC Start=3752233><P class='en'>Now sometimes.
  3330. <SYNC Start=3753633><P class='en'>&nbsp;
  3331. <SYNC Start=3754400><P class='en'>Oops, sorry.
  3332. <SYNC Start=3754933><P class='en'>&nbsp;
  3333. <SYNC Start=3754933><P class='en'>I mean, three.
  3334. <SYNC Start=3755433><P class='en'>&nbsp;
  3335. <SYNC Start=3755699><P class='en'>Sometimes you might want to match a
  3336. symbol by the symbol actually means
  3337. <SYNC Start=3759300><P class='en'>&nbsp;
  3338. <SYNC Start=3759300><P class='en'>something special in regex so the
  3339. way that you match a specific symbol.
  3340. <SYNC Start=3762000><P class='en'>&nbsp;
  3341. <SYNC Start=3762033><P class='en'>So for example, if I type question
  3342. mark here, even though I&#39;ve got these
  3343. <SYNC Start=3764833><P class='en'>&nbsp;
  3344. <SYNC Start=3764866><P class='en'>question marks, it&#39;s not gonna match.
  3345. <SYNC Start=3766366><P class='en'>&nbsp;
  3346. <SYNC Start=3766666><P class='en'>And so you have to do, what&#39;s called
  3347. escaping for certain symbols and
  3348. <SYNC Start=3769966><P class='en'>&nbsp;
  3349. <SYNC Start=3770000><P class='en'>all you gotta do is in front of
  3350. that one, you just put a, a \ like
  3351. <SYNC Start=3773966><P class='en'>&nbsp;
  3352. <SYNC Start=3773966><P class='en'>this and then that will escape it.
  3353. <SYNC Start=3775466><P class='en'>&nbsp;
  3354. <SYNC Start=3775766><P class='en'>So that means that you can capture
  3355. that as separate expression.
  3356. <SYNC Start=3778000><P class='en'>&nbsp;
  3357. <SYNC Start=3778333><P class='en'>Sometimes you might want to have a
  3358. set of stuff that you want to do.
  3359. <SYNC Start=3781733><P class='en'>&nbsp;
  3360. <SYNC Start=3781733><P class='en'>So for example, like occasionally for
  3361. whatever reason, this particular number is
  3362. <SYNC Start=3785300><P class='en'>&nbsp;
  3363. <SYNC Start=3785333><P class='en'>sometimes has letters inside of it, right?
  3364. <SYNC Start=3786933><P class='en'>&nbsp;
  3365. <SYNC Start=3787266><P class='en'>And you want to match
  3366. both numbers and letters.
  3367. <SYNC Start=3789199><P class='en'>&nbsp;
  3368. <SYNC Start=3789266><P class='en'>Well, you could just do this
  3369. slash w and that would be okay.
  3370. <SYNC Start=3793199><P class='en'>&nbsp;
  3371. <SYNC Start=3793400><P class='en'>But really you&#39;re really like in this
  3372. particular case, you&#39;re kind of wanting to
  3373. <SYNC Start=3797900><P class='en'>&nbsp;
  3374. <SYNC Start=3797900><P class='en'>look for something that has both a match
  3375. of numbers and letters and the same thing.
  3376. <SYNC Start=3801533><P class='en'>&nbsp;
  3377. <SYNC Start=3801766><P class='en'>So what we&#39;re going to do instead
  3378. is because this is just matching
  3379. <SYNC Start=3805033><P class='en'>&nbsp;
  3380. <SYNC Start=3805033><P class='en'>words at the moment, right?
  3381. <SYNC Start=3805966><P class='en'>&nbsp;
  3382. <SYNC Start=3806000><P class='en'>Maybe you want to match the
  3383. letters that are just for example,
  3384. <SYNC Start=3809000><P class='en'>&nbsp;
  3385. <SYNC Start=3809033><P class='en'>from a to H for whatever reason.
  3386. <SYNC Start=3811633><P class='en'>&nbsp;
  3387. <SYNC Start=3812333><P class='en'>And so to do that, you create a
  3388. set by using these square brackets,
  3389. <SYNC Start=3816466><P class='en'>&nbsp;
  3390. <SYNC Start=3816666><P class='en'>and then you can do like A-H and
  3391. that&#39;ll just match stuff that
  3392. <SYNC Start=3821266><P class='en'>&nbsp;
  3393. <SYNC Start=3821300><P class='en'>is in that part of the alphabet.
  3394. <SYNC Start=3822699><P class='en'>&nbsp;
  3395. <SYNC Start=3822699><P class='en'>Similarly you might just want to
  3396. match something that&#39;s like from
  3397. <SYNC Start=3825699><P class='en'>&nbsp;
  3398. <SYNC Start=3825900><P class='en'>the numbers 0 to 4 well, you just
  3399. type zero to four and then you can
  3400. <SYNC Start=3829666><P class='en'>&nbsp;
  3401. <SYNC Start=3829666><P class='en'>match that range like that too.
  3402. <SYNC Start=3831266><P class='en'>&nbsp;
  3403. <SYNC Start=3831633><P class='en'>So regex is very, very powerful.
  3404. <SYNC Start=3833233><P class='en'>&nbsp;
  3405. <SYNC Start=3833266><P class='en'>You can see how it&#39;s going
  3406. to be useful for your notes.
  3407. <SYNC Start=3835500><P class='en'>&nbsp;
  3408. <SYNC Start=3835533><P class='en'>And it allows you to do
  3409. these really crazy things.
  3410. <SYNC Start=3837933><P class='en'>&nbsp;
  3411. <SYNC Start=3838833><P class='en'>Oh, I should mention a few other
  3412. things with search though before
  3413. <SYNC Start=3841199><P class='en'>&nbsp;
  3414. <SYNC Start=3841199><P class='en'>we go on, so, here there&#39;s a
  3415. bunch of other search parameters.
  3416. <SYNC Start=3844400><P class='en'>&nbsp;
  3417. <SYNC Start=3844400><P class='en'>So for example, you might want to match
  3418. the case, in which case I&#39;d have to type
  3419. <SYNC Start=3848033><P class='en'>&nbsp;
  3420. <SYNC Start=3848166><P class='en'>Paddy Galloway in capitals like that.
  3421. <SYNC Start=3850666><P class='en'>&nbsp;
  3422. <SYNC Start=3850733><P class='en'>If I don&#39;t, then it will do it even
  3423. for like location, but if I do it, then
  3424. <SYNC Start=3855866><P class='en'>&nbsp;
  3425. <SYNC Start=3856033><P class='en'>you know, it&#39;s going match the cases.
  3426. <SYNC Start=3857300><P class='en'>&nbsp;
  3427. <SYNC Start=3857300><P class='en'>Of course.
  3428. <SYNC Start=3857766><P class='en'>&nbsp;
  3429. <SYNC Start=3857800><P class='en'>Sometimes you just want to explanation
  3430. and that can be very helpful.
  3431. <SYNC Start=3860666><P class='en'>&nbsp;
  3432. <SYNC Start=3860699><P class='en'>So it&#39;s human readable now.
  3433. <SYNC Start=3861833><P class='en'>&nbsp;
  3434. <SYNC Start=3862033><P class='en'>So Paddy or Galloway and
  3435. can see this to change?
  3436. <SYNC Start=3867333><P class='en'>&nbsp;
  3437. <SYNC Start=3867366><P class='en'>It changes that all of versus any of,
  3438. as an example you might want to collapse
  3439. <SYNC Start=3871933><P class='en'>&nbsp;
  3440. <SYNC Start=3872333><P class='en'>the results to make it a bit neater.
  3441. <SYNC Start=3873666><P class='en'>&nbsp;
  3442. <SYNC Start=3873933><P class='en'>You can share more context if you want to
  3443. make it not neater So if you do, this it&#39;s
  3444. <SYNC Start=3878800><P class='en'>&nbsp;
  3445. <SYNC Start=3878833><P class='en'>going to give you the whole paragraph.
  3446. <SYNC Start=3880466><P class='en'>&nbsp;
  3447. <SYNC Start=3880500><P class='en'>And when you understand that search is
  3448. like this, then you start to realize that
  3449. <SYNC Start=3883933><P class='en'>&nbsp;
  3450. <SYNC Start=3883933><P class='en'>actually creating these links in a way
  3451. that when you search for it later it&#39;s,
  3452. <SYNC Start=3888166><P class='en'>&nbsp;
  3453. <SYNC Start=3888166><P class='en'>self-contained within that paragraph,
  3454. like thinking about how you&#39;re writing
  3455. <SYNC Start=3892733><P class='en'>&nbsp;
  3456. <SYNC Start=3892766><P class='en'>is important because when you&#39;re going
  3457. back to search these things, you want to
  3458. <SYNC Start=3896666><P class='en'>&nbsp;
  3459. <SYNC Start=3896699><P class='en'>try to make sure that you don&#39;t even have
  3460. to look at the actual page to understand
  3461. <SYNC Start=3900066><P class='en'>&nbsp;
  3462. <SYNC Start=3900466><P class='en'>what that search term was, you know?
  3463. <SYNC Start=3902800><P class='en'>&nbsp;
  3464. <SYNC Start=3902900><P class='en'>For example, this itself
  3465. is a complete thought.
  3466. <SYNC Start=3905300><P class='en'>&nbsp;
  3467. <SYNC Start=3905333><P class='en'>And if I didn&#39;t want to like, you
  3468. know, save this thought to my file
  3469. <SYNC Start=3908633><P class='en'>&nbsp;
  3470. <SYNC Start=3908633><P class='en'>or anything like that, then I&#39;m happy
  3471. just to leave it and go into the
  3472. <SYNC Start=3911699><P class='en'>&nbsp;
  3473. <SYNC Start=3911733><P class='en'>next one and search very quickly.
  3474. <SYNC Start=3912966><P class='en'>&nbsp;
  3475. <SYNC Start=3913033><P class='en'>You can change the sort order as well.
  3476. <SYNC Start=3915066><P class='en'>&nbsp;
  3477. <SYNC Start=3915099><P class='en'>Which is self-explanatory.
  3478. <SYNC Start=3916099><P class='en'>&nbsp;
  3479. <SYNC Start=3916099><P class='en'>So, and you can copy the
  3480. search results as well.
  3481. <SYNC Start=3918233><P class='en'>&nbsp;
  3482. <SYNC Start=3918300><P class='en'>So for example, if you wanted to copy
  3483. all these results, then it will tell
  3484. <SYNC Start=3922966><P class='en'>&nbsp;
  3485. <SYNC Start=3923000><P class='en'>you all the times that your thing
  3486. has been mentioned, and you can copy
  3487. <SYNC Start=3927500><P class='en'>&nbsp;
  3488. <SYNC Start=3927500><P class='en'>and paste that anywhere you want,
  3489. <SYNC Start=3928566><P class='en'>&nbsp;
  3490. <SYNC Start=3928766><P class='en'>even if you wanted to, you could
  3491. turn all of them into a link.
  3492. <SYNC Start=3931833><P class='en'>&nbsp;
  3493. <SYNC Start=3932166><P class='en'>So here now, if I copy and paste this,
  3494. then this is a whole bunch of links that
  3495. <SYNC Start=3936400><P class='en'>&nbsp;
  3496. <SYNC Start=3936466><P class='en'>I&#39;ve created for this search right here.
  3497. <SYNC Start=3938366><P class='en'>&nbsp;
  3498. <SYNC Start=3938466><P class='en'>And so when you look at it, well, you
  3499. know, theoretically it should work, but
  3500. <SYNC Start=3941866><P class='en'>&nbsp;
  3501. <SYNC Start=3941866><P class='en'>actually it&#39;s not the best cause you can
  3502. see that it actually fails on truncations.
  3503. <SYNC Start=3945966><P class='en'>&nbsp;
  3504. <SYNC Start=3946166><P class='en'>So I don&#39;t do that that often, but that
  3505. is a potential thing that could work.
  3506. <SYNC Start=3950099><P class='en'>&nbsp;
  3507. <SYNC Start=3950166><P class='en'>Now, this is the last part of this.
  3508. <SYNC Start=3951266><P class='en'>&nbsp;
  3509. <SYNC Start=3951333><P class='en'>Let&#39;s say that you have a search and you
  3510. know that every single time you&#39;re going
  3511. <SYNC Start=3954699><P class='en'>&nbsp;
  3512. <SYNC Start=3954699><P class='en'>to access a particular document, you&#39;re
  3513. going to do that particular search, right?
  3514. <SYNC Start=3957199><P class='en'>&nbsp;
  3515. <SYNC Start=3957566><P class='en'>Well, what if you could actually
  3516. embed the search into the note?
  3517. <SYNC Start=3961199><P class='en'>&nbsp;
  3518. <SYNC Start=3961800><P class='en'>You can.
  3519. <SYNC Start=3962166><P class='en'>&nbsp;
  3520. <SYNC Start=3962199><P class='en'>So to do that, what you do is you type
  3521. in these three back ticks at the top
  3522. <SYNC Start=3966833><P class='en'>&nbsp;
  3523. <SYNC Start=3966866><P class='en'>left and you type in query, and then
  3524. you just type another three backticks.
  3525. <SYNC Start=3971133><P class='en'>&nbsp;
  3526. <SYNC Start=3971266><P class='en'>Then you can type in the actual
  3527. query itself so that when you
  3528. <SYNC Start=3973533><P class='en'>&nbsp;
  3529. <SYNC Start=3973733><P class='en'>preview it, then it will actually
  3530. embed the search inside the note.
  3531. <SYNC Start=3979066><P class='en'>&nbsp;
  3532. <SYNC Start=3979366><P class='en'>So if you have things that you always
  3533. commonly search up, maybe it&#39;s like
  3534. <SYNC Start=3982800><P class='en'>&nbsp;
  3535. <SYNC Start=3982800><P class='en'>a hashtag or things that are active.
  3536. <SYNC Start=3984599><P class='en'>&nbsp;
  3537. <SYNC Start=3984599><P class='en'>For example, like active projects.
  3538. <SYNC Start=3986199><P class='en'>&nbsp;
  3539. <SYNC Start=3986466><P class='en'>Maybe it&#39;s a hashtag of todos.
  3540. <SYNC Start=3988066><P class='en'>&nbsp;
  3541. <SYNC Start=3988366><P class='en'>Maybe it&#39;s a, a particular person that
  3542. you just want to keep track of them.
  3543. <SYNC Start=3992733><P class='en'>&nbsp;
  3544. <SYNC Start=3992766><P class='en'>You can use this query thing to
  3545. automatically embed the search
  3546. <SYNC Start=3996066><P class='en'>&nbsp;
  3547. <SYNC Start=3996099><P class='en'>into your document itself.
  3548. <SYNC Start=3997166><P class='en'>&nbsp;
  3549. <SYNC Start=3997966><P class='en'>So now that you&#39;ve done this,
  3550. you know, everything there
  3551. <SYNC Start=4000199><P class='en'>&nbsp;
  3552. <SYNC Start=4000199><P class='en'>basically is to know about search.
  3553. <SYNC Start=4001333><P class='en'>&nbsp;
  3554. <SYNC Start=4001566><P class='en'>One other thing I quickly mention
  3555. about tags ,because that&#39;s kind of
  3556. <SYNC Start=4003800><P class='en'>&nbsp;
  3557. <SYNC Start=4003833><P class='en'>important if you put tags as YouTube,
  3558. it&#39;s going to cover everything.
  3559. <SYNC Start=4007333><P class='en'>&nbsp;
  3560. <SYNC Start=4007333><P class='en'>Right.
  3561. <SYNC Start=4007666><P class='en'>&nbsp;
  3562. <SYNC Start=4007699><P class='en'>But obviously it comes up
  3563. all the nested stuff as well.
  3564. <SYNC Start=4010199><P class='en'>&nbsp;
  3565. <SYNC Start=4010199><P class='en'>So, you know, if you&#39;re nesting
  3566. something like YouTube storytelling,
  3567. <SYNC Start=4013133><P class='en'>&nbsp;
  3568. <SYNC Start=4013400><P class='en'>you have to be pretty exact with
  3569. making sure you type it exactly.
  3570. <SYNC Start=4016266><P class='en'>&nbsp;
  3571. <SYNC Start=4016266><P class='en'>Right.
  3572. <SYNC Start=4016599><P class='en'>&nbsp;
  3573. <SYNC Start=4016666><P class='en'>There&#39;s no autocomplete function
  3574. for the tag, unfortunately, unless
  3575. <SYNC Start=4019766><P class='en'>&nbsp;
  3576. <SYNC Start=4019766><P class='en'>you like, you know, click on
  3577. the nested version, but so yeah.
  3578. <SYNC Start=4023500><P class='en'>&nbsp;
  3579. <SYNC Start=4023566><P class='en'>Don&#39;t make your tags so super duper
  3580. long because you have to type every
  3581. <SYNC Start=4027500><P class='en'>&nbsp;
  3582. <SYNC Start=4027533><P class='en'>single letter of that tag otherwise,
  3583. which is kind of a bit annoying.
  3584. <SYNC Start=4030533><P class='en'>&nbsp;
  3585. <SYNC Start=4031166><P class='en'>So, that&#39;s search done!
  3586. <SYNC Start=4032500><P class='en'>&nbsp;
  3587. <SYNC Start=4032866><P class='en'>Onto the next video!
  3588. <SYNC Start=4033599><P class='en'>&nbsp;
  3589. <SYNC Start=4034900><P class='en'>Now in this video, I&#39;m going to
  3590. go through the different, special
  3591. <SYNC Start=4037733><P class='en'>&nbsp;
  3592. <SYNC Start=4037766><P class='en'>formatting that you can do in Obsidian.
  3593. <SYNC Start=4039266><P class='en'>&nbsp;
  3594. <SYNC Start=4039566><P class='en'>And it&#39;s a super duper cool
  3595. cause there&#39;s so much you can
  3596. <SYNC Start=4041900><P class='en'>&nbsp;
  3597. <SYNC Start=4041900><P class='en'>do actually with formatting.
  3598. <SYNC Start=4042966><P class='en'>&nbsp;
  3599. <SYNC Start=4043166><P class='en'>But you kind of have to, you
  3600. don&#39;t have to memorize it.
  3601. <SYNC Start=4045500><P class='en'>&nbsp;
  3602. <SYNC Start=4045800><P class='en'>You can go to the Obsidian
  3603. website you can go to help.
  3604. <SYNC Start=4047933><P class='en'>&nbsp;
  3605. <SYNC Start=4048133><P class='en'>Go to the how to section
  3606. and go to format your notes.
  3607. <SYNC Start=4050566><P class='en'>&nbsp;
  3608. <SYNC Start=4050833><P class='en'>And that basically talks about everything
  3609. that we&#39;re about to talk about.
  3610. <SYNC Start=4053599><P class='en'>&nbsp;
  3611. <SYNC Start=4053699><P class='en'>But what I&#39;m going to do is I&#39;m going
  3612. to super duper quickly show you.
  3613. <SYNC Start=4056266><P class='en'>&nbsp;
  3614. <SYNC Start=4056300><P class='en'>You can just visit the website if you
  3615. want to go really quickly, but I&#39;m going
  3616. <SYNC Start=4058566><P class='en'>&nbsp;
  3617. <SYNC Start=4058566><P class='en'>to show you pretty quickly as well.
  3618. <SYNC Start=4060199><P class='en'>&nbsp;
  3619. <SYNC Start=4060500><P class='en'>So here if you wanted to embed an
  3620. image, you just use this exclamation
  3621. <SYNC Start=4063766><P class='en'>&nbsp;
  3622. <SYNC Start=4063900><P class='en'>mark and the square brackets.
  3623. <SYNC Start=4066000><P class='en'>&nbsp;
  3624. <SYNC Start=4066033><P class='en'>But to be honest, I just
  3625. drag files in Willy nilly.
  3626. <SYNC Start=4069066><P class='en'>&nbsp;
  3627. <SYNC Start=4069099><P class='en'>So, you know, you can
  3628. copy and paste files.
  3629. <SYNC Start=4071066><P class='en'>&nbsp;
  3630. <SYNC Start=4071066><P class='en'>And if you do that, it literally
  3631. does exactly the same thing there.
  3632. <SYNC Start=4073866><P class='en'>&nbsp;
  3633. <SYNC Start=4073933><P class='en'>You can drag in files, that&#39;s
  3634. going to do the same thing.
  3635. <SYNC Start=4075733><P class='en'>&nbsp;
  3636. <SYNC Start=4075766><P class='en'>So I don&#39;t often use that.
  3637. <SYNC Start=4077000><P class='en'>&nbsp;
  3638. <SYNC Start=4077966><P class='en'>The thing with files is though make
  3639. sure this is actually really important.
  3640. <SYNC Start=4081400><P class='en'>&nbsp;
  3641. <SYNC Start=4081466><P class='en'>So make sure in settings go to files and
  3642. links, and then you want to make sure
  3643. <SYNC Start=4087633><P class='en'>&nbsp;
  3644. <SYNC Start=4087699><P class='en'>that there is a attachment folder path
  3645. for newly created files So I usually
  3646. <SYNC Start=4093666><P class='en'>&nbsp;
  3647. <SYNC Start=4093699><P class='en'>pull my images into a thing into a
  3648. folder called meta slash attachments.
  3649. <SYNC Start=4097166><P class='en'>&nbsp;
  3650. <SYNC Start=4097500><P class='en'>And so that means that any image
  3651. that I put into Obsidian is
  3652. <SYNC Start=4100466><P class='en'>&nbsp;
  3653. <SYNC Start=4100465><P class='en'>going to get chucked into there.
  3654. <SYNC Start=4101765><P class='en'>&nbsp;
  3655. <SYNC Start=4102033><P class='en'>so that&#39;s really important.
  3656. <SYNC Start=4103066><P class='en'>&nbsp;
  3657. <SYNC Start=4103666><P class='en'>Here&#39;s something super
  3658. cool that you can do.
  3659. <SYNC Start=4105433><P class='en'>&nbsp;
  3660. <SYNC Start=4105465><P class='en'>Now, if you just want a normal link,
  3661. for example, you can totally do that.
  3662. <SYNC Start=4108765><P class='en'>&nbsp;
  3663. <SYNC Start=4108799><P class='en'>And just, you know, let&#39;s just say that
  3664. you got a link and I&#39;ve created one to
  3665. <SYNC Start=4111999><P class='en'>&nbsp;
  3666. <SYNC Start=4112033><P class='en'>my notion, for example, and the way that
  3667. appears is it appears like this, right?
  3668. <SYNC Start=4116199><P class='en'>&nbsp;
  3669. <SYNC Start=4116500><P class='en'>And so if you click on it, it&#39;s
  3670. going to go to the website just as
  3671. <SYNC Start=4118966><P class='en'>&nbsp;
  3672. <SYNC Start=4119000><P class='en'>you expect for a link and you know,
  3673. here well it&#39;s as expected, but what
  3674. <SYNC Start=4124233><P class='en'>&nbsp;
  3675. <SYNC Start=4124266><P class='en'>you can do is that for some apps,
  3676. notion is the one I particularly use.
  3677. <SYNC Start=4127966><P class='en'>&nbsp;
  3678. <SYNC Start=4128066><P class='en'>If it&#39;s like an app that&#39;s on
  3679. your computer, it probably has the
  3680. <SYNC Start=4132966><P class='en'>&nbsp;
  3681. <SYNC Start=4133000><P class='en'>ability to access the app directly.
  3682. <SYNC Start=4134733><P class='en'>&nbsp;
  3683. <SYNC Start=4135066><P class='en'>And the way that you do that for
  3684. notion, for example, is that you take
  3685. <SYNC Start=4138600><P class='en'>&nbsp;
  3686. <SYNC Start=4138632><P class='en'>the same link that you would have used.
  3687. <SYNC Start=4140465><P class='en'>&nbsp;
  3688. <SYNC Start=4140533><P class='en'>So for example, the notion here I&#39;m
  3689. going to go to going to get it open.
  3690. <SYNC Start=4144266><P class='en'>&nbsp;
  3691. <SYNC Start=4144600><P class='en'>I&#39;m going to use copy link from
  3692. something here, for example, And then
  3693. <SYNC Start=4149466><P class='en'>&nbsp;
  3694. <SYNC Start=4149766><P class='en'>I&#39;m going to, you know, this is what
  3695. the link looks like by itself, right?
  3696. <SYNC Start=4152566><P class='en'>&nbsp;
  3697. <SYNC Start=4152899><P class='en'>So all you gotta do is you
  3698. add notion://, to that.
  3699. <SYNC Start=4157566><P class='en'>&nbsp;
  3700. <SYNC Start=4157866><P class='en'>And so what happens is that for this third
  3701. link, if I click on that, it&#39;s going to
  3702. <SYNC Start=4162033><P class='en'>&nbsp;
  3703. <SYNC Start=4162033><P class='en'>open it locally in the notion app itself,
  3704. rather than go to the website of notion.
  3705. <SYNC Start=4167233><P class='en'>&nbsp;
  3706. <SYNC Start=4167866><P class='en'>Unfortunately, with notion if
  3707. you&#39;re trying to use this notion
  3708. <SYNC Start=4170366><P class='en'>&nbsp;
  3709. <SYNC Start=4170399><P class='en'>hybrid system notion, can&#39;t do that.
  3710. <SYNC Start=4172866><P class='en'>&nbsp;
  3711. <SYNC Start=4172899><P class='en'>So the way that you do it from notion
  3712. is to use an app called Alfred.
  3713. <SYNC Start=4177100><P class='en'>&nbsp;
  3714. <SYNC Start=4177366><P class='en'>And so basically what you do
  3715. is you copy the Obsidian URL.
  3716. <SYNC Start=4179966><P class='en'>&nbsp;
  3717. <SYNC Start=4180100><P class='en'>You just have to make it as it&#39;s
  3718. like a separate block there.
  3719. <SYNC Start=4183266><P class='en'>&nbsp;
  3720. <SYNC Start=4183566><P class='en'>And then that way, when you copy
  3721. and paste it, you can actually use
  3722. <SYNC Start=4186433><P class='en'>&nbsp;
  3723. <SYNC Start=4186500><P class='en'>Alfred to easily access it into there.
  3724. <SYNC Start=4190433><P class='en'>&nbsp;
  3725. <SYNC Start=4190533><P class='en'>And that&#39;ll take you to the Obsidian
  3726. note So that&#39;s sort of how I think
  3727. <SYNC Start=4193333><P class='en'>&nbsp;
  3728. <SYNC Start=4193366><P class='en'>the two systems together, because,
  3729. because although I love Obsidian,
  3730. <SYNC Start=4198266><P class='en'>&nbsp;
  3731. <SYNC Start=4198300><P class='en'>this course is about Obsidian.
  3732. <SYNC Start=4199600><P class='en'>&nbsp;
  3733. <SYNC Start=4199633><P class='en'>I still find notion to be better just
  3734. for certain architectures, but anyway,
  3735. <SYNC Start=4204266><P class='en'>&nbsp;
  3736. <SYNC Start=4204500><P class='en'>Here if you&#39;ve got a
  3737. list, you can quote it.
  3738. <SYNC Start=4206600><P class='en'>&nbsp;
  3739. <SYNC Start=4206666><P class='en'>But the thing is, this is not a quote
  3740. to start off with fried because it
  3741. <SYNC Start=4210233><P class='en'>&nbsp;
  3742. <SYNC Start=4210233><P class='en'>starts off with if you put a dash it&#39;s
  3743. going to actually create a bullet point.
  3744. <SYNC Start=4213399><P class='en'>&nbsp;
  3745. <SYNC Start=4213466><P class='en'>So basically let&#39;s say you want
  3746. to put this into a quote box.
  3747. <SYNC Start=4216066><P class='en'>&nbsp;
  3748. <SYNC Start=4216266><P class='en'>You simply put a &gt; symbol and then
  3749. that&#39;ll quote it, kind of like what you
  3750. <SYNC Start=4220133><P class='en'>&nbsp;
  3751. <SYNC Start=4220166><P class='en'>would expect from like a 4chan thing.
  3752. <SYNC Start=4221633><P class='en'>&nbsp;
  3753. <SYNC Start=4221666><P class='en'>But here, it&#39;s obviously created
  3754. a bullet point because I&#39;ve
  3755. <SYNC Start=4225833><P class='en'>&nbsp;
  3756. <SYNC Start=4225833><P class='en'>used dash and I don&#39;t want that.
  3757. <SYNC Start=4227133><P class='en'>&nbsp;
  3758. <SYNC Start=4227166><P class='en'>I actually want the
  3759. physical dash to do that.
  3760. <SYNC Start=4229266><P class='en'>&nbsp;
  3761. <SYNC Start=4229300><P class='en'>You simply put a forward slash
  3762. in front of it, and now it&#39;s got
  3763. <SYNC Start=4232800><P class='en'>&nbsp;
  3764. <SYNC Start=4232800><P class='en'>the proper dash there and that&#39;ll
  3765. put it in the box there with it.
  3766. <SYNC Start=4235566><P class='en'>&nbsp;
  3767. <SYNC Start=4235633><P class='en'>This next bit, this is code.
  3768. <SYNC Start=4237199><P class='en'>&nbsp;
  3769. <SYNC Start=4237266><P class='en'>So the really cool thing about
  3770. Obsidian is that you can put code
  3771. <SYNC Start=4243133><P class='en'>&nbsp;
  3772. <SYNC Start=4243199><P class='en'>inside different boxes and it can
  3773. actually form it the syntax as well.
  3774. <SYNC Start=4246133><P class='en'>&nbsp;
  3775. <SYNC Start=4246300><P class='en'>So let&#39;s say for example, I have
  3776. something like I know JavaScript
  3777. <SYNC Start=4249699><P class='en'>&nbsp;
  3778. <SYNC Start=4249766><P class='en'>then you just put JS, oh, maybe HTML
  3779. because I know that a bit better.
  3780. <SYNC Start=4252766><P class='en'>&nbsp;
  3781. <SYNC Start=4252766><P class='en'>And then you have to
  3782. be like div slash div.
  3783. <SYNC Start=4255100><P class='en'>&nbsp;
  3784. <SYNC Start=4257699><P class='en'>Hello.
  3785. <SYNC Start=4258000><P class='en'>&nbsp;
  3786. <SYNC Start=4258033><P class='en'>And it&#39;ll work for JavaScript and
  3787. a bunch of other ones as well,
  3788. <SYNC Start=4260233><P class='en'>&nbsp;
  3789. <SYNC Start=4260300><P class='en'>so that&#39;s definitely very useful
  3790. and the syntax would be okay.
  3791. <SYNC Start=4263366><P class='en'>&nbsp;
  3792. <SYNC Start=4263666><P class='en'>the syntax will format properly.
  3793. <SYNC Start=4265300><P class='en'>&nbsp;
  3794. <SYNC Start=4265399><P class='en'>And so Obsidian can be very, very
  3795. useful for keeping code inside.
  3796. <SYNC Start=4269733><P class='en'>&nbsp;
  3797. <SYNC Start=4270033><P class='en'>You can integrate Jupyter
  3798. notebooks so that it somehow
  3799. <SYNC Start=4272699><P class='en'>&nbsp;
  3800. <SYNC Start=4272699><P class='en'>but I don&#39;t know how to do that.
  3801. <SYNC Start=4273600><P class='en'>&nbsp;
  3802. <SYNC Start=4274433><P class='en'>So I won&#39;t talk about it here.
  3803. <SYNC Start=4275333><P class='en'>&nbsp;
  3804. <SYNC Start=4275366><P class='en'>Oh, by the way, when you actually have
  3805. the code, it really just looks like this.
  3806. <SYNC Start=4278800><P class='en'>&nbsp;
  3807. <SYNC Start=4278800><P class='en'>And then it comes up with this
  3808. nest box that you can copy as well.
  3809. <SYNC Start=4281666><P class='en'>&nbsp;
  3810. <SYNC Start=4281699><P class='en'>So if you just copy and pasting
  3811. code, that can be very, very good.
  3812. <SYNC Start=4283933><P class='en'>&nbsp;
  3813. <SYNC Start=4284199><P class='en'>You can have this library of code
  3814. that you actually put into Obsidian.
  3815. <SYNC Start=4287100><P class='en'>&nbsp;
  3816. <SYNC Start=4287233><P class='en'>I really wish I had this before.
  3817. <SYNC Start=4288699><P class='en'>&nbsp;
  3818. <SYNC Start=4289899><P class='en'>Now here, you&#39;ve got this to-do list.
  3819. <SYNC Start=4292000><P class='en'>&nbsp;
  3820. <SYNC Start=4292066><P class='en'>And so this particular symbol is a way
  3821. to do tasks because you press dash,
  3822. <SYNC Start=4298399><P class='en'>&nbsp;
  3823. <SYNC Start=4298666><P class='en'>then the left square bracket space, the
  3824. right square bracket and since space
  3825. <SYNC Start=4303399><P class='en'>&nbsp;
  3826. <SYNC Start=4303399><P class='en'>again, and that creates a check box.
  3827. <SYNC Start=4305399><P class='en'>&nbsp;
  3828. <SYNC Start=4305766><P class='en'>That&#39;s a lot of steps to
  3829. create one simple checkbox.
  3830. <SYNC Start=4308466><P class='en'>&nbsp;
  3831. <SYNC Start=4308533><P class='en'>But you know, when you click it it
  3832. does that, or, you know, tentatively,
  3833. <SYNC Start=4312666><P class='en'>&nbsp;
  3834. <SYNC Start=4312966><P class='en'>you know, go to here and then press X.
  3835. <SYNC Start=4314766><P class='en'>&nbsp;
  3836. <SYNC Start=4314800><P class='en'>And that will also complete the task.
  3837. <SYNC Start=4316666><P class='en'>&nbsp;
  3838. <SYNC Start=4317033><P class='en'>let&#39;s say you&#39;ve got a list of stuff that
  3839. you&#39;ve automatically created, but you
  3840. <SYNC Start=4322199><P class='en'>&nbsp;
  3841. <SYNC Start=4322199><P class='en'>didn&#39;t realize that you should&#39;ve made
  3842. them tasks before you did make them tasks.
  3843. <SYNC Start=4324966><P class='en'>&nbsp;
  3844. <SYNC Start=4325000><P class='en'>So what you can do is, you can
  3845. actually select multiple lines
  3846. <SYNC Start=4330666><P class='en'>&nbsp;
  3847. <SYNC Start=4330666><P class='en'>inside Obsidian at the same time.
  3848. <SYNC Start=4332166><P class='en'>&nbsp;
  3849. <SYNC Start=4332433><P class='en'>Here, if I&#39;m going to hold
  3850. down option and then click.
  3851. <SYNC Start=4335866><P class='en'>&nbsp;
  3852. <SYNC Start=4336766><P class='en'>Now, what I can do is if I
  3853. click those different parts,
  3854. <SYNC Start=4339566><P class='en'>&nbsp;
  3855. <SYNC Start=4339600><P class='en'>it&#39;s got all of these selected.
  3856. <SYNC Start=4340800><P class='en'>&nbsp;
  3857. <SYNC Start=4341066><P class='en'>And then when I just type the square
  3858. bracket, once it&#39;s going to put square
  3859. <SYNC Start=4344300><P class='en'>&nbsp;
  3860. <SYNC Start=4344333><P class='en'>record for all the curses space and then
  3861. the right square bracket and that way we
  3862. <SYNC Start=4349333><P class='en'>&nbsp;
  3863. <SYNC Start=4349399><P class='en'>used multiple cursors so therefore I can
  3864. therefore go to the preview mode and check
  3865. <SYNC Start=4354666><P class='en'>&nbsp;
  3866. <SYNC Start=4355100><P class='en'>all these off in a very satisfying way.
  3867. <SYNC Start=4357399><P class='en'>&nbsp;
  3868. <SYNC Start=4357566><P class='en'>Tables is next tables has an
  3869. interesting formatting in Obsidian.
  3870. <SYNC Start=4361133><P class='en'>&nbsp;
  3871. <SYNC Start=4361800><P class='en'>I don&#39;t like tables and
  3872. Obsidian, but you can use them.
  3873. <SYNC Start=4363600><P class='en'>&nbsp;
  3874. <SYNC Start=4363633><P class='en'>So you basically have to use the pipe
  3875. in between the pipe is the thing on
  3876. <SYNC Start=4367833><P class='en'>&nbsp;
  3877. <SYNC Start=4367866><P class='en'>the right-hand side of the keyboard
  3878. that&#39;s above the forward slash.
  3879. <SYNC Start=4370800><P class='en'>&nbsp;
  3880. <SYNC Start=4370899><P class='en'>It&#39;s not the letter &quot;I&quot;, it&#39;s
  3881. actually like a longer I.
  3882. <SYNC Start=4374000><P class='en'>&nbsp;
  3883. <SYNC Start=4374399><P class='en'>Essentially.
  3884. <SYNC Start=4374899><P class='en'>&nbsp;
  3885. <SYNC Start=4375399><P class='en'>And then you put something underneath
  3886. that, which is a whole bunch of dashes.
  3887. <SYNC Start=4378633><P class='en'>&nbsp;
  3888. <SYNC Start=4378866><P class='en'>And then you, you know, you can create
  3889. the different cells or your column.
  3890. <SYNC Start=4382100><P class='en'>&nbsp;
  3891. <SYNC Start=4382100><P class='en'>So if you look at what it looks like
  3892. in preview mode, it&#39;ll look like this.
  3893. <SYNC Start=4385833><P class='en'>&nbsp;
  3894. <SYNC Start=4387633><P class='en'>If you wanted to cross out something,
  3895. then what you do is you put the ~ squiggly
  3896. <SYNC Start=4392966><P class='en'>&nbsp;
  3897. <SYNC Start=4393033><P class='en'>line At the left-hand side of it and
  3898. at the right-hand side of it as well.
  3899. <SYNC Start=4395733><P class='en'>&nbsp;
  3900. <SYNC Start=4395833><P class='en'>And that creates a crossthrough
  3901. or sorry, a strike through
  3902. <SYNC Start=4398699><P class='en'>&nbsp;
  3903. <SYNC Start=4399066><P class='en'>.
  3904. If you want to use call-outs,
  3905. that&#39;s another thing as well.
  3906. <SYNC Start=4401266><P class='en'>&nbsp;
  3907. <SYNC Start=4401333><P class='en'>Call-outs are used often in program
  3908. documentation, but certainly you can
  3909. <SYNC Start=4404600><P class='en'>&nbsp;
  3910. <SYNC Start=4404600><P class='en'>use it if you just want to have a
  3911. separate block that points out something.
  3912. <SYNC Start=4408199><P class='en'>&nbsp;
  3913. <SYNC Start=4408933><P class='en'>So the syntax here is to use the
  3914. greater than symbol and then square
  3915. <SYNC Start=4413233><P class='en'>&nbsp;
  3916. <SYNC Start=4413233><P class='en'>brackets, and then the exclamation
  3917. mark, and then whichever block, this is.
  3918. <SYNC Start=4417366><P class='en'>&nbsp;
  3919. <SYNC Start=4417399><P class='en'>There&#39;s a lot of different types
  3920. of blocks and what it looks like
  3921. <SYNC Start=4420000><P class='en'>&nbsp;
  3922. <SYNC Start=4420233><P class='en'>is it kind of look like this with
  3923. colors that are automatically
  3924. <SYNC Start=4422800><P class='en'>&nbsp;
  3925. <SYNC Start=4422833><P class='en'>there with different symbols.
  3926. <SYNC Start=4424566><P class='en'>&nbsp;
  3927. <SYNC Start=4424666><P class='en'>And that&#39;s really nice.
  3928. <SYNC Start=4426166><P class='en'>&nbsp;
  3929. <SYNC Start=4426166><P class='en'>So, I&#39;m not going to go
  3930. through that more in depth.
  3931. <SYNC Start=4428100><P class='en'>&nbsp;
  3932. <SYNC Start=4428199><P class='en'>Footnotes look like this.
  3933. <SYNC Start=4430133><P class='en'>&nbsp;
  3934. <SYNC Start=4430199><P class='en'>With footnotes, you can use a simple
  3935. footnote, which is just going to be
  3936. <SYNC Start=4433733><P class='en'>&nbsp;
  3937. <SYNC Start=4433766><P class='en'>denoted by the square bracket again.
  3938. <SYNC Start=4435500><P class='en'>&nbsp;
  3939. <SYNC Start=4435566><P class='en'>But then you can put you can put the one
  3940. there and that&#39;ll create a footnote here.
  3941. <SYNC Start=4441666><P class='en'>&nbsp;
  3942. <SYNC Start=4441766><P class='en'>You can put the square bracket there
  3943. and then to create the bottom of the
  3944. <SYNC Start=4444466><P class='en'>&nbsp;
  3945. <SYNC Start=4444500><P class='en'>footnote, you simply write the same
  3946. thing again so with the extension one
  3947. <SYNC Start=4448333><P class='en'>&nbsp;
  3948. <SYNC Start=4448366><P class='en'>but then you put a colon in front of it
  3949. and you say, this is my tiny footnote.
  3950. <SYNC Start=4454466><P class='en'>&nbsp;
  3951. <SYNC Start=4457199><P class='en'>So when you actually look at the preview
  3952. mode, it sends that all the way down
  3953. <SYNC Start=4460899><P class='en'>&nbsp;
  3954. <SYNC Start=4460899><P class='en'>to the bottom, and that is a actual
  3955. footnote, which now has a link back
  3956. <SYNC Start=4465466><P class='en'>&nbsp;
  3957. <SYNC Start=4465500><P class='en'>to the original footnote there too.
  3958. <SYNC Start=4466699><P class='en'>&nbsp;
  3959. <SYNC Start=4466966><P class='en'>So that&#39;s pretty cool.
  3960. <SYNC Start=4467600><P class='en'>&nbsp;
  3961. <SYNC Start=4467633><P class='en'>You can use a bigger footnote.
  3962. <SYNC Start=4469333><P class='en'>&nbsp;
  3963. <SYNC Start=4469366><P class='en'>That footnote, you can actually
  3964. make it multi multiline.
  3965. <SYNC Start=4471466><P class='en'>&nbsp;
  3966. <SYNC Start=4471500><P class='en'>So for example, let&#39;s
  3967. say I have some code and
  3968. <SYNC Start=4475500><P class='en'>&nbsp;
  3969. <SYNC Start=4475766><P class='en'>this is the code and we&#39;re cool.
  3970. <SYNC Start=4479533><P class='en'>&nbsp;
  3971. <SYNC Start=4481233><P class='en'>And so now when I go to the
  3972. preview mode, it will take all
  3973. <SYNC Start=4484066><P class='en'>&nbsp;
  3974. <SYNC Start=4484100><P class='en'>those lines of code and stuff and
  3975. then put it in one big note there.
  3976. <SYNC Start=4487866><P class='en'>&nbsp;
  3977. <SYNC Start=4487899><P class='en'>Really, it doesn&#39;t have to be a big note.
  3978. <SYNC Start=4489100><P class='en'>&nbsp;
  3979. <SYNC Start=4489166><P class='en'>You can put any sort
  3980. of word that you want.
  3981. <SYNC Start=4491266><P class='en'>&nbsp;
  3982. <SYNC Start=4491266><P class='en'>There.
  3983. <SYNC Start=4491399><P class='en'>&nbsp;
  3984. <SYNC Start=4491433><P class='en'>You can put anynote, bignote, whatever you
  3985. want, and then it&#39;ll work out just fine.
  3986. <SYNC Start=4495033><P class='en'>&nbsp;
  3987. <SYNC Start=4497166><P class='en'>We&#39;ve got Matt here next.
  3988. <SYNC Start=4498300><P class='en'>&nbsp;
  3989. <SYNC Start=4498300><P class='en'>So with maths basically Obsidian uses
  3990. latex or MathJAX is actually the technical
  3991. <SYNC Start=4503833><P class='en'>&nbsp;
  3992. <SYNC Start=4503833><P class='en'>term for the rendering engine they use.
  3993. <SYNC Start=4505733><P class='en'>&nbsp;
  3994. <SYNC Start=4505800><P class='en'>So if you just insert like latex
  3995. code with these dollar signs in the
  3996. <SYNC Start=4509566><P class='en'>&nbsp;
  3997. <SYNC Start=4509566><P class='en'>front, then that&#39;s how you essentially
  3998. create the equations within Obsidian
  3999. <SYNC Start=4513066><P class='en'>&nbsp;
  4000. <SYNC Start=4513133><P class='en'>and those were format properly.
  4001. <SYNC Start=4514266><P class='en'>&nbsp;
  4002. <SYNC Start=4514333><P class='en'>I didn&#39;t know about for about, because
  4003. I&#39;m not a computer scientist though,
  4004. <SYNC Start=4516666><P class='en'>&nbsp;
  4005. <SYNC Start=4516866><P class='en'>so yeah, I don&#39;t use that too often.
  4006. <SYNC Start=4518766><P class='en'>&nbsp;
  4007. <SYNC Start=4518866><P class='en'>Similarly diagrams, they use a thing
  4008. called mermaid, which I also don&#39;t use
  4009. <SYNC Start=4522699><P class='en'>&nbsp;
  4010. <SYNC Start=4522699><P class='en'>because it looks like an engineering
  4011. thing, but that exists there as well.
  4012. <SYNC Start=4526066><P class='en'>&nbsp;
  4013. <SYNC Start=4526166><P class='en'>You can do fancy stuff with that.
  4014. <SYNC Start=4527466><P class='en'>&nbsp;
  4015. <SYNC Start=4528233><P class='en'>That&#39;s the special keys and formatting.
  4016. <SYNC Start=4529500><P class='en'>&nbsp;
  4017. <SYNC Start=4529666><P class='en'>Hope that&#39;s been useful, but if you
  4018. wanted to, you could always go to
  4019. <SYNC Start=4532699><P class='en'>&nbsp;
  4020. <SYNC Start=4532733><P class='en'>the Obsidian help guide and they
  4021. will have a whole list of different
  4022. <SYNC Start=4536066><P class='en'>&nbsp;
  4023. <SYNC Start=4536066><P class='en'>things that you can do there as well.
  4024. <SYNC Start=4537533><P class='en'>&nbsp;
  4025. <SYNC Start=4540266><P class='en'>one last little cool thing, actually.
  4026. <SYNC Start=4541899><P class='en'>&nbsp;
  4027. <SYNC Start=4542166><P class='en'>You can actually embed
  4028. HTML stuff into Obsidian.
  4029. <SYNC Start=4545766><P class='en'>&nbsp;
  4030. <SYNC Start=4545833><P class='en'>So let&#39;s say for example, I wanted
  4031. to access a particular part of a
  4032. <SYNC Start=4549199><P class='en'>&nbsp;
  4033. <SYNC Start=4549233><P class='en'>YouTube video and I go to whichever
  4034. video comes up here, Marques Brownlee.
  4035. <SYNC Start=4553600><P class='en'>&nbsp;
  4036. <SYNC Start=4553733><P class='en'>Cool.
  4037. <SYNC Start=4554066><P class='en'>&nbsp;
  4038. <SYNC Start=4554600><P class='en'>And then here, I want to say like,
  4039. maybe I&#39;ve gone to 51 second, mark.
  4040. <SYNC Start=4559000><P class='en'>&nbsp;
  4041. <SYNC Start=4559033><P class='en'>I want to embed this particular part.
  4042. <SYNC Start=4560500><P class='en'>&nbsp;
  4043. <SYNC Start=4560533><P class='en'>You actually click on share, and then
  4044. you can click on this start bit and then
  4045. <SYNC Start=4565600><P class='en'>&nbsp;
  4046. <SYNC Start=4565633><P class='en'>click on embed and then we&#39;ll come up with
  4047. some code here, which is an I-frame make
  4048. <SYNC Start=4569766><P class='en'>&nbsp;
  4049. <SYNC Start=4569766><P class='en'>sure to start at that particular time.
  4050. <SYNC Start=4571166><P class='en'>&nbsp;
  4051. <SYNC Start=4571699><P class='en'>And then that way you can
  4052. copy and paste this into here,
  4053. <SYNC Start=4575033><P class='en'>&nbsp;
  4054. <SYNC Start=4575300><P class='en'>embeds Copy and paste this into here.
  4055. <SYNC Start=4577366><P class='en'>&nbsp;
  4056. <SYNC Start=4577566><P class='en'>And even though this is HTML, but when you
  4057. actually open it, it will format as this
  4058. <SYNC Start=4582233><P class='en'>&nbsp;
  4059. <SYNC Start=4582466><P class='en'>and it will start in the 51 second mark
  4060. <SYNC Start=4585399><P class='en'>&nbsp;
  4061. <SYNC Start=4585733><P class='en'>so that&#39;s really, really good if
  4062. you&#39;re using like a YouTube video as
  4063. <SYNC Start=4588800><P class='en'>&nbsp;
  4064. <SYNC Start=4588833><P class='en'>a tutorial, and you wanted to link
  4065. to a specific section of the YouTube
  4066. <SYNC Start=4591833><P class='en'>&nbsp;
  4067. <SYNC Start=4591833><P class='en'>video, then that&#39;s how you do it.
  4068. <SYNC Start=4593533><P class='en'>&nbsp;
  4069. <SYNC Start=4593933><P class='en'>So the next video I&#39;m talking
  4070. about the queryable database
  4071. <SYNC Start=4596500><P class='en'>&nbsp;
  4072. <SYNC Start=4596766><P class='en'>and the queryable database, lets
  4073. you essentially use Obsidian as
  4074. <SYNC Start=4600199><P class='en'>&nbsp;
  4075. <SYNC Start=4600199><P class='en'>a database that you can search.
  4076. <SYNC Start=4601399><P class='en'>&nbsp;
  4077. <SYNC Start=4602233><P class='en'>The way that you have to set
  4078. up the files is pretty special.
  4079. <SYNC Start=4604699><P class='en'>&nbsp;
  4080. <SYNC Start=4604866><P class='en'>Examples of what you might use this for...
  4081. <SYNC Start=4606733><P class='en'>&nbsp;
  4082. <SYNC Start=4606800><P class='en'>so for example, let&#39;s say you have a bunch
  4083. of games and they have a bunch of scores.
  4084. <SYNC Start=4610333><P class='en'>&nbsp;
  4085. <SYNC Start=4610566><P class='en'>Well, you can get that as a database
  4086. that populates with the different stuff
  4087. <SYNC Start=4614166><P class='en'>&nbsp;
  4088. <SYNC Start=4614399><P class='en'>about those different games that you&#39;ve
  4089. specified in the actual game files itself.
  4090. <SYNC Start=4618800><P class='en'>&nbsp;
  4091. <SYNC Start=4618833><P class='en'>You can sort these different data views.
  4092. <SYNC Start=4620899><P class='en'>&nbsp;
  4093. <SYNC Start=4620899><P class='en'>You can search within specific folders.
  4094. <SYNC Start=4622932><P class='en'>&nbsp;
  4095. <SYNC Start=4622933><P class='en'>So you don&#39;t set your
  4096. entire Obsidian thing.
  4097. <SYNC Start=4624933><P class='en'>&nbsp;
  4098. <SYNC Start=4624933><P class='en'>And you know, you can categorize it so
  4099. you only search parts of the database.
  4100. <SYNC Start=4628433><P class='en'>&nbsp;
  4101. <SYNC Start=4628699><P class='en'>It&#39;s really quite powerful.
  4102. <SYNC Start=4630033><P class='en'>&nbsp;
  4103. <SYNC Start=4630199><P class='en'>You could even make it so that
  4104. you just search things that
  4105. <SYNC Start=4632433><P class='en'>&nbsp;
  4106. <SYNC Start=4632466><P class='en'>have to do lists basically.
  4107. <SYNC Start=4634466><P class='en'>&nbsp;
  4108. <SYNC Start=4634566><P class='en'>And you can perform calculations
  4109. based on the numbers and stuff within
  4110. <SYNC Start=4638666><P class='en'>&nbsp;
  4111. <SYNC Start=4638666><P class='en'>the databases that you&#39;ve created.
  4112. <SYNC Start=4640166><P class='en'>&nbsp;
  4113. <SYNC Start=4640699><P class='en'>It might seem really, really complicated
  4114. because I&#39;ve just shown you a whole
  4115. <SYNC Start=4643199><P class='en'>&nbsp;
  4116. <SYNC Start=4643233><P class='en'>bunch of stuff at once, but it&#39;s
  4117. actually like super duper easy.
  4118. <SYNC Start=4645833><P class='en'>&nbsp;
  4119. <SYNC Start=4646066><P class='en'>And so that&#39;s what I&#39;m going to show you.
  4120. <SYNC Start=4647266><P class='en'>&nbsp;
  4121. <SYNC Start=4647566><P class='en'>Now, first of all, to think about an item
  4122. So let&#39;s say that you have games, right?
  4123. <SYNC Start=4651466><P class='en'>&nbsp;
  4124. <SYNC Start=4651533><P class='en'>So to start off with the database
  4125. view, you type in three ticks and then
  4126. <SYNC Start=4654933><P class='en'>&nbsp;
  4127. <SYNC Start=4654966><P class='en'>you type in data view and that&#39;s it.
  4128. <SYNC Start=4657699><P class='en'>&nbsp;
  4129. <SYNC Start=4658000><P class='en'>Then you&#39;ve got a Dataview right.
  4130. <SYNC Start=4658899><P class='en'>&nbsp;
  4131. <SYNC Start=4658933><P class='en'>But if you look at it, you
  4132. know, there&#39;s nothing in it.
  4133. <SYNC Start=4661166><P class='en'>&nbsp;
  4134. <SYNC Start=4661199><P class='en'>In fact it would just say I failed.
  4135. <SYNC Start=4662899><P class='en'>&nbsp;
  4136. <SYNC Start=4663333><P class='en'>So what you need to do then is you create,
  4137. like you can create a list to solve it.
  4138. <SYNC Start=4668600><P class='en'>&nbsp;
  4139. <SYNC Start=4668633><P class='en'>So let&#39;s say we&#39;re going to
  4140. list all our different games.
  4141. <SYNC Start=4671033><P class='en'>&nbsp;
  4142. <SYNC Start=4671800><P class='en'>And so here you might.
  4143. <SYNC Start=4673199><P class='en'>&nbsp;
  4144. <SYNC Start=4673233><P class='en'>write something like &quot;list from hashtag
  4145. game/moba or hashtag game/crpg&quot;, but what
  4146. <SYNC Start=4678500><P class='en'>&nbsp;
  4147. <SYNC Start=4678533><P class='en'>is this list actually getting stuff from?
  4148. <SYNC Start=4679800><P class='en'>&nbsp;
  4149. <SYNC Start=4680166><P class='en'>Well, the individual games the way
  4150. that I&#39;ve created those is that if you
  4151. <SYNC Start=4683633><P class='en'>&nbsp;
  4152. <SYNC Start=4683633><P class='en'>actually go to the game files, let&#39;s say,
  4153. but on the walls you&#39;ve put something
  4154. <SYNC Start=4687233><P class='en'>&nbsp;
  4155. <SYNC Start=4687233><P class='en'>in what&#39;s called YAML front matter.
  4156. <SYNC Start=4689266><P class='en'>&nbsp;
  4157. <SYNC Start=4689699><P class='en'>Or actually the actual hashtags itself is
  4158. really easy because it hashtags itself,
  4159. <SYNC Start=4693266><P class='en'>&nbsp;
  4160. <SYNC Start=4693466><P class='en'>you just put anywhere in the file and it
  4161. will search it and then put in the list.
  4162. <SYNC Start=4696100><P class='en'>&nbsp;
  4163. <SYNC Start=4696100><P class='en'>Right?
  4164. <SYNC Start=4696366><P class='en'>&nbsp;
  4165. <SYNC Start=4696966><P class='en'>So that&#39;s a bit special.
  4166. <SYNC Start=4698233><P class='en'>&nbsp;
  4167. <SYNC Start=4698300><P class='en'>But for the most part, the data that
  4168. you&#39;re going to want to query is
  4169. <SYNC Start=4703033><P class='en'>&nbsp;
  4170. <SYNC Start=4703033><P class='en'>going to be in this YAML front matter.
  4171. <SYNC Start=4705233><P class='en'>&nbsp;
  4172. <SYNC Start=4705266><P class='en'>It&#39;s spelled YAML front matter.
  4173. <SYNC Start=4706833><P class='en'>&nbsp;
  4174. <SYNC Start=4707666><P class='en'>And that&#39;s just a fancy way of saying
  4175. that you put these three dashes at
  4176. <SYNC Start=4710933><P class='en'>&nbsp;
  4177. <SYNC Start=4710933><P class='en'>the top and these three dashes at the
  4178. bottom and all this stuff is like data.
  4179. <SYNC Start=4714500><P class='en'>&nbsp;
  4180. <SYNC Start=4714500><P class='en'>The way that the data is structured
  4181. is usually got some sort of thing
  4182. <SYNC Start=4718033><P class='en'>&nbsp;
  4183. <SYNC Start=4718100><P class='en'>it&#39;s got, what&#39;s called a key
  4184. value pair, which is just like
  4185. <SYNC Start=4720933><P class='en'>&nbsp;
  4186. <SYNC Start=4721033><P class='en'>this first part is like a category.
  4187. <SYNC Start=4722833><P class='en'>&nbsp;
  4188. <SYNC Start=4722833><P class='en'>This is arbitrary.
  4189. <SYNC Start=4723600><P class='en'>&nbsp;
  4190. <SYNC Start=4723633><P class='en'>So you can write whatever you want.
  4191. <SYNC Start=4725100><P class='en'>&nbsp;
  4192. <SYNC Start=4725199><P class='en'>You know, I can make it a game of
  4193. just like, I don&#39;t know language.
  4194. <SYNC Start=4728133><P class='en'>&nbsp;
  4195. <SYNC Start=4728933><P class='en'>Right.
  4196. <SYNC Start=4729300><P class='en'>&nbsp;
  4197. <SYNC Start=4729399><P class='en'>And I&#39;m going to call it Japanese.
  4198. <SYNC Start=4730600><P class='en'>&nbsp;
  4199. <SYNC Start=4730666><P class='en'>You can just type whatever you
  4200. want and that&#39;s totally fine.
  4201. <SYNC Start=4733600><P class='en'>&nbsp;
  4202. <SYNC Start=4733633><P class='en'>These categories totally arbitrary.
  4203. <SYNC Start=4735466><P class='en'>&nbsp;
  4204. <SYNC Start=4736233><P class='en'>When you have a list, you have to keep the
  4205. hashtag outside of this YAML frontmatter.
  4206. <SYNC Start=4739833><P class='en'>&nbsp;
  4207. <SYNC Start=4739933><P class='en'>If I type list from games/moba
  4208. like for example, let&#39;s say that
  4209. <SYNC Start=4745566><P class='en'>&nbsp;
  4210. <SYNC Start=4745600><P class='en'>this banana wars has games/moba
  4211. Apple ping-pong has game/moba the
  4212. <SYNC Start=4750266><P class='en'>&nbsp;
  4213. <SYNC Start=4750333><P class='en'>orange sunset has game/crpg right?
  4214. <SYNC Start=4752533><P class='en'>&nbsp;
  4215. <SYNC Start=4752566><P class='en'>So we should see the apple and banana
  4216. one but we shouldn&#39;t see the orange one.
  4217. <SYNC Start=4756199><P class='en'>&nbsp;
  4218. <SYNC Start=4756300><P class='en'>And you can see that when we go
  4219. here, that&#39;s exactly what happens.
  4220. <SYNC Start=4760000><P class='en'>&nbsp;
  4221. <SYNC Start=4760066><P class='en'>This is the data view that we&#39;ve created.
  4222. <SYNC Start=4762133><P class='en'>&nbsp;
  4223. <SYNC Start=4762300><P class='en'>A basic list just uses this list
  4224. from blah, whatever hashtag.
  4225. <SYNC Start=4766233><P class='en'>&nbsp;
  4226. <SYNC Start=4766266><P class='en'>But lists, like, they aren&#39;t
  4227. that fun necessarily because
  4228. <SYNC Start=4768933><P class='en'>&nbsp;
  4229. <SYNC Start=4768933><P class='en'>they&#39;re not very useful, right?
  4230. <SYNC Start=4769800><P class='en'>&nbsp;
  4231. <SYNC Start=4769833><P class='en'>It&#39;s actually much more
  4232. useful to have a table.
  4233. <SYNC Start=4771766><P class='en'>&nbsp;
  4234. <SYNC Start=4771966><P class='en'>And so to set up the table,
  4235. again, you type in your data view
  4236. <SYNC Start=4774633><P class='en'>&nbsp;
  4237. <SYNC Start=4774666><P class='en'>but here we&#39;re going to write
  4238. in ALL CAPS, the word table.
  4239. <SYNC Start=4777466><P class='en'>&nbsp;
  4240. <SYNC Start=4777766><P class='en'>And then you actually define the
  4241. individual parts of the table.
  4242. <SYNC Start=4780766><P class='en'>&nbsp;
  4243. <SYNC Start=4780800><P class='en'>So let&#39;s say that I want to have a
  4244. table that has the top three columns
  4245. <SYNC Start=4785966><P class='en'>&nbsp;
  4246. <SYNC Start=4785966><P class='en'>being source ,score, and time.
  4247. <SYNC Start=4787999><P class='en'>&nbsp;
  4248. <SYNC Start=4788366><P class='en'>Well, I&#39;m just going to do that.
  4249. <SYNC Start=4789566><P class='en'>&nbsp;
  4250. <SYNC Start=4789600><P class='en'>So to save time, I&#39;m going
  4251. to copy and paste this here.
  4252. <SYNC Start=4792000><P class='en'>&nbsp;
  4253. <SYNC Start=4792399><P class='en'>And what you want to do is you write
  4254. down this bit, this bit, actually
  4255. <SYNC Start=4797633><P class='en'>&nbsp;
  4256. <SYNC Start=4797666><P class='en'>corresponds specifically to what
  4257. you&#39;ve put in the front matter.
  4258. <SYNC Start=4801300><P class='en'>&nbsp;
  4259. <SYNC Start=4801366><P class='en'>So for example, if it&#39;s source with the
  4260. low caps there, then here, it has to be
  4261. <SYNC Start=4805699><P class='en'>&nbsp;
  4262. <SYNC Start=4805766><P class='en'>source with a lower caps there as well.
  4263. <SYNC Start=4807233><P class='en'>&nbsp;
  4264. <SYNC Start=4807233><P class='en'>Right?
  4265. <SYNC Start=4807500><P class='en'>&nbsp;
  4266. <SYNC Start=4807833><P class='en'>And so the source is going
  4267. to be IGN, for example, this
  4268. <SYNC Start=4809933><P class='en'>&nbsp;
  4269. <SYNC Start=4809933><P class='en'>particular apple ping pong game.
  4270. <SYNC Start=4811300><P class='en'>&nbsp;
  4271. <SYNC Start=4812000><P class='en'>Similarly rating.
  4272. <SYNC Start=4812933><P class='en'>&nbsp;
  4273. <SYNC Start=4813133><P class='en'>That second word, you have to put
  4274. inside these open quotes because
  4275. <SYNC Start=4817633><P class='en'>&nbsp;
  4276. <SYNC Start=4817699><P class='en'>otherwise it&#39;s not gonna work.
  4277. <SYNC Start=4819199><P class='en'>&nbsp;
  4278. <SYNC Start=4819233><P class='en'>And then you have to also
  4279. make sure to put commas in.
  4280. <SYNC Start=4823366><P class='en'>&nbsp;
  4281. <SYNC Start=4823366><P class='en'>So actually let me just do it bit by
  4282. bit because it&#39;s going to be easier.
  4283. <SYNC Start=4825600><P class='en'>&nbsp;
  4284. <SYNC Start=4825899><P class='en'>So for sauce as source, and then
  4285. maybe a school as well, sorry,
  4286. <SYNC Start=4832600><P class='en'>&nbsp;
  4287. <SYNC Start=4832633><P class='en'>I&#39;ll put rating as school, right?
  4288. <SYNC Start=4835966><P class='en'>&nbsp;
  4289. <SYNC Start=4836500><P class='en'>And then you still have to
  4290. prove from to specify where the
  4291. <SYNC Start=4839500><P class='en'>&nbsp;
  4292. <SYNC Start=4839533><P class='en'>data is actually coming from.
  4293. <SYNC Start=4840533><P class='en'>&nbsp;
  4294. <SYNC Start=4840566><P class='en'>So in this particular case, I&#39;m
  4295. going to do for anything that has
  4296. <SYNC Start=4842566><P class='en'>&nbsp;
  4297. <SYNC Start=4842600><P class='en'>games, that&#39;s moba inside of it.
  4298. <SYNC Start=4843933><P class='en'>&nbsp;
  4299. <SYNC Start=4844300><P class='en'>And so when you look at it
  4300. here, we&#39;ve got something wrong.
  4301. <SYNC Start=4847899><P class='en'>&nbsp;
  4302. <SYNC Start=4848833><P class='en'>Commas are very, very finicky.
  4303. <SYNC Start=4850066><P class='en'>&nbsp;
  4304. <SYNC Start=4850066><P class='en'>So if you ever get this error, you want
  4305. to make sure that you&#39;ve got the comma
  4306. <SYNC Start=4852399><P class='en'>&nbsp;
  4307. <SYNC Start=4852433><P class='en'>in the right place, which is that the end
  4308. of this particular thing, you have to put
  4309. <SYNC Start=4855866><P class='en'>&nbsp;
  4310. <SYNC Start=4855866><P class='en'>a comma between every single you know,
  4311. line let&#39;s put reviewable as reviewable.
  4312. <SYNC Start=4864933><P class='en'>&nbsp;
  4313. <SYNC Start=4865966><P class='en'>Then it&#39;ll work properly and now
  4314. we have our lovely table here
  4315. <SYNC Start=4869000><P class='en'>&nbsp;
  4316. <SYNC Start=4869100><P class='en'>with all the different stuff.
  4317. <SYNC Start=4870166><P class='en'>&nbsp;
  4318. <SYNC Start=4870600><P class='en'>So cool.
  4319. <SYNC Start=4871033><P class='en'>&nbsp;
  4320. <SYNC Start=4871166><P class='en'>Here Even if you wanted to, you
  4321. could actually click on these
  4322. <SYNC Start=4873399><P class='en'>&nbsp;
  4323. <SYNC Start=4873399><P class='en'>individual files and then it&#39;ll
  4324. go to the individual game itself.
  4325. <SYNC Start=4877399><P class='en'>&nbsp;
  4326. <SYNC Start=4877433><P class='en'>So that&#39;s how you do a table.
  4327. <SYNC Start=4879399><P class='en'>&nbsp;
  4328. <SYNC Start=4879533><P class='en'>But what about, for example, like
  4329. I&#39;ve, you know, cause I&#39;ve got a lot
  4330. <SYNC Start=4882233><P class='en'>&nbsp;
  4331. <SYNC Start=4882233><P class='en'>of hashtags in different places, right?
  4332. <SYNC Start=4883466><P class='en'>&nbsp;
  4333. <SYNC Start=4883500><P class='en'>Like what, for example, if I chucked a
  4334. hashtag in my daily notes and then just
  4335. <SYNC Start=4887800><P class='en'>&nbsp;
  4336. <SYNC Start=4887800><P class='en'>put like games slash moba, for whatever
  4337. reason, because I was just being reckless.
  4338. <SYNC Start=4892633><P class='en'>&nbsp;
  4339. <SYNC Start=4892666><P class='en'>The problem is if I go back to my data
  4340. summary, if I go back here, right.
  4341. <SYNC Start=4897333><P class='en'>&nbsp;
  4342. <SYNC Start=4897399><P class='en'>And I tried to do this thing
  4343. where I do from game/moba
  4344. <SYNC Start=4902300><P class='en'>&nbsp;
  4345. <SYNC Start=4902666><P class='en'>then it&#39;s going to look for all the
  4346. times I mentioned game/moba in all of
  4347. <SYNC Start=4907066><P class='en'>&nbsp;
  4348. <SYNC Start=4907100><P class='en'>Obsidian in my entire vault, right?
  4349. <SYNC Start=4908633><P class='en'>&nbsp;
  4350. <SYNC Start=4908666><P class='en'>So now it would probably
  4351. accidentally include my daily
  4352. <SYNC Start=4911066><P class='en'>&nbsp;
  4353. <SYNC Start=4911066><P class='en'>note, which it has done there.
  4354. <SYNC Start=4912800><P class='en'>&nbsp;
  4355. <SYNC Start=4912899><P class='en'>And I don&#39;t want that.
  4356. <SYNC Start=4914000><P class='en'>&nbsp;
  4357. <SYNC Start=4914033><P class='en'>I just want it from a specific folder.
  4358. <SYNC Start=4915633><P class='en'>&nbsp;
  4359. <SYNC Start=4915666><P class='en'>So to do it from a specific folder,
  4360. all you gotta do is you&#39;ve just
  4361. <SYNC Start=4918800><P class='en'>&nbsp;
  4362. <SYNC Start=4918833><P class='en'>got to type an open quote and
  4363. then type the name of the folder.
  4364. <SYNC Start=4922966><P class='en'>&nbsp;
  4365. <SYNC Start=4923300><P class='en'>So for example, &quot;Queryable Database&quot;.
  4366. <SYNC Start=4926000><P class='en'>&nbsp;
  4367. <SYNC Start=4927733><P class='en'>And that&#39;s because I&#39;ve created a folder
  4368. down here called queryable database.
  4369. <SYNC Start=4932433><P class='en'>&nbsp;
  4370. <SYNC Start=4932433><P class='en'>And so now it&#39;s only going to
  4371. include the stuff inside this
  4372. <SYNC Start=4935199><P class='en'>&nbsp;
  4373. <SYNC Start=4935233><P class='en'>folder and when I preview it...
  4374. <SYNC Start=4936966><P class='en'>&nbsp;
  4375. <SYNC Start=4937733><P class='en'>We&#39;ve got another error here.
  4376. <SYNC Start=4938633><P class='en'>&nbsp;
  4377. <SYNC Start=4939033><P class='en'>And here, despite the fact
  4378. that we&#39;ve written everything
  4379. <SYNC Start=4940866><P class='en'>&nbsp;
  4380. <SYNC Start=4940899><P class='en'>correctly, we&#39;ve got an error.
  4381. <SYNC Start=4942666><P class='en'>&nbsp;
  4382. <SYNC Start=4942733><P class='en'>The reason being just, sometimes copying
  4383. and pasting stuff is weird with dataviews.
  4384. <SYNC Start=4946233><P class='en'>&nbsp;
  4385. <SYNC Start=4946300><P class='en'>So if you get this problem, all you do
  4386. is you just delete the entire thing and
  4387. <SYNC Start=4951766><P class='en'>&nbsp;
  4388. <SYNC Start=4951800><P class='en'>then just make sure to tie from scratch.
  4389. <SYNC Start=4953866><P class='en'>&nbsp;
  4390. <SYNC Start=4954366><P class='en'>And then it&#39;ll work properly sometimes.
  4391. <SYNC Start=4956266><P class='en'>&nbsp;
  4392. <SYNC Start=4956533><P class='en'>Sometimes it&#39;s just
  4393. like a formatting issue.
  4394. <SYNC Start=4958166><P class='en'>&nbsp;
  4395. <SYNC Start=4958300><P class='en'>But you know, if you&#39;re, it doesn&#39;t
  4396. work, sometimes you just delete
  4397. <SYNC Start=4960966><P class='en'>&nbsp;
  4398. <SYNC Start=4961000><P class='en'>everything and just try again.
  4399. <SYNC Start=4962233><P class='en'>&nbsp;
  4400. <SYNC Start=4962500><P class='en'>And that seems to fix it.
  4401. <SYNC Start=4963399><P class='en'>&nbsp;
  4402. <SYNC Start=4963566><P class='en'>It&#39;s a bit frustrating, but
  4403. you know, that&#39;s the nature
  4404. <SYNC Start=4966866><P class='en'>&nbsp;
  4405. <SYNC Start=4966899><P class='en'>of software for you, I guess.
  4406. <SYNC Start=4968000><P class='en'>&nbsp;
  4407. <SYNC Start=4968033><P class='en'>The fickle nature of software.
  4408. <SYNC Start=4969199><P class='en'>&nbsp;
  4409. <SYNC Start=4969366><P class='en'>And you can even add more specifiers.
  4410. <SYNC Start=4971633><P class='en'>&nbsp;
  4411. <SYNC Start=4971666><P class='en'>So for example, let&#39;s say that
  4412. you wanted to only grab stuff
  4413. <SYNC Start=4975266><P class='en'>&nbsp;
  4414. <SYNC Start=4975333><P class='en'>where the game category is moba.
  4415. <SYNC Start=4977233><P class='en'>&nbsp;
  4416. <SYNC Start=4977300><P class='en'>Like, you know, these games, for example,
  4417. I put moba and the front matter here for
  4418. <SYNC Start=4981233><P class='en'>&nbsp;
  4419. <SYNC Start=4981266><P class='en'>this game, this game, this was an RPG.
  4420. <SYNC Start=4983866><P class='en'>&nbsp;
  4421. <SYNC Start=4983899><P class='en'>So I don&#39;t want this one.
  4422. <SYNC Start=4984933><P class='en'>&nbsp;
  4423. <SYNC Start=4984966><P class='en'>And there, you can do that as well.
  4424. <SYNC Start=4987433><P class='en'>&nbsp;
  4425. <SYNC Start=4988266><P class='en'>And so to do that, you basically
  4426. take the same data view.
  4427. <SYNC Start=4991966><P class='en'>&nbsp;
  4428. <SYNC Start=4992866><P class='en'>You take the same thing.
  4429. <SYNC Start=4993933><P class='en'>&nbsp;
  4430. <SYNC Start=4993933><P class='en'>But you put this bit here where
  4431. category or whichever category
  4432. <SYNC Start=4998933><P class='en'>&nbsp;
  4433. <SYNC Start=4998966><P class='en'>you want, you can put it,
  4434. rating = age, you can put whatever.
  4435. <SYNC Start=5002266><P class='en'>&nbsp;
  4436. <SYNC Start=5002366><P class='en'>But here I&#39;m gonna put
  4437. where category equals moba.
  4438. <SYNC Start=5005133><P class='en'>&nbsp;
  4439. <SYNC Start=5005300><P class='en'>Make sure to put that second
  4440. one in like open quotes.
  4441. <SYNC Start=5007933><P class='en'>&nbsp;
  4442. <SYNC Start=5008033><P class='en'>And so when it comes up here, it&#39;s
  4443. something going to get the ones that
  4444. <SYNC Start=5011333><P class='en'>&nbsp;
  4445. <SYNC Start=5011333><P class='en'>are moba games, which is excellent.
  4446. <SYNC Start=5013366><P class='en'>&nbsp;
  4447. <SYNC Start=5013399><P class='en'>Let&#39;s say that you want to get
  4448. all the tasks you want to look for
  4449. <SYNC Start=5016699><P class='en'>&nbsp;
  4450. <SYNC Start=5016699><P class='en'>any task inside any file and then
  4451. collect it all in one big database.
  4452. <SYNC Start=5021899><P class='en'>&nbsp;
  4453. <SYNC Start=5022199><P class='en'>Well you can do that.
  4454. <SYNC Start=5022933><P class='en'>&nbsp;
  4455. <SYNC Start=5023000><P class='en'>In fact, here, what you do is
  4456. you just use this task &quot;from&quot;,
  4457. <SYNC Start=5026500><P class='en'>&nbsp;
  4458. <SYNC Start=5027199><P class='en'>and the folder that you want.
  4459. <SYNC Start=5028399><P class='en'>&nbsp;
  4460. <SYNC Start=5028699><P class='en'>And so what will happen there
  4461. is it&#39;ll collect everything.
  4462. <SYNC Start=5032033><P class='en'>&nbsp;
  4463. <SYNC Start=5032333><P class='en'>So for example, in apple ping pong,
  4464. I&#39;ve got like a little checkbox
  4465. <SYNC Start=5035666><P class='en'>&nbsp;
  4466. <SYNC Start=5035699><P class='en'>there and the checkbox, again, it
  4467. looks like dash and square brackets.
  4468. <SYNC Start=5039566><P class='en'>&nbsp;
  4469. <SYNC Start=5039600><P class='en'>So you have a checkbox there.
  4470. <SYNC Start=5040800><P class='en'>&nbsp;
  4471. <SYNC Start=5040800><P class='en'>This other one doesn&#39;t have checkbox,
  4472. some other ones didn&#39;t have checkbox.
  4473. <SYNC Start=5043500><P class='en'>&nbsp;
  4474. <SYNC Start=5043566><P class='en'>I put a checkbox here in
  4475. the Fruity Spatooty game.
  4476. <SYNC Start=5046500><P class='en'>&nbsp;
  4477. <SYNC Start=5046600><P class='en'>And so here it&#39;s collected this.
  4478. <SYNC Start=5048866><P class='en'>&nbsp;
  4479. <SYNC Start=5049666><P class='en'>So use the word task from
  4480. queryable database and that&#39;s how
  4481. <SYNC Start=5053333><P class='en'>&nbsp;
  4482. <SYNC Start=5053333><P class='en'>you get that particular result.
  4483. <SYNC Start=5054399><P class='en'>&nbsp;
  4484. <SYNC Start=5054466><P class='en'>However, sometimes you might want
  4485. to just, you know, categorize
  4486. <SYNC Start=5058333><P class='en'>&nbsp;
  4487. <SYNC Start=5058533><P class='en'>your different projects.
  4488. <SYNC Start=5059333><P class='en'>&nbsp;
  4489. <SYNC Start=5059366><P class='en'>Cause not every project you have you
  4490. may necessarily want to work on, right?
  4491. <SYNC Start=5062566><P class='en'>&nbsp;
  4492. <SYNC Start=5062899><P class='en'>And so to do that, you just put the
  4493. where word here, and then you can
  4494. <SYNC Start=5068399><P class='en'>&nbsp;
  4495. <SYNC Start=5068399><P class='en'>categorize that in the actual game itself.
  4496. <SYNC Start=5070366><P class='en'>&nbsp;
  4497. <SYNC Start=5070433><P class='en'>So here for apple ping-pong I put
  4498. the status as inactive, but for
  4499. <SYNC Start=5074333><P class='en'>&nbsp;
  4500. <SYNC Start=5074366><P class='en'>Fruity Spatooty, which also has a
  4501. checkbox, I put status as active.
  4502. <SYNC Start=5077966><P class='en'>&nbsp;
  4503. <SYNC Start=5078266><P class='en'>And so when you go back to the data
  4504. summary thing you can see that up, put
  4505. <SYNC Start=5082233><P class='en'>&nbsp;
  4506. <SYNC Start=5082233><P class='en'>the west as it was active bit there.
  4507. <SYNC Start=5084033><P class='en'>&nbsp;
  4508. <SYNC Start=5084233><P class='en'>And so it&#39;s should only give me
  4509. one of those two games which does,
  4510. <SYNC Start=5087699><P class='en'>&nbsp;
  4511. <SYNC Start=5087766><P class='en'>I think it gives me the Fruity
  4512. Spatooty &#39;cause you know, that&#39;s,
  4513. <SYNC Start=5090266><P class='en'>&nbsp;
  4514. <SYNC Start=5090300><P class='en'>again, we want to work on that.
  4515. <SYNC Start=5091633><P class='en'>&nbsp;
  4516. <SYNC Start=5091633><P class='en'>We don&#39;t want to work on our
  4517. inactive apple ping pong game.
  4518. <SYNC Start=5094633><P class='en'>&nbsp;
  4519. <SYNC Start=5094800><P class='en'>Something to note here, which is
  4520. really important: the caps here matter.
  4521. <SYNC Start=5098833><P class='en'>&nbsp;
  4522. <SYNC Start=5098866><P class='en'>So for example, if I was to put
  4523. active with just a random C inside
  4524. <SYNC Start=5102866><P class='en'>&nbsp;
  4525. <SYNC Start=5102866><P class='en'>of it, it&#39;s not going to include it.
  4526. <SYNC Start=5104899><P class='en'>&nbsp;
  4527. <SYNC Start=5105266><P class='en'>And so that&#39;s not very good.
  4528. <SYNC Start=5106166><P class='en'>&nbsp;
  4529. <SYNC Start=5106233><P class='en'>So you&#39;re going to make sure that
  4530. you match the caps there like
  4531. <SYNC Start=5108333><P class='en'>&nbsp;
  4532. <SYNC Start=5108333><P class='en'>this, and then it work properly.
  4533. <SYNC Start=5110899><P class='en'>&nbsp;
  4534. <SYNC Start=5111166><P class='en'>These tables you can actually
  4535. use calculations on as well.
  4536. <SYNC Start=5114100><P class='en'>&nbsp;
  4537. <SYNC Start=5114366><P class='en'>So first of all, you
  4538. start off with the table.
  4539. <SYNC Start=5116366><P class='en'>&nbsp;
  4540. <SYNC Start=5116433><P class='en'>And once I started from the table
  4541. here, let me just put my basis
  4542. <SYNC Start=5119633><P class='en'>&nbsp;
  4543. <SYNC Start=5119633><P class='en'>because it would make it better.
  4544. <SYNC Start=5120666><P class='en'>&nbsp;
  4545. <SYNC Start=5120966><P class='en'>This will make it easier to understand.
  4546. <SYNC Start=5122166><P class='en'>&nbsp;
  4547. <SYNC Start=5122466><P class='en'>So when I use this, right, basically
  4548. you create your own data view, you do
  4549. <SYNC Start=5126466><P class='en'>&nbsp;
  4550. <SYNC Start=5126466><P class='en'>the same thing and you, first of all,
  4551. start with the table you know, where
  4552. <SYNC Start=5129399><P class='en'>&nbsp;
  4553. <SYNC Start=5129433><P class='en'>you want to include some bits inside.
  4554. <SYNC Start=5131033><P class='en'>&nbsp;
  4555. <SYNC Start=5131233><P class='en'>Here it corresponds with
  4556. the different numbers.
  4557. <SYNC Start=5133199><P class='en'>&nbsp;
  4558. <SYNC Start=5133466><P class='en'>And so here in apple ping
  4559. pong, I&#39;ve written down that
  4560. <SYNC Start=5135466><P class='en'>&nbsp;
  4561. <SYNC Start=5135466><P class='en'>I want the cost be 4,000.
  4562. <SYNC Start=5136866><P class='en'>&nbsp;
  4563. <SYNC Start=5137300><P class='en'>so here, when I&#39;ve gone back
  4564. to my database, then the number
  4565. <SYNC Start=5140300><P class='en'>&nbsp;
  4566. <SYNC Start=5140300><P class='en'>4,000 comes up as the cost
  4567. that we&#39;ve defined in our table
  4568. <SYNC Start=5143300><P class='en'>&nbsp;
  4569. <SYNC Start=5146600><P class='en'>And if you wanted to, you could
  4570. use those numbers in part of
  4571. <SYNC Start=5150933><P class='en'>&nbsp;
  4572. <SYNC Start=5150966><P class='en'>your calculations of the table.
  4573. <SYNC Start=5154166><P class='en'>&nbsp;
  4574. <SYNC Start=5154533><P class='en'>Here, I&#39;m going to use where, where
  4575. a category where source equals IGN.
  4576. <SYNC Start=5161866><P class='en'>&nbsp;
  4577. <SYNC Start=5162166><P class='en'>You can actually go to this fiery
  4578. just type city in data view.
  4579. <SYNC Start=5165433><P class='en'>&nbsp;
  4580. <SYNC Start=5165466><P class='en'>And it&#39;ll come up as the first
  4581. one on GitHub, and then you can
  4582. <SYNC Start=5168733><P class='en'>&nbsp;
  4583. <SYNC Start=5168733><P class='en'>see the different use cases here.
  4584. <SYNC Start=5170433><P class='en'>&nbsp;
  4585. <SYNC Start=5170533><P class='en'>There&#39;s a full reference
  4586. is a full reference here at
  4587. <SYNC Start=5173800><P class='en'>&nbsp;
  4588. <SYNC Start=5173800><P class='en'>blacksmithgu.github.io/obsidian-dataview
  4589. so that&#39;s actually the link that you want.
  4590. <SYNC Start=5178566><P class='en'>&nbsp;
  4591. <SYNC Start=5178600><P class='en'>I was going to show you how to
  4592. do calculations but I don&#39;t know.
  4593. <SYNC Start=5181033><P class='en'>&nbsp;
  4594. <SYNC Start=5181033><P class='en'>But however, you kind of find out by
  4595. big braining it blacksmithgu.github.io.
  4596. <SYNC Start=5186966><P class='en'>&nbsp;
  4597. <SYNC Start=5187633><P class='en'>Or you can just search up Obsidian,
  4598. data view, GitHub, and you&#39;d
  4599. <SYNC Start=5189966><P class='en'>&nbsp;
  4600. <SYNC Start=5190066><P class='en'>probably be able to find this page.
  4601. <SYNC Start=5191300><P class='en'>&nbsp;
  4602. <SYNC Start=5191366><P class='en'>It&#39;s got a purple sort of headline
  4603. there, and that&#39;s going to be
  4604. <SYNC Start=5196233><P class='en'>&nbsp;
  4605. <SYNC Start=5196300><P class='en'>a source where you can do much
  4606. more fancy things than I&#39;ve done.
  4607. <SYNC Start=5199100><P class='en'>&nbsp;
  4608. <SYNC Start=5199399><P class='en'>But this hopefully gives you an idea
  4609. as to some of the stuff you can do
  4610. <SYNC Start=5202466><P class='en'>&nbsp;
  4611. <SYNC Start=5202466><P class='en'>with data views inside Obsidian.
  4612. <SYNC Start=5203966><P class='en'>&nbsp;
  4613. <SYNC Start=5204100><P class='en'>You can see how this is useful for,
  4614. for example, you&#39;ve got a bunch of
  4615. <SYNC Start=5206766><P class='en'>&nbsp;
  4616. <SYNC Start=5206766><P class='en'>clients and you create an individual
  4617. page for every client or customer,
  4618. <SYNC Start=5210899><P class='en'>&nbsp;
  4619. <SYNC Start=5211633><P class='en'>and then you can group them together
  4620. in one sort of thing, you could see
  4621. <SYNC Start=5214533><P class='en'>&nbsp;
  4622. <SYNC Start=5214533><P class='en'>what tasks I needed, all of them.
  4623. <SYNC Start=5216166><P class='en'>&nbsp;
  4624. <SYNC Start=5216500><P class='en'>And so you can see that this database
  4625. view is actually extremely useful if
  4626. <SYNC Start=5220000><P class='en'>&nbsp;
  4627. <SYNC Start=5220000><P class='en'>you&#39;re going to use Obsidian for it now.
  4628. <SYNC Start=5221866><P class='en'>&nbsp;
  4629. <SYNC Start=5222166><P class='en'>I actually prefer to use notion
  4630. for it to be perfectly honest.
  4631. <SYNC Start=5224666><P class='en'>&nbsp;
  4632. <SYNC Start=5224699><P class='en'>But you know, if you&#39;re dead set
  4633. on using one piece of software
  4634. <SYNC Start=5227666><P class='en'>&nbsp;
  4635. <SYNC Start=5227766><P class='en'>then dataviews are the way to
  4636. sort of do this stuff in Obsidian.
  4637. <SYNC Start=5230466><P class='en'>&nbsp;
  4638. <SYNC Start=5230699><P class='en'>So a few last notes when you&#39;re writing
  4639. front matter for example, you&#39;re writing
  4640. <SYNC Start=5235066><P class='en'>&nbsp;
  4641. <SYNC Start=5235100><P class='en'>this bit at the top of the document
  4642. that has the dash dash dash, you might
  4643. <SYNC Start=5238533><P class='en'>&nbsp;
  4644. <SYNC Start=5238533><P class='en'>sometimes get what&#39;s called an M dash
  4645. and that&#39;s like one really long dash.
  4646. <SYNC Start=5242333><P class='en'>&nbsp;
  4647. <SYNC Start=5242366><P class='en'>If you put on certain settings the way to
  4648. fix that is that you just typed - again.
  4649. <SYNC Start=5246100><P class='en'>&nbsp;
  4650. <SYNC Start=5246833><P class='en'>And then for some reason typing
  4651. dash four times actually creates
  4652. <SYNC Start=5250100><P class='en'>&nbsp;
  4653. <SYNC Start=5250133><P class='en'>that three dashes and it fixes it.
  4654. <SYNC Start=5252633><P class='en'>&nbsp;
  4655. <SYNC Start=5252733><P class='en'>And so, yeah, you can have
  4656. the front matter as per usual.
  4657. <SYNC Start=5255633><P class='en'>&nbsp;
  4658. <SYNC Start=5255866><P class='en'>Now the front matter has to be
  4659. at the very top of the file.
  4660. <SYNC Start=5258033><P class='en'>&nbsp;
  4661. <SYNC Start=5258133><P class='en'>So just remember that.
  4662. <SYNC Start=5259133><P class='en'>&nbsp;
  4663. <SYNC Start=5262033><P class='en'>So yeah, have that&#39;s been helpful
  4664. and I&#39;ll catch you in the next video.
  4665. <SYNC Start=5264699><P class='en'>&nbsp;
  4666. <SYNC Start=5265166><P class='en'>And this next video, I&#39;m going to be
  4667. talking about version control with Git.
  4668. <SYNC Start=5267933><P class='en'>&nbsp;
  4669. <SYNC Start=5268033><P class='en'>This is a pretty advanced tutorial.
  4670. <SYNC Start=5269500><P class='en'>&nbsp;
  4671. <SYNC Start=5269666><P class='en'>But I&#39;m going to try to
  4672. make it simple for you.
  4673. <SYNC Start=5270966><P class='en'>&nbsp;
  4674. <SYNC Start=5271300><P class='en'>Now, version control what it is
  4675. is basically it lets you go to any
  4676. <SYNC Start=5276066><P class='en'>&nbsp;
  4677. <SYNC Start=5276100><P class='en'>snapshot at any particular time.
  4678. <SYNC Start=5278033><P class='en'>&nbsp;
  4679. <SYNC Start=5278033><P class='en'>It&#39;s almost like you have this
  4680. continuous backup of all the
  4681. <SYNC Start=5280733><P class='en'>&nbsp;
  4682. <SYNC Start=5280733><P class='en'>changes of your Obsidian document.
  4683. <SYNC Start=5282766><P class='en'>&nbsp;
  4684. <SYNC Start=5283100><P class='en'>And so let&#39;s say like, you accidentally
  4685. deleted like a hundred files
  4686. <SYNC Start=5286733><P class='en'>&nbsp;
  4687. <SYNC Start=5286766><P class='en'>yesterday and you&#39;re like, oh man,
  4688. I wish I had that file from Monday
  4689. <SYNC Start=5290833><P class='en'>&nbsp;
  4690. <SYNC Start=5291000><P class='en'>when everything wasn&#39;t deleted.
  4691. <SYNC Start=5292933><P class='en'>&nbsp;
  4692. <SYNC Start=5293000><P class='en'>Well, you can actually do that
  4693. Obsidian, but you have to set it up.
  4694. <SYNC Start=5295699><P class='en'>&nbsp;
  4695. <SYNC Start=5296199><P class='en'>And so, and so what you&#39;re going
  4696. to use is thing called Git.
  4697. <SYNC Start=5302666><P class='en'>&nbsp;
  4698. <SYNC Start=5302699><P class='en'>Git is a really powerful
  4699. thing that program is used.
  4700. <SYNC Start=5304732><P class='en'>&nbsp;
  4701. <SYNC Start=5304766><P class='en'>But I&#39;m gonna show you
  4702. how to do it in Obsidian.
  4703. <SYNC Start=5306666><P class='en'>&nbsp;
  4704. <SYNC Start=5306966><P class='en'>So first of all, I want you to
  4705. go to settings and I want you to
  4706. <SYNC Start=5309966><P class='en'>&nbsp;
  4707. <SYNC Start=5310000><P class='en'>community plugins and then go browse
  4708. and then type in Obsidian Git.
  4709. <SYNC Start=5315333><P class='en'>&nbsp;
  4710. <SYNC Start=5315600><P class='en'>Go and install that.
  4711. <SYNC Start=5316800><P class='en'>&nbsp;
  4712. <SYNC Start=5316899><P class='en'>And then that&#39;d be good.
  4713. <SYNC Start=5318166><P class='en'>&nbsp;
  4714. <SYNC Start=5318199><P class='en'>It doesn&#39;t work on mobile.
  4715. <SYNC Start=5319233><P class='en'>&nbsp;
  4716. <SYNC Start=5319266><P class='en'>It only works on the computer.
  4717. <SYNC Start=5320500><P class='en'>&nbsp;
  4718. <SYNC Start=5320500><P class='en'>So you have to have a
  4719. computer obviously to do this.
  4720. <SYNC Start=5322466><P class='en'>&nbsp;
  4721. <SYNC Start=5322600><P class='en'>This is going to be on Mac.
  4722. <SYNC Start=5323800><P class='en'>&nbsp;
  4723. <SYNC Start=5323800><P class='en'>You can probably do it
  4724. similarly on windows.
  4725. <SYNC Start=5325833><P class='en'>&nbsp;
  4726. <SYNC Start=5325866><P class='en'>If you do it on windows, you have to
  4727. look up the way that you do in command
  4728. <SYNC Start=5330033><P class='en'>&nbsp;
  4729. <SYNC Start=5330033><P class='en'>line cause I actually don&#39;t know
  4730. how to do it personally in windows.
  4731. <SYNC Start=5332033><P class='en'>&nbsp;
  4732. <SYNC Start=5332033><P class='en'>But I think maybe the, the
  4733. methods will be pretty similar.
  4734. <SYNC Start=5335199><P class='en'>&nbsp;
  4735. <SYNC Start=5335566><P class='en'>So, in a Mac you go to terminal
  4736. and then what you want to do is
  4737. <SYNC Start=5340300><P class='en'>&nbsp;
  4738. <SYNC Start=5340333><P class='en'>you want to access your folder.
  4739. <SYNC Start=5342133><P class='en'>&nbsp;
  4740. <SYNC Start=5342166><P class='en'>So for example let&#39;s say that I&#39;m
  4741. going to take my matcha green vault.
  4742. <SYNC Start=5345600><P class='en'>&nbsp;
  4743. <SYNC Start=5345733><P class='en'>And then you drag that
  4744. folder here after typing CD.
  4745. <SYNC Start=5350199><P class='en'>&nbsp;
  4746. <SYNC Start=5350233><P class='en'>So CD is hit.
  4747. <SYNC Start=5351166><P class='en'>&nbsp;
  4748. <SYNC Start=5351199><P class='en'>Let me make this bigger CD is for
  4749. change directory, and then you go
  4750. <SYNC Start=5354533><P class='en'>&nbsp;
  4751. <SYNC Start=5354600><P class='en'>and access that particular vault.
  4752. <SYNC Start=5355933><P class='en'>&nbsp;
  4753. <SYNC Start=5356000><P class='en'>This is in the program called terminal.
  4754. <SYNC Start=5357766><P class='en'>&nbsp;
  4755. <SYNC Start=5357833><P class='en'>So that&#39;s just in your application.
  4756. <SYNC Start=5359233><P class='en'>&nbsp;
  4757. <SYNC Start=5359233><P class='en'>So, and then what you want to do is if
  4758. you&#39;ve never done it before you want to
  4759. <SYNC Start=5362366><P class='en'>&nbsp;
  4760. <SYNC Start=5362399><P class='en'>type, git init, git init, and that&#39;ll
  4761. create the start of your version control.
  4762. <SYNC Start=5369233><P class='en'>&nbsp;
  4763. <SYNC Start=5369300><P class='en'>So the way that version control
  4764. works is that when you&#39;re creating
  4765. <SYNC Start=5373199><P class='en'>&nbsp;
  4766. <SYNC Start=5373199><P class='en'>versions, it&#39;s, what&#39;s called a commit.
  4767. <SYNC Start=5375600><P class='en'>&nbsp;
  4768. <SYNC Start=5375633><P class='en'>And so to commit, what you do is,
  4769. you could go into here and you
  4770. <SYNC Start=5380100><P class='en'>&nbsp;
  4771. <SYNC Start=5380133><P class='en'>could type get commit and that would
  4772. tell you a whole bunch of stuff.
  4773. <SYNC Start=5385033><P class='en'>&nbsp;
  4774. <SYNC Start=5385100><P class='en'>And I think that that&#39;s
  4775. a little bit complicated.
  4776. <SYNC Start=5386933><P class='en'>&nbsp;
  4777. <SYNC Start=5387066><P class='en'>What I&#39;m actually going to do is I&#39;m going
  4778. to actually install, Github Desktop, which
  4779. <SYNC Start=5391833><P class='en'>&nbsp;
  4780. <SYNC Start=5391833><P class='en'>is a program that can download for free.
  4781. <SYNC Start=5393266><P class='en'>&nbsp;
  4782. <SYNC Start=5393500><P class='en'>And then I&#39;m going to access
  4783. the Matcha Green Vault.
  4784. <SYNC Start=5396366><P class='en'>&nbsp;
  4785. <SYNC Start=5396433><P class='en'>So here I click on repository.
  4786. <SYNC Start=5398699><P class='en'>&nbsp;
  4787. <SYNC Start=5399166><P class='en'>Here, if you click on file and then
  4788. add local repository, then you can
  4789. <SYNC Start=5405300><P class='en'>&nbsp;
  4790. <SYNC Start=5405300><P class='en'>choose that Matcha Green Vault.
  4791. <SYNC Start=5407199><P class='en'>&nbsp;
  4792. <SYNC Start=5407500><P class='en'>And so I&#39;ve gone to the Matcha
  4793. Green Vault here and choose that and
  4794. <SYNC Start=5410800><P class='en'>&nbsp;
  4795. <SYNC Start=5410833><P class='en'>open that and then add repository.
  4796. <SYNC Start=5414399><P class='en'>&nbsp;
  4797. <SYNC Start=5414466><P class='en'>There, you can click on the Matcha Green
  4798. Vault on the left hand side, and you
  4799. <SYNC Start=5417866><P class='en'>&nbsp;
  4800. <SYNC Start=5417899><P class='en'>can see it&#39;s got all of these like files
  4801. that you have not committed to start
  4802. <SYNC Start=5421933><P class='en'>&nbsp;
  4803. <SYNC Start=5421933><P class='en'>off with because really a commit is just
  4804. seeing the changes between the files.
  4805. <SYNC Start=5426233><P class='en'>&nbsp;
  4806. <SYNC Start=5426266><P class='en'>So here, I&#39;m going to put this as
  4807. initial commit because you have to
  4808. <SYNC Start=5429300><P class='en'>&nbsp;
  4809. <SYNC Start=5429300><P class='en'>put a summary there and will add
  4810. all these automatically for me.
  4811. <SYNC Start=5432533><P class='en'>&nbsp;
  4812. <SYNC Start=5432600><P class='en'>And so I&#39;ve to commit committed to master.
  4813. <SYNC Start=5434233><P class='en'>&nbsp;
  4814. <SYNC Start=5435033><P class='en'>And now although everything&#39;s disappeared,
  4815. it looks like I&#39;ve deleted a whole
  4816. <SYNC Start=5438399><P class='en'>&nbsp;
  4817. <SYNC Start=5438399><P class='en'>bunch of stuff, but actually the
  4818. history is I&#39;ve done my initial commit.
  4819. <SYNC Start=5441633><P class='en'>&nbsp;
  4820. <SYNC Start=5442199><P class='en'>And so it means that now I&#39;ve
  4821. got this version of the file that
  4822. <SYNC Start=5444699><P class='en'>&nbsp;
  4823. <SYNC Start=5444699><P class='en'>I can go back to at any time.
  4824. <SYNC Start=5446133><P class='en'>&nbsp;
  4825. <SYNC Start=5446166><P class='en'>But let me just do a few more to, to
  4826. create a few versions and then I can
  4827. <SYNC Start=5450333><P class='en'>&nbsp;
  4828. <SYNC Start=5450366><P class='en'>show you how this thing actually works.
  4829. <SYNC Start=5452100><P class='en'>&nbsp;
  4830. <SYNC Start=5453466><P class='en'>With the commit bit.
  4831. <SYNC Start=5454866><P class='en'>&nbsp;
  4832. <SYNC Start=5455033><P class='en'>What I tend to do personally is
  4833. in the Obsidian Git settings.
  4834. <SYNC Start=5458933><P class='en'>&nbsp;
  4835. <SYNC Start=5458966><P class='en'>..So if you go to community plugins
  4836. and the settings, and then you go
  4837. <SYNC Start=5461733><P class='en'>&nbsp;
  4838. <SYNC Start=5461766><P class='en'>to options, then you can actually
  4839. set a vault backup interval.
  4840. <SYNC Start=5465166><P class='en'>&nbsp;
  4841. <SYNC Start=5465166><P class='en'>I set mine for five minutes, because
  4842. that means that every five minutes it&#39;s
  4843. <SYNC Start=5469000><P class='en'>&nbsp;
  4844. <SYNC Start=5469000><P class='en'>going to save a new version of the Vault.
  4845. <SYNC Start=5471033><P class='en'>&nbsp;
  4846. <SYNC Start=5471399><P class='en'>It doesn&#39;t really add that much space
  4847. to your hydro or anything like that.
  4848. <SYNC Start=5475233><P class='en'>&nbsp;
  4849. <SYNC Start=5475266><P class='en'>Like, it&#39;s not like you&#39;re creating,
  4850. like there&#39;s a hundred gigabyte
  4851. <SYNC Start=5477666><P class='en'>&nbsp;
  4852. <SYNC Start=5477699><P class='en'>backups at every single time because
  4853. the actual version control is just
  4854. <SYNC Start=5481899><P class='en'>&nbsp;
  4855. <SYNC Start=5481899><P class='en'>tracking the changes of the files.
  4856. <SYNC Start=5483399><P class='en'>&nbsp;
  4857. <SYNC Start=5483699><P class='en'>So here I put that as five minutes.
  4858. <SYNC Start=5486399><P class='en'>&nbsp;
  4859. <SYNC Start=5486466><P class='en'>I don&#39;t use pull interval.
  4860. <SYNC Start=5488100><P class='en'>&nbsp;
  4861. <SYNC Start=5488199><P class='en'>The sync method has merged
  4862. and I keep everything else
  4863. <SYNC Start=5490600><P class='en'>&nbsp;
  4864. <SYNC Start=5490633><P class='en'>basically as this default there,
  4865. <SYNC Start=5493166><P class='en'>&nbsp;
  4866. <SYNC Start=5493433><P class='en'>I keep everything as its default there.
  4867. <SYNC Start=5495566><P class='en'>&nbsp;
  4868. <SYNC Start=5495899><P class='en'>And everything else is basically
  4869. the same there that I keep.
  4870. <SYNC Start=5501266><P class='en'>&nbsp;
  4871. <SYNC Start=5501266><P class='en'>So that means that you might&#39;ve seen
  4872. this like a little thing pop up on my
  4873. <SYNC Start=5504466><P class='en'>&nbsp;
  4874. <SYNC Start=5504699><P class='en'>top right-hand side and says committed
  4875. to files or committed five files.
  4876. <SYNC Start=5507933><P class='en'>&nbsp;
  4877. <SYNC Start=5508300><P class='en'>And when it commits, then that means
  4878. it&#39;s saved a new version of the files.
  4879. <SYNC Start=5512000><P class='en'>&nbsp;
  4880. <SYNC Start=5512166><P class='en'>So you can manually choose to save
  4881. versions of the files as well.
  4882. <SYNC Start=5515766><P class='en'>&nbsp;
  4883. <SYNC Start=5515766><P class='en'>I mean, every time that you, you
  4884. know, working, I&#39;m sitting, it&#39;s still
  4885. <SYNC Start=5518800><P class='en'>&nbsp;
  4886. <SYNC Start=5518833><P class='en'>creating new files and saving them
  4887. pretty much automatically anyway, but
  4888. <SYNC Start=5521666><P class='en'>&nbsp;
  4889. <SYNC Start=5521666><P class='en'>let&#39;s say that you wanted to save that
  4890. particular thing to the version control.
  4891. <SYNC Start=5525033><P class='en'>&nbsp;
  4892. <SYNC Start=5525266><P class='en'>Well, all you gotta do is let&#39;s say I&#39;ve
  4893. created a new file here, and I wanna save
  4894. <SYNC Start=5529266><P class='en'>&nbsp;
  4895. <SYNC Start=5529300><P class='en'>this to the control and be likehahahaha
  4896. whatever, then you access your command
  4897. <SYNC Start=5535733><P class='en'>&nbsp;
  4898. <SYNC Start=5535733><P class='en'>pallet by pressing command P . You
  4899. should actually type in, get commit.
  4900. <SYNC Start=5540133><P class='en'>&nbsp;
  4901. <SYNC Start=5540266><P class='en'>I didn&#39;t do that.
  4902. <SYNC Start=5541066><P class='en'>&nbsp;
  4903. <SYNC Start=5541066><P class='en'>That was just the automatic one.
  4904. <SYNC Start=5542199><P class='en'>&nbsp;
  4905. <SYNC Start=5542233><P class='en'>But if you do that with good commit
  4906. it&#39;ll do exactly the same thing.
  4907. <SYNC Start=5544866><P class='en'>&nbsp;
  4908. <SYNC Start=5545000><P class='en'>And if the changes to
  4909. commit then will commit it.
  4910. <SYNC Start=5547633><P class='en'>&nbsp;
  4911. <SYNC Start=5547666><P class='en'>So what does committing mean?
  4912. <SYNC Start=5548500><P class='en'>&nbsp;
  4913. <SYNC Start=5548600><P class='en'>Here&#39;s the Vault backup that was actually
  4914. conveniently, automatically done just
  4915. <SYNC Start=5551399><P class='en'>&nbsp;
  4916. <SYNC Start=5551433><P class='en'>then because of that crazy timing.
  4917. <SYNC Start=5552966><P class='en'>&nbsp;
  4918. <SYNC Start=5553666><P class='en'>And so now you can see that you&#39;ve
  4919. got this new version here and it&#39;s got
  4920. <SYNC Start=5558066><P class='en'>&nbsp;
  4921. <SYNC Start=5558100><P class='en'>the changes that have been tracked.
  4922. <SYNC Start=5559366><P class='en'>&nbsp;
  4923. <SYNC Start=5559399><P class='en'>Maybe I can add like, I dunno,
  4924. &quot;scrupulous file&quot;, danger!
  4925. <SYNC Start=5564766><P class='en'>&nbsp;
  4926. <SYNC Start=5565833><P class='en'>Right.
  4927. <SYNC Start=5566133><P class='en'>&nbsp;
  4928. <SYNC Start=5566433><P class='en'>And let&#39;s commit that one by
  4929. using command P committal changes.
  4930. <SYNC Start=5570100><P class='en'>&nbsp;
  4931. <SYNC Start=5570133><P class='en'>So, you know, when you&#39;ve got to
  4932. set up, it&#39;s going to automatically
  4933. <SYNC Start=5572333><P class='en'>&nbsp;
  4934. <SYNC Start=5572333><P class='en'>do it for you, but you can
  4935. manually commit it if you want to.
  4936. <SYNC Start=5574800><P class='en'>&nbsp;
  4937. <SYNC Start=5575266><P class='en'>And so now you&#39;ve got this new version
  4938. of the file and you can see that the
  4939. <SYNC Start=5579133><P class='en'>&nbsp;
  4940. <SYNC Start=5579133><P class='en'>scrupulous file has been added here.
  4941. <SYNC Start=5580733><P class='en'>&nbsp;
  4942. <SYNC Start=5580800><P class='en'>The workspace has been changed
  4943. slightly, but it&#39;s mainly that the
  4944. <SYNC Start=5582699><P class='en'>&nbsp;
  4945. <SYNC Start=5582699><P class='en'>scrupulous file has been added.
  4946. <SYNC Start=5583899><P class='en'>&nbsp;
  4947. <SYNC Start=5584733><P class='en'>And so you might be like, ah, crud,
  4948. like, take me back to the start.
  4949. <SYNC Start=5587933><P class='en'>&nbsp;
  4950. <SYNC Start=5587966><P class='en'>Take me back to the good old times
  4951. when I started seeing completely
  4952. <SYNC Start=5592500><P class='en'>&nbsp;
  4953. <SYNC Start=5592533><P class='en'>fresh and only had my first version.
  4954. <SYNC Start=5594333><P class='en'>&nbsp;
  4955. <SYNC Start=5594766><P class='en'>You can definitely do this, but
  4956. keep in mind that this bit can be
  4957. <SYNC Start=5600100><P class='en'>&nbsp;
  4958. <SYNC Start=5600333><P class='en'>irreversible, technically speaking.
  4959. <SYNC Start=5601566><P class='en'>&nbsp;
  4960. <SYNC Start=5601633><P class='en'>Let&#39;s say I want to come
  4961. back to my initial commit.
  4962. <SYNC Start=5604000><P class='en'>&nbsp;
  4963. <SYNC Start=5604100><P class='en'>I want to go back to the
  4964. time when I was pretty fresh.
  4965. <SYNC Start=5606899><P class='en'>&nbsp;
  4966. <SYNC Start=5606966><P class='en'>I didn&#39;t have any scrupulous
  4967. files inside my Obsidian.
  4968. <SYNC Start=5610266><P class='en'>&nbsp;
  4969. <SYNC Start=5610399><P class='en'>I&#39;m going to right click on this
  4970. and I&#39;m going to click copy SHA.
  4971. <SYNC Start=5613533><P class='en'>&nbsp;
  4972. <SYNC Start=5613666><P class='en'>And then I want to go into
  4973. my terminal from before and
  4974. <SYNC Start=5617899><P class='en'>&nbsp;
  4975. <SYNC Start=5617966><P class='en'>sorry, let me just clear this.
  4976. <SYNC Start=5618800><P class='en'>&nbsp;
  4977. <SYNC Start=5618833><P class='en'>It&#39;s still within the Vault
  4978. remembered to, to go into the vault,
  4979. <SYNC Start=5622133><P class='en'>&nbsp;
  4980. <SYNC Start=5622133><P class='en'>if you haven&#39;t done that there.
  4981. <SYNC Start=5623033><P class='en'>&nbsp;
  4982. <SYNC Start=5623033><P class='en'>So, here, we&#39;re going to drag the
  4983. folder CD, drag the folder in,
  4984. <SYNC Start=5625800><P class='en'>&nbsp;
  4985. <SYNC Start=5626100><P class='en'>go into the vault, and then now
  4986. we&#39;re here inside the vault, right?
  4987. <SYNC Start=5629266><P class='en'>&nbsp;
  4988. <SYNC Start=5629933><P class='en'>And then you can type &quot;git reset
  4989. --hard&quot;, then you copy and paste
  4990. <SYNC Start=5636199><P class='en'>&nbsp;
  4991. <SYNC Start=5636233><P class='en'>that SHA number directly into there.
  4992. <SYNC Start=5638666><P class='en'>&nbsp;
  4993. <SYNC Start=5638966><P class='en'>And so what this will do is it&#39;ll actually
  4994. take it all the way back to the start.
  4995. <SYNC Start=5643166><P class='en'>&nbsp;
  4996. <SYNC Start=5643333><P class='en'>So if I press enter now, then you can see,
  4997. it says the head is that initial comment.
  4998. <SYNC Start=5648566><P class='en'>&nbsp;
  4999. <SYNC Start=5648866><P class='en'>And if I go back to here, it&#39;s almost
  5000. like the versions have completely changed.
  5001. <SYNC Start=5652566><P class='en'>&nbsp;
  5002. <SYNC Start=5652600><P class='en'>Right?
  5003. <SYNC Start=5652866><P class='en'>&nbsp;
  5004. <SYNC Start=5652933><P class='en'>It&#39;s gone.
  5005. <SYNC Start=5653466><P class='en'>&nbsp;
  5006. <SYNC Start=5653666><P class='en'>In fact, if I go back to
  5007. Obsidian, that&#39;s scrupulous file
  5008. <SYNC Start=5656966><P class='en'>&nbsp;
  5009. <SYNC Start=5656966><P class='en'>that I created is also gone.
  5010. <SYNC Start=5658166><P class='en'>&nbsp;
  5011. <SYNC Start=5658399><P class='en'>So we&#39;ve created a new,
  5012. fresh version of Obsidian.
  5013. <SYNC Start=5660266><P class='en'>&nbsp;
  5014. <SYNC Start=5660333><P class='en'>Obviously you don&#39;t have to
  5015. go back to the very start.
  5016. <SYNC Start=5662066><P class='en'>&nbsp;
  5017. <SYNC Start=5662100><P class='en'>Sometimes you might just want to go
  5018. back like a few days or something.
  5019. <SYNC Start=5665566><P class='en'>&nbsp;
  5020. <SYNC Start=5665566><P class='en'>And so you can do that if
  5021. you want to, you&#39;ve got the
  5022. <SYNC Start=5667500><P class='en'>&nbsp;
  5023. <SYNC Start=5667533><P class='en'>whole thing in GitHub Desktop.
  5024. <SYNC Start=5669466><P class='en'>&nbsp;
  5025. <SYNC Start=5669533><P class='en'>SourceTree is another alternative
  5026. program, but I just use GitHub desktop.
  5027. <SYNC Start=5672766><P class='en'>&nbsp;
  5028. <SYNC Start=5672800><P class='en'>Cause it&#39;s kind of easy.
  5029. <SYNC Start=5673699><P class='en'>&nbsp;
  5030. <SYNC Start=5674433><P class='en'>And for up to 100GB, if you felt like
  5031. it, you could actually publish your
  5032. <SYNC Start=5678500><P class='en'>&nbsp;
  5033. <SYNC Start=5678500><P class='en'>Obsidian notes to a GitHub account,
  5034. which means that you can have like
  5035. <SYNC Start=5682433><P class='en'>&nbsp;
  5036. <SYNC Start=5682433><P class='en'>an online backup of the same thing.
  5037. <SYNC Start=5684133><P class='en'>&nbsp;
  5038. <SYNC Start=5684433><P class='en'>So, but it&#39;s only got a hundred
  5039. gigabytes worth of data.
  5040. <SYNC Start=5686966><P class='en'>&nbsp;
  5041. <SYNC Start=5687000><P class='en'>So keep in mind that, but let&#39;s
  5042. say that I decided, yeah, I want
  5043. <SYNC Start=5690600><P class='en'>&nbsp;
  5044. <SYNC Start=5690633><P class='en'>to publish this to a website.
  5045. <SYNC Start=5692199><P class='en'>&nbsp;
  5046. <SYNC Start=5692333><P class='en'>It&#39;s all backed up online.
  5047. <SYNC Start=5693600><P class='en'>&nbsp;
  5048. <SYNC Start=5693600><P class='en'>Not using Dropbox, not using
  5049. iCloud, not using any specific
  5050. <SYNC Start=5697266><P class='en'>&nbsp;
  5051. <SYNC Start=5697300><P class='en'>service except for GitHub.
  5052. <SYNC Start=5698566><P class='en'>&nbsp;
  5053. <SYNC Start=5698566><P class='en'>The way that you do that is you go back
  5054. to GitHub desktop, and then you simply
  5055. <SYNC Start=5703866><P class='en'>&nbsp;
  5056. <SYNC Start=5704133><P class='en'>click on publish repository to GitHub.
  5057. <SYNC Start=5705966><P class='en'>&nbsp;
  5058. <SYNC Start=5706033><P class='en'>And then you&#39;re going to have to log in.
  5059. <SYNC Start=5707233><P class='en'>&nbsp;
  5060. <SYNC Start=5707266><P class='en'>If you don&#39;t have account, you
  5061. have to make an accountant stuff.
  5062. <SYNC Start=5709466><P class='en'>&nbsp;
  5063. <SYNC Start=5709500><P class='en'>But here I&#39;m going to make sure to
  5064. keep this code private, publish it.
  5065. <SYNC Start=5712600><P class='en'>&nbsp;
  5066. <SYNC Start=5713033><P class='en'>Oops, sorry.
  5067. <SYNC Start=5713500><P class='en'>&nbsp;
  5068. <SYNC Start=5713533><P class='en'>I&#39;m publishing something
  5069. else, Matcha Green tea Vault.
  5070. <SYNC Start=5716033><P class='en'>&nbsp;
  5071. <SYNC Start=5716366><P class='en'>And so what that means is now
  5072. it&#39;s uploaded to the internet.
  5073. <SYNC Start=5721333><P class='en'>&nbsp;
  5074. <SYNC Start=5721533><P class='en'>And so if I wanted to ever download my
  5075. entire Obsidian folder, then I can go to
  5076. <SYNC Start=5726533><P class='en'>&nbsp;
  5077. <SYNC Start=5726533><P class='en'>github.com and then log into my account.
  5078. <SYNC Start=5729100><P class='en'>&nbsp;
  5079. <SYNC Start=5729500><P class='en'>And then I&#39;ll go to my repositories
  5080. <SYNC Start=5732000><P class='en'>&nbsp;
  5081. <SYNC Start=5732333><P class='en'>and then you can see I&#39;ve got Matcha Green
  5082. Tea Vault there which is a private thing.
  5083. <SYNC Start=5736500><P class='en'>&nbsp;
  5084. <SYNC Start=5736500><P class='en'>And if I wanted to download
  5085. this entire file for whatever
  5086. <SYNC Start=5739066><P class='en'>&nbsp;
  5087. <SYNC Start=5739066><P class='en'>reason, I could certainly do
  5088. that by clicking, download zip.
  5089. <SYNC Start=5742333><P class='en'>&nbsp;
  5090. <SYNC Start=5742566><P class='en'>I could open it with GitHub
  5091. desktop as well as another option.
  5092. <SYNC Start=5745033><P class='en'>&nbsp;
  5093. <SYNC Start=5745800><P class='en'>And then we&#39;ll open it in the
  5094. program that I had before.
  5095. <SYNC Start=5747733><P class='en'>&nbsp;
  5096. <SYNC Start=5747766><P class='en'>But yeah, that&#39;s a way to safely
  5097. backup your files without necessarily
  5098. <SYNC Start=5751966><P class='en'>&nbsp;
  5099. <SYNC Start=5752000><P class='en'>having to pay for any cloud
  5100. services or anything like that.
  5101. <SYNC Start=5754966><P class='en'>&nbsp;
  5102. <SYNC Start=5756333><P class='en'>But again, keep in mind, this is only
  5103. a hundred gigabytes of stuff that
  5104. <SYNC Start=5762100><P class='en'>&nbsp;
  5105. <SYNC Start=5762100><P class='en'>you can put in here which can fill
  5106. up pretty quickly if you&#39;re putting a
  5107. <SYNC Start=5765233><P class='en'>&nbsp;
  5108. <SYNC Start=5765233><P class='en'>lot of images and that sort of thing.
  5109. <SYNC Start=5766466><P class='en'>&nbsp;
  5110. <SYNC Start=5766666><P class='en'>So you just have to be mindful of that.
  5111. <SYNC Start=5768033><P class='en'>&nbsp;
  5112. <SYNC Start=5768100><P class='en'>There is a way there is a way to,
  5113. for example not upload like big
  5114. <SYNC Start=5773133><P class='en'>&nbsp;
  5115. <SYNC Start=5773166><P class='en'>files, like images and stuff by
  5116. using what&#39;s called Git Ignore.
  5117. <SYNC Start=5776333><P class='en'>&nbsp;
  5118. <SYNC Start=5776333><P class='en'>But that&#39;s a bit outside of the
  5119. scope of this particular tutorial.
  5120. <SYNC Start=5779566><P class='en'>&nbsp;
  5121. <SYNC Start=5779566><P class='en'>And you can see it&#39;s an automatic backup
  5122. here just within that five minutes.
  5123. <SYNC Start=5782899><P class='en'>&nbsp;
  5124. <SYNC Start=5782899><P class='en'>Right.
  5125. <SYNC Start=5783166><P class='en'>&nbsp;
  5126. <SYNC Start=5783199><P class='en'>But it&#39;s just committed.
  5127. <SYNC Start=5784100><P class='en'>&nbsp;
  5128. <SYNC Start=5784100><P class='en'>It, it hasn&#39;t really
  5129. pushed it to the internet.
  5130. <SYNC Start=5786133><P class='en'>&nbsp;
  5131. <SYNC Start=5786233><P class='en'>There is theoretically a way
  5132. to push directly from Obsidian
  5133. <SYNC Start=5789666><P class='en'>&nbsp;
  5134. <SYNC Start=5789699><P class='en'>by, you know, just typing push.
  5135. <SYNC Start=5791300><P class='en'>&nbsp;
  5136. <SYNC Start=5791333><P class='en'>But I don&#39;t know how to do it.
  5137. <SYNC Start=5792833><P class='en'>&nbsp;
  5138. <SYNC Start=5793633><P class='en'>So I guess I would just go to GitHub
  5139. Desktop occasionally, and then
  5140. <SYNC Start=5796633><P class='en'>&nbsp;
  5141. <SYNC Start=5796666><P class='en'>click on the push origin button.
  5142. <SYNC Start=5797966><P class='en'>&nbsp;
  5143. <SYNC Start=5798033><P class='en'>And that will do the same thing as backing
  5144. up to the, to the new folder and stuff.
  5145. <SYNC Start=5802533><P class='en'>&nbsp;
  5146. <SYNC Start=5802533><P class='en'>But yeah, if you understood this
  5147. tutorial and you didn&#39;t know Git before,
  5148. <SYNC Start=5805066><P class='en'>&nbsp;
  5149. <SYNC Start=5805233><P class='en'>like this is really kind of powerful.
  5150. <SYNC Start=5807766><P class='en'>&nbsp;
  5151. <SYNC Start=5809433><P class='en'>So I don&#39;t know if anyone else
  5152. is ever going to cover it,
  5153. <SYNC Start=5811766><P class='en'>&nbsp;
  5154. <SYNC Start=5812066><P class='en'>but I hope that&#39;s helpful.
  5155. <SYNC Start=5813366><P class='en'>&nbsp;
  5156. <SYNC Start=5813566><P class='en'>Git is very useful for learning if
  5157. you&#39;re doing programming and stuff.
  5158. <SYNC Start=5816466><P class='en'>&nbsp;
  5159. <SYNC Start=5816666><P class='en'>And if you&#39;re not doing programming
  5160. well, it&#39;s useful just for the
  5161. <SYNC Start=5819233><P class='en'>&nbsp;
  5162. <SYNC Start=5819266><P class='en'>specific purpose of version control.
  5163. <SYNC Start=5820966><P class='en'>&nbsp;
  5164. <SYNC Start=5821666><P class='en'>So I&#39;ll see in the next video.
  5165. <SYNC Start=5823466><P class='en'>&nbsp;
  5166. <SYNC Start=5823699><P class='en'>Now let&#39;s talk about templates.
  5167. <SYNC Start=5825300><P class='en'>&nbsp;
  5168. <SYNC Start=5825366><P class='en'>Templates are these files that you can
  5169. use to automatically put a bunch of
  5170. <SYNC Start=5830166><P class='en'>&nbsp;
  5171. <SYNC Start=5830199><P class='en'>stuff in and then when you&#39;re creating
  5172. new files, like new notes, for example,
  5173. <SYNC Start=5834066><P class='en'>&nbsp;
  5174. <SYNC Start=5834199><P class='en'>you can have all this stuff populated
  5175. in the new note, without having to
  5176. <SYNC Start=5837866><P class='en'>&nbsp;
  5177. <SYNC Start=5837899><P class='en'>just re copy and paste it from another
  5178. note again and again and again.
  5179. <SYNC Start=5840600><P class='en'>&nbsp;
  5180. <SYNC Start=5840666><P class='en'>So here, what do you want to do is
  5181. you want to go to your settings.
  5182. <SYNC Start=5842733><P class='en'>&nbsp;
  5183. <SYNC Start=5842733><P class='en'>You want to go to core plugins
  5184. and you go to templates.
  5185. <SYNC Start=5844899><P class='en'>&nbsp;
  5186. <SYNC Start=5844933><P class='en'>So then you click on the templates bit.
  5187. <SYNC Start=5847033><P class='en'>&nbsp;
  5188. <SYNC Start=5847100><P class='en'>And then you put your.
  5189. <SYNC Start=5848466><P class='en'>&nbsp;
  5190. <SYNC Start=5849733><P class='en'>Sort of, I mean, what is set up?
  5191. <SYNC Start=5852233><P class='en'>&nbsp;
  5192. <SYNC Start=5852300><P class='en'>Well, first of all, you actually should
  5193. go to the templates options there, and
  5194. <SYNC Start=5855933><P class='en'>&nbsp;
  5195. <SYNC Start=5856000><P class='en'>you want to specify a folder of templates.
  5196. <SYNC Start=5858533><P class='en'>&nbsp;
  5197. <SYNC Start=5858566><P class='en'>Right?
  5198. <SYNC Start=5858866><P class='en'>&nbsp;
  5199. <SYNC Start=5859166><P class='en'>And so what I&#39;m going to do is I&#39;m
  5200. going to create a folder called
  5201. <SYNC Start=5862733><P class='en'>&nbsp;
  5202. <SYNC Start=5862733><P class='en'>templates right here like this,
  5203. and then go to that bit once more.
  5204. <SYNC Start=5866933><P class='en'>&nbsp;
  5205. <SYNC Start=5866966><P class='en'>And then here, I&#39;m going to click on
  5206. this templates folder that I&#39;ve created.
  5207. <SYNC Start=5869666><P class='en'>&nbsp;
  5208. <SYNC Start=5870000><P class='en'>So, you can see that you can automatically
  5209. generate a formatted date and time.
  5210. <SYNC Start=5874833><P class='en'>&nbsp;
  5211. <SYNC Start=5874833><P class='en'>I&#39;m in Australia.
  5212. <SYNC Start=5875633><P class='en'>&nbsp;
  5213. <SYNC Start=5875699><P class='en'>So I&#39;m going to actually
  5214. change the formatting to this.
  5215. <SYNC Start=5878833><P class='en'>&nbsp;
  5216. <SYNC Start=5878933><P class='en'>But I&#39;ll still keep the
  5217. time there as usual.
  5218. <SYNC Start=5881766><P class='en'>&nbsp;
  5219. <SYNC Start=5882033><P class='en'>And when I create an individual template,
  5220. so let&#39;s say that I&#39;m creating a
  5221. <SYNC Start=5885066><P class='en'>&nbsp;
  5222. <SYNC Start=5885066><P class='en'>template with some front matter, you
  5223. can use that for things like, the bit
  5224. <SYNC Start=5888066><P class='en'>&nbsp;
  5225. <SYNC Start=5888100><P class='en'>in the data views part of this course.
  5226. <SYNC Start=5889866><P class='en'>&nbsp;
  5227. <SYNC Start=5889966><P class='en'>You can use that for adding
  5228. some properties to your notes
  5229. <SYNC Start=5891800><P class='en'>&nbsp;
  5230. <SYNC Start=5891800><P class='en'>that you can search up later.
  5231. <SYNC Start=5893166><P class='en'>&nbsp;
  5232. <SYNC Start=5893233><P class='en'>So for example, here, I might
  5233. be like, source of the note.
  5234. <SYNC Start=5896800><P class='en'>&nbsp;
  5235. <SYNC Start=5896899><P class='en'>I&#39;m going to be putting the time
  5236. created here and I&#39;m going to put these
  5237. <SYNC Start=5900766><P class='en'>&nbsp;
  5238. <SYNC Start=5900766><P class='en'>two brackets like this, oh, sorry.
  5239. <SYNC Start=5902699><P class='en'>&nbsp;
  5240. <SYNC Start=5902800><P class='en'>Date created.
  5241. <SYNC Start=5903533><P class='en'>&nbsp;
  5242. <SYNC Start=5905266><P class='en'>And then I&#39;m going to push
  5243. tagged concepts here like this.
  5244. <SYNC Start=5909666><P class='en'>&nbsp;
  5245. <SYNC Start=5910699><P class='en'>It can be as lightweight as you want.
  5246. <SYNC Start=5911833><P class='en'>&nbsp;
  5247. <SYNC Start=5912066><P class='en'>I&#39;m going to create this
  5248. so this is a fleeting note.
  5249. <SYNC Start=5914466><P class='en'>&nbsp;
  5250. <SYNC Start=5914566><P class='en'>Even though I technically use something
  5251. else, but that&#39;s just an example.
  5252. <SYNC Start=5918266><P class='en'>&nbsp;
  5253. <SYNC Start=5918266><P class='en'>Right.
  5254. <SYNC Start=5918533><P class='en'>&nbsp;
  5255. <SYNC Start=5918566><P class='en'>And so this thing here, make sure
  5256. to rename it as like fleeting
  5257. <SYNC Start=5922699><P class='en'>&nbsp;
  5258. <SYNC Start=5922733><P class='en'>note template, for example.
  5259. <SYNC Start=5924300><P class='en'>&nbsp;
  5260. <SYNC Start=5924566><P class='en'>And so when you&#39;ve got this note, you
  5261. want to drag it into the templates file.
  5262. <SYNC Start=5928933><P class='en'>&nbsp;
  5263. <SYNC Start=5928966><P class='en'>So you can use it now as a template.
  5264. <SYNC Start=5930333><P class='en'>&nbsp;
  5265. <SYNC Start=5930333><P class='en'>let&#39;s just say, I was thinking about I
  5266. know the meaning of life and I wanted
  5267. <SYNC Start=5934699><P class='en'>&nbsp;
  5268. <SYNC Start=5934699><P class='en'>to create a fleeting note on that.
  5269. <SYNC Start=5936800><P class='en'>&nbsp;
  5270. <SYNC Start=5937000><P class='en'>Here, what I can do is I can go
  5271. to the command pallet by pressing
  5272. <SYNC Start=5940033><P class='en'>&nbsp;
  5273. <SYNC Start=5940033><P class='en'>command P or control P and then
  5274. I will simply write a template.
  5275. <SYNC Start=5944133><P class='en'>&nbsp;
  5276. <SYNC Start=5944233><P class='en'>And then, because this is my only template
  5277. it&#39;s going to insert that one immediately.
  5278. <SYNC Start=5948766><P class='en'>&nbsp;
  5279. <SYNC Start=5949100><P class='en'>And yeah, it was super, duper quick.
  5280. <SYNC Start=5951133><P class='en'>&nbsp;
  5281. <SYNC Start=5951866><P class='en'>And so, yeah, I&#39;ve got a new
  5282. fleeting note that, that quick
  5283. <SYNC Start=5955033><P class='en'>&nbsp;
  5284. <SYNC Start=5955100><P class='en'>You may not want to
  5285. have it as frontmatter.
  5286. <SYNC Start=5956533><P class='en'>&nbsp;
  5287. <SYNC Start=5956566><P class='en'>You may want to actually have it visible.
  5288. <SYNC Start=5958033><P class='en'>&nbsp;
  5289. <SYNC Start=5958033><P class='en'>And so here, instead of just three
  5290. dashes, you can just put forward dashes
  5291. <SYNC Start=5961300><P class='en'>&nbsp;
  5292. <SYNC Start=5961466><P class='en'>and that&#39;ll do it like this, for example,
  5293. <SYNC Start=5964166><P class='en'>&nbsp;
  5294. <SYNC Start=5964500><P class='en'>sometimes it&#39;s a bit weird with the
  5295. spaces, so you just have to play
  5296. <SYNC Start=5966866><P class='en'>&nbsp;
  5297. <SYNC Start=5966866><P class='en'>around with it until you get it right.
  5298. <SYNC Start=5968100><P class='en'>&nbsp;
  5299. <SYNC Start=5968433><P class='en'>And sometimes I want to put
  5300. tagged concepts in here.
  5301. <SYNC Start=5970899><P class='en'>&nbsp;
  5302. <SYNC Start=5970933><P class='en'>So for example, I&#39;m might be
  5303. like, I&#39;m going to think about
  5304. <SYNC Start=5973199><P class='en'>&nbsp;
  5305. <SYNC Start=5973300><P class='en'>spirituality or something.
  5306. <SYNC Start=5975300><P class='en'>&nbsp;
  5307. <SYNC Start=5975366><P class='en'>So that way I can have this
  5308. easily searchable, if I wanted to.
  5309. <SYNC Start=5978133><P class='en'>&nbsp;
  5310. <SYNC Start=5978300><P class='en'>The source can be wherever you want.
  5311. <SYNC Start=5980500><P class='en'>&nbsp;
  5312. <SYNC Start=5980600><P class='en'>Google, anything.
  5313. <SYNC Start=5981766><P class='en'>&nbsp;
  5314. <SYNC Start=5981766><P class='en'>This date that we created is automatically
  5315. populated from what we did before.
  5316. <SYNC Start=5985100><P class='en'>&nbsp;
  5317. <SYNC Start=5985166><P class='en'>And that&#39;s fantastic.
  5318. <SYNC Start=5986366><P class='en'>&nbsp;
  5319. <SYNC Start=5986433><P class='en'>But you know, obviously you
  5320. might have other types of notes.
  5321. <SYNC Start=5989000><P class='en'>&nbsp;
  5322. <SYNC Start=5989000><P class='en'>So for example, let&#39;s say
  5323. that say that you want to...
  5324. <SYNC Start=5991733><P class='en'>&nbsp;
  5325. <SYNC Start=5991800><P class='en'>Make a copy there and create a
  5326. literature note template, right?
  5327. <SYNC Start=5994566><P class='en'>&nbsp;
  5328. <SYNC Start=5994633><P class='en'>Well, you can certainly do that as well.
  5329. <SYNC Start=5996399><P class='en'>&nbsp;
  5330. <SYNC Start=5996533><P class='en'>And then you just go change
  5331. the type to literature.
  5332. <SYNC Start=5998933><P class='en'>&nbsp;
  5333. <SYNC Start=5999000><P class='en'>And so now, if you were to go
  5334. back to your daily notes and we&#39;ve
  5335. <SYNC Start=6002633><P class='en'>&nbsp;
  5336. <SYNC Start=6002666><P class='en'>got everything deleted I&#39;m just
  5337. going to type command P and then
  5338. <SYNC Start=6006533><P class='en'>&nbsp;
  5339. <SYNC Start=6006566><P class='en'>template and then insert template.
  5340. <SYNC Start=6008399><P class='en'>&nbsp;
  5341. <SYNC Start=6008800><P class='en'>And then you can insert whichever
  5342. template that you want there, literature
  5343. <SYNC Start=6011766><P class='en'>&nbsp;
  5344. <SYNC Start=6011800><P class='en'>note template in this particular case.
  5345. <SYNC Start=6013300><P class='en'>&nbsp;
  5346. <SYNC Start=6013333><P class='en'>Sometimes typing command P is
  5347. kind of like a bit annoying.
  5348. <SYNC Start=6016066><P class='en'>&nbsp;
  5349. <SYNC Start=6016399><P class='en'>I like Notion&#39;s idea of just having a
  5350. slash and then being able to access stuff.
  5351. <SYNC Start=6019966><P class='en'>&nbsp;
  5352. <SYNC Start=6020066><P class='en'>Well it turns out that you
  5353. totally can, because there&#39;s
  5354. <SYNC Start=6022300><P class='en'>&nbsp;
  5355. <SYNC Start=6022333><P class='en'>a thing called slash command.
  5356. <SYNC Start=6024199><P class='en'>&nbsp;
  5357. <SYNC Start=6024266><P class='en'>So if you make sure to enable that
  5358. in community plugins, it means that
  5359. <SYNC Start=6027300><P class='en'>&nbsp;
  5360. <SYNC Start=6027333><P class='en'>instead of typing command P now you
  5361. can just type / and then template, and
  5362. <SYNC Start=6031733><P class='en'>&nbsp;
  5363. <SYNC Start=6031733><P class='en'>then it will go to insert template.
  5364. <SYNC Start=6033233><P class='en'>&nbsp;
  5365. <SYNC Start=6033300><P class='en'>And then you can still do
  5366. selection as per usual.
  5367. <SYNC Start=6035500><P class='en'>&nbsp;
  5368. <SYNC Start=6037333><P class='en'>So that&#39;s templates, a nutshell,
  5369. super duper quick, super
  5370. <SYNC Start=6039933><P class='en'>&nbsp;
  5371. <SYNC Start=6040066><P class='en'>easy, and super duper good.
  5372. <SYNC Start=6041433><P class='en'>&nbsp;
  5373. <SYNC Start=6041866><P class='en'>I&#39;ll catch you in the next video.
  5374. <SYNC Start=6042899><P class='en'>&nbsp;
  5375. <SYNC Start=6043433><P class='en'>okay.
  5376. <SYNC Start=6043800><P class='en'>&nbsp;
  5377. <SYNC Start=6043833><P class='en'>So this is just going to be a
  5378. very quick video about backing
  5379. <SYNC Start=6046300><P class='en'>&nbsp;
  5380. <SYNC Start=6046333><P class='en'>up your files with Obsidian.
  5381. <SYNC Start=6047766><P class='en'>&nbsp;
  5382. <SYNC Start=6048100><P class='en'>There&#39;s a separate video talking about
  5383. how you can use get full version control.
  5384. <SYNC Start=6051566><P class='en'>&nbsp;
  5385. <SYNC Start=6051566><P class='en'>So that&#39;s one method where you can
  5386. actually use GitHub to backup your
  5387. <SYNC Start=6054600><P class='en'>&nbsp;
  5388. <SYNC Start=6054633><P class='en'>files and that&#39;s completely free.
  5389. <SYNC Start=6056233><P class='en'>&nbsp;
  5390. <SYNC Start=6056266><P class='en'>But you can only have up to a
  5391. hundred gigabytes with that.
  5392. <SYNC Start=6058533><P class='en'>&nbsp;
  5393. <SYNC Start=6058566><P class='en'>You can do that on your computer, but
  5394. you can&#39;t do that on your mobile phone.
  5395. <SYNC Start=6061300><P class='en'>&nbsp;
  5396. <SYNC Start=6062000><P class='en'>So if you have an iPhone, then
  5397. the way that you do it is you use
  5398. <SYNC Start=6067100><P class='en'>&nbsp;
  5399. <SYNC Start=6067133><P class='en'>iCloud sync and then iCloud is
  5400. probably the best way to do it.
  5401. <SYNC Start=6070133><P class='en'>&nbsp;
  5402. <SYNC Start=6070266><P class='en'>There is actually Obsidian Sync as
  5403. well, but there&#39;s one problem with
  5404. <SYNC Start=6073266><P class='en'>&nbsp;
  5405. <SYNC Start=6073300><P class='en'>Obsidian and which is that it doesn&#39;t
  5406. necessarily have that much space if,
  5407. <SYNC Start=6077500><P class='en'>&nbsp;
  5408. <SYNC Start=6077500><P class='en'>especially if you&#39;re including movies
  5409. and images and that sort of thing.
  5410. <SYNC Start=6079899><P class='en'>&nbsp;
  5411. <SYNC Start=6080133><P class='en'>The actual amount of space
  5412. is only 10 gigabytes for the
  5413. <SYNC Start=6081933><P class='en'>&nbsp;
  5414. <SYNC Start=6081966><P class='en'>files, which is not much at all.
  5415. <SYNC Start=6083399><P class='en'>&nbsp;
  5416. <SYNC Start=6083399><P class='en'>In fact, even if you use GitHub,
  5417. like with the other method,
  5418. <SYNC Start=6085966><P class='en'>&nbsp;
  5419. <SYNC Start=6086166><P class='en'>that&#39;s still a hundred gigabytes.
  5420. <SYNC Start=6087433><P class='en'>&nbsp;
  5421. <SYNC Start=6087533><P class='en'>So I tend to use iCloud drive and the
  5422. other benefit for using iCloud drive
  5423. <SYNC Start=6090899><P class='en'>&nbsp;
  5424. <SYNC Start=6090899><P class='en'>for iPhones is that you can actually
  5425. use Obsidian on mobile as well.
  5426. <SYNC Start=6094500><P class='en'>&nbsp;
  5427. <SYNC Start=6094500><P class='en'>And so you can type stuff in Obsidian
  5428. and your iOS device, and then it will
  5429. <SYNC Start=6099533><P class='en'>&nbsp;
  5430. <SYNC Start=6099533><P class='en'>be reflected in the computer and stuff.
  5431. <SYNC Start=6101033><P class='en'>&nbsp;
  5432. <SYNC Start=6101466><P class='en'>If you&#39;re on an Android, the other
  5433. options are listed on the Obsidian
  5434. <SYNC Start=6104199><P class='en'>&nbsp;
  5435. <SYNC Start=6104233><P class='en'>website because I don&#39;t have an Android.
  5436. <SYNC Start=6106533><P class='en'>&nbsp;
  5437. <SYNC Start=6107666><P class='en'>Sorry.
  5438. <SYNC Start=6108066><P class='en'>&nbsp;
  5439. <SYNC Start=6108100><P class='en'>So if you&#39;re hoping to sync using like
  5440. Android or whatever, then the easiest
  5441. <SYNC Start=6114133><P class='en'>&nbsp;
  5442. <SYNC Start=6114166><P class='en'>way they say it&#39;s use Obsidian Sync.
  5443. <SYNC Start=6116100><P class='en'>&nbsp;
  5444. <SYNC Start=6116166><P class='en'>But you can actually use
  5445. any app that syncs a folder.
  5446. <SYNC Start=6118833><P class='en'>&nbsp;
  5447. <SYNC Start=6118866><P class='en'>So for example, drop sync or folder
  5448. sync and you have to make sure
  5449. <SYNC Start=6122699><P class='en'>&nbsp;
  5450. <SYNC Start=6122733><P class='en'>that the app that you&#39;re using
  5451. actually can sync on a folder.
  5452. <SYNC Start=6125500><P class='en'>&nbsp;
  5453. <SYNC Start=6125533><P class='en'>Because with Obsidian, you&#39;re often
  5454. updating multiple files at once,
  5455. <SYNC Start=6129433><P class='en'>&nbsp;
  5456. <SYNC Start=6129466><P class='en'>which makes it a bit different
  5457. from other types of software.
  5458. <SYNC Start=6132433><P class='en'>&nbsp;
  5459. <SYNC Start=6132699><P class='en'>And yeah, that&#39;s basically
  5460. how you back up Obsidian,
  5461. <SYNC Start=6134800><P class='en'>&nbsp;
  5462. <SYNC Start=6135133><P class='en'>The last thing I should mention is
  5463. that you can back up by literally
  5464. <SYNC Start=6138266><P class='en'>&nbsp;
  5465. <SYNC Start=6138266><P class='en'>copy and pasting the folder of notes
  5466. into different, hard drives and stuff.
  5467. <SYNC Start=6142966><P class='en'>&nbsp;
  5468. <SYNC Start=6143166><P class='en'>So that&#39;s another option
  5469. you can use as well.
  5470. <SYNC Start=6145033><P class='en'>&nbsp;
  5471. <SYNC Start=6145166><P class='en'>If you have a Mac, you might be able
  5472. to use a program like Hazel to be
  5473. <SYNC Start=6148600><P class='en'>&nbsp;
  5474. <SYNC Start=6148633><P class='en'>able to back things up periodically
  5475. to like a local folder or to
  5476. <SYNC Start=6152666><P class='en'>&nbsp;
  5477. <SYNC Start=6152666><P class='en'>like a hard drive or something.
  5478. <SYNC Start=6153833><P class='en'>&nbsp;
  5479. <SYNC Start=6153866><P class='en'>But my personal method, the one
  5480. that I use is I use iCloud drive
  5481. <SYNC Start=6157600><P class='en'>&nbsp;
  5482. <SYNC Start=6157966><P class='en'>and the Git version control.
  5483. <SYNC Start=6160533><P class='en'>&nbsp;
  5484. <SYNC Start=6160633><P class='en'>Although I should probably publish
  5485. it to a GitHub website as well,
  5486. <SYNC Start=6164033><P class='en'>&nbsp;
  5487. <SYNC Start=6164066><P class='en'>just to be extra safe, I guess.
  5488. <SYNC Start=6165533><P class='en'>&nbsp;
  5489. <SYNC Start=6167466><P class='en'>So that&#39;s how you back up your Obsidian.
  5490. <SYNC Start=6169333><P class='en'>&nbsp;
  5491. <SYNC Start=6169633><P class='en'>Okay.
  5492. <SYNC Start=6170133><P class='en'>&nbsp;
  5493. <SYNC Start=6170199><P class='en'>So let&#39;s talk about PDFs and Obsidian.
  5494. <SYNC Start=6172466><P class='en'>&nbsp;
  5495. <SYNC Start=6172733><P class='en'>Now, the PDFs inner city, and
  5496. there&#39;s sort of two main methods.
  5497. <SYNC Start=6175699><P class='en'>&nbsp;
  5498. <SYNC Start=6175699><P class='en'>You could do it.
  5499. <SYNC Start=6176166><P class='en'>&nbsp;
  5500. <SYNC Start=6176233><P class='en'>If you want to go with the basic
  5501. method the way that you do it
  5502. <SYNC Start=6179466><P class='en'>&nbsp;
  5503. <SYNC Start=6179466><P class='en'>is you just literally drag a
  5504. PDF file into your document.
  5505. <SYNC Start=6182766><P class='en'>&nbsp;
  5506. <SYNC Start=6182800><P class='en'>And then it comes up like
  5507. this that&#39;s super easy.
  5508. <SYNC Start=6185100><P class='en'>&nbsp;
  5509. <SYNC Start=6185100><P class='en'>So here is PDF physically drag it into the
  5510. file, and then you can access that PDF.
  5511. <SYNC Start=6189399><P class='en'>&nbsp;
  5512. <SYNC Start=6190066><P class='en'>Yippee!
  5513. <SYNC Start=6190600><P class='en'>&nbsp;
  5514. <SYNC Start=6190666><P class='en'>But you know, you probably want to
  5515. do a bit more than that, and you&#39;re
  5516. <SYNC Start=6193233><P class='en'>&nbsp;
  5517. <SYNC Start=6193266><P class='en'>probably wondering why I made a
  5518. video on it, if that was that easy.
  5519. <SYNC Start=6195733><P class='en'>&nbsp;
  5520. <SYNC Start=6195733><P class='en'>Because there&#39;s actually
  5521. more that you can do.
  5522. <SYNC Start=6197399><P class='en'>&nbsp;
  5523. <SYNC Start=6197600><P class='en'>So, first of all, if you want to
  5524. reference a specific page, you just type
  5525. <SYNC Start=6200833><P class='en'>&nbsp;
  5526. <SYNC Start=6200899><P class='en'>hashtag and then page equals whatever.
  5527. <SYNC Start=6203466><P class='en'>&nbsp;
  5528. <SYNC Start=6203633><P class='en'>Page = 3, for example.
  5529. <SYNC Start=6204833><P class='en'>&nbsp;
  5530. <SYNC Start=6204899><P class='en'>When you go to here or
  5531. automatically visit on page three.
  5532. <SYNC Start=6207633><P class='en'>&nbsp;
  5533. <SYNC Start=6207933><P class='en'>Let me show you the most powerful
  5534. thing that you can do with it.
  5535. <SYNC Start=6210033><P class='en'>&nbsp;
  5536. <SYNC Start=6210066><P class='en'>So let me just open that up again.
  5537. <SYNC Start=6211866><P class='en'>&nbsp;
  5538. <SYNC Start=6211899><P class='en'>You can see up here, I&#39;ve got this
  5539. thing, which looks a bit suspicious.
  5540. <SYNC Start=6215466><P class='en'>&nbsp;
  5541. <SYNC Start=6216666><P class='en'>So if you actually go to settings and
  5542. then you go to community plugins, and
  5543. <SYNC Start=6220766><P class='en'>&nbsp;
  5544. <SYNC Start=6220766><P class='en'>then you go to Annotator, that&#39;s a very
  5545. useful plugin for working with PDF files.
  5546. <SYNC Start=6226333><P class='en'>&nbsp;
  5547. <SYNC Start=6226466><P class='en'>You just download that from community
  5548. plugins and look at you know,
  5549. <SYNC Start=6229500><P class='en'>&nbsp;
  5550. <SYNC Start=6229533><P class='en'>community plugins type in annotator
  5551. and then it will come up and you
  5552. <SYNC Start=6233199><P class='en'>&nbsp;
  5553. <SYNC Start=6233199><P class='en'>can download that and install that.
  5554. <SYNC Start=6234766><P class='en'>&nbsp;
  5555. <SYNC Start=6234833><P class='en'>So the way that annotator works is
  5556. that...if you have like a URL or
  5557. <SYNC Start=6239333><P class='en'>&nbsp;
  5558. <SYNC Start=6239366><P class='en'>something, you write this in front matter.
  5559. <SYNC Start=6242699><P class='en'>&nbsp;
  5560. <SYNC Start=6242733><P class='en'>So it&#39;s got the three dashes there
  5561. and three dashes there, then you
  5562. <SYNC Start=6245566><P class='en'>&nbsp;
  5563. <SYNC Start=6245600><P class='en'>write annotation-target, and then
  5564. you copy and paste a URL there.
  5565. <SYNC Start=6252166><P class='en'>&nbsp;
  5566. <SYNC Start=6252699><P class='en'>And so what happens is that when you
  5567. actually go to go to the more options
  5568. <SYNC Start=6258333><P class='en'>&nbsp;
  5569. <SYNC Start=6258333><P class='en'>bit, you&#39;ve got a new thing that comes
  5570. up, you&#39;ve got this new annotate button.
  5571. <SYNC Start=6262100><P class='en'>&nbsp;
  5572. <SYNC Start=6262533><P class='en'>So you click on that.
  5573. <SYNC Start=6263633><P class='en'>&nbsp;
  5574. <SYNC Start=6264233><P class='en'>It&#39;ll actually bring up your PDF
  5575. file, but now the PDF file you
  5576. <SYNC Start=6268733><P class='en'>&nbsp;
  5577. <SYNC Start=6268766><P class='en'>can actually highlight, and the
  5578. highlights will be saved into
  5579. <SYNC Start=6272266><P class='en'>&nbsp;
  5580. <SYNC Start=6272300><P class='en'>your Obsidian notes as mark down.
  5581. <SYNC Start=6274233><P class='en'>&nbsp;
  5582. <SYNC Start=6274233><P class='en'>In other words, as plain text,
  5583. which you can search and everything.
  5584. <SYNC Start=6276633><P class='en'>&nbsp;
  5585. <SYNC Start=6277066><P class='en'>Let&#39;s say that I wanted to
  5586. highlight this bit, right?
  5587. <SYNC Start=6282466><P class='en'>&nbsp;
  5588. <SYNC Start=6282466><P class='en'>I can simply go there, drag
  5589. there and highlight it.
  5590. <SYNC Start=6285466><P class='en'>&nbsp;
  5591. <SYNC Start=6285600><P class='en'>I can annotate it.
  5592. <SYNC Start=6286433><P class='en'>&nbsp;
  5593. <SYNC Start=6286666><P class='en'>But I&#39;m just going to highlight today.
  5594. <SYNC Start=6288033><P class='en'>&nbsp;
  5595. <SYNC Start=6288100><P class='en'>So that&#39;ll save that as a note.
  5596. <SYNC Start=6290266><P class='en'>&nbsp;
  5597. <SYNC Start=6290333><P class='en'>And then here I&#39;m going to highlight
  5598. this bit as well, just an example.
  5599. <SYNC Start=6293666><P class='en'>&nbsp;
  5600. <SYNC Start=6293966><P class='en'>And then I can annotate that to be
  5601. like a two-stage approach you used.
  5602. <SYNC Start=6299199><P class='en'>&nbsp;
  5603. <SYNC Start=6299266><P class='en'>And then if I post it only me,
  5604. then it&#39;s got my own note there.
  5605. <SYNC Start=6302133><P class='en'>&nbsp;
  5606. <SYNC Start=6302566><P class='en'>And what that means is that when I can
  5607. actually open it as an MD file, you
  5608. <SYNC Start=6307533><P class='en'>&nbsp;
  5609. <SYNC Start=6307633><P class='en'>notice that there&#39;s some new, like bits
  5610. of cryptic looking texts, there&#39;s a huge
  5611. <SYNC Start=6311166><P class='en'>&nbsp;
  5612. <SYNC Start=6311233><P class='en'>amount of weird cryptic looking texts.
  5613. <SYNC Start=6312833><P class='en'>&nbsp;
  5614. <SYNC Start=6312833><P class='en'>Right?
  5615. <SYNC Start=6313100><P class='en'>&nbsp;
  5616. <SYNC Start=6313500><P class='en'>And so when I actually go down to here,
  5617. what that looks like is like this.
  5618. <SYNC Start=6318000><P class='en'>&nbsp;
  5619. <SYNC Start=6318266><P class='en'>And so these are the, how these
  5620. highlights have now come up from the
  5621. <SYNC Start=6320899><P class='en'>&nbsp;
  5622. <SYNC Start=6320899><P class='en'>PDF file that I just used so that
  5623. a plugin is called annotator and
  5624. <SYNC Start=6324466><P class='en'>&nbsp;
  5625. <SYNC Start=6324466><P class='en'>that lets you do things for PDFs.
  5626. <SYNC Start=6326000><P class='en'>&nbsp;
  5627. <SYNC Start=6326133><P class='en'>So pretty useful.
  5628. <SYNC Start=6326966><P class='en'>&nbsp;
  5629. <SYNC Start=6327000><P class='en'>This is a quick video, so there&#39;s not
  5630. much more to talk about, but I hope that&#39;s
  5631. <SYNC Start=6329566><P class='en'>&nbsp;
  5632. <SYNC Start=6329600><P class='en'>at least a little bit useful for you.
  5633. <SYNC Start=6330733><P class='en'>&nbsp;
  5634. <SYNC Start=6331033><P class='en'>Okay.
  5635. <SYNC Start=6331333><P class='en'>&nbsp;
  5636. <SYNC Start=6331366><P class='en'>So in this video, I&#39;m going to be talking
  5637. about plugins and I&#39;m just going to go
  5638. <SYNC Start=6333766><P class='en'>&nbsp;
  5639. <SYNC Start=6333766><P class='en'>through a whirlwind tour of what each
  5640. individual plugin does so that you don&#39;t
  5641. <SYNC Start=6337333><P class='en'>&nbsp;
  5642. <SYNC Start=6337333><P class='en'>have to look it up every single time.
  5643. <SYNC Start=6338866><P class='en'>&nbsp;
  5644. <SYNC Start=6339199><P class='en'>So first of all, let&#39;s
  5645. go to the settings here.
  5646. <SYNC Start=6342133><P class='en'>&nbsp;
  5647. <SYNC Start=6342166><P class='en'>I&#39;m going to the core plugins, the ones
  5648. that I&#39;ve got set up File Explorer.
  5649. <SYNC Start=6345766><P class='en'>&nbsp;
  5650. <SYNC Start=6345933><P class='en'>Self-explanatory.
  5651. <SYNC Start=6346833><P class='en'>&nbsp;
  5652. <SYNC Start=6347066><P class='en'>Search.
  5653. <SYNC Start=6347633><P class='en'>&nbsp;
  5654. <SYNC Start=6347699><P class='en'>Self-explanatory.
  5655. <SYNC Start=6348666><P class='en'>&nbsp;
  5656. <SYNC Start=6348733><P class='en'>Quick switcher is very useful that
  5657. lets you open up files quickly.
  5658. <SYNC Start=6352733><P class='en'>&nbsp;
  5659. <SYNC Start=6352733><P class='en'>So for example, if I press Command+O, then
  5660. I can simply go to whichever file I want.
  5661. <SYNC Start=6357033><P class='en'>&nbsp;
  5662. <SYNC Start=6357133><P class='en'>Just by typing it in
  5663. and then pressing Enter.
  5664. <SYNC Start=6358766><P class='en'>&nbsp;
  5665. <SYNC Start=6358899><P class='en'>Graph view is something
  5666. that&#39;s a bit fancy.
  5667. <SYNC Start=6361000><P class='en'>&nbsp;
  5668. <SYNC Start=6361033><P class='en'>I don&#39;t use it that much.
  5669. <SYNC Start=6362000><P class='en'>&nbsp;
  5670. <SYNC Start=6362266><P class='en'>Some people really love it, but
  5671. that shows you all your notes and
  5672. <SYNC Start=6364899><P class='en'>&nbsp;
  5673. <SYNC Start=6364899><P class='en'>how they connect to each other.
  5674. <SYNC Start=6365966><P class='en'>&nbsp;
  5675. <SYNC Start=6366199><P class='en'>And you know, basically you
  5676. just use it to impress people.
  5677. <SYNC Start=6368699><P class='en'>&nbsp;
  5678. <SYNC Start=6369966><P class='en'>I mean, you can technically
  5679. search in files and stuff.
  5680. <SYNC Start=6373133><P class='en'>&nbsp;
  5681. <SYNC Start=6373133><P class='en'>And so for example, I wanted to
  5682. search just my YouTube things and
  5683. <SYNC Start=6376000><P class='en'>&nbsp;
  5684. <SYNC Start=6376033><P class='en'>see how they connect together.
  5685. <SYNC Start=6377199><P class='en'>&nbsp;
  5686. <SYNC Start=6377300><P class='en'>You know, you could do that,
  5687. but I don&#39;t know, I don&#39;t use it
  5688. <SYNC Start=6380533><P class='en'>&nbsp;
  5689. <SYNC Start=6380566><P class='en'>for much more than being fancy.
  5690. <SYNC Start=6383800><P class='en'>&nbsp;
  5691. <SYNC Start=6383800><P class='en'>Backlinks you is pretty much like a must.
  5692. <SYNC Start=6386533><P class='en'>&nbsp;
  5693. <SYNC Start=6386533><P class='en'>That just shows you the
  5694. links from other files.
  5695. <SYNC Start=6388566><P class='en'>&nbsp;
  5696. <SYNC Start=6388566><P class='en'>So for example if I was to look
  5697. at the files here and then look at
  5698. <SYNC Start=6391933><P class='en'>&nbsp;
  5699. <SYNC Start=6392000><P class='en'>backlinks, well, this particular date
  5700. hasn&#39;t been mentioned before, right?
  5701. <SYNC Start=6395300><P class='en'>&nbsp;
  5702. <SYNC Start=6395300><P class='en'>Obviously, cause I don&#39;t
  5703. mention this date often.
  5704. <SYNC Start=6397066><P class='en'>&nbsp;
  5705. <SYNC Start=6397166><P class='en'>But if I wanted to go to, for example,
  5706. my YouTube literature note and see all
  5707. <SYNC Start=6400800><P class='en'>&nbsp;
  5708. <SYNC Start=6400833><P class='en'>the backlinks from there, you can see
  5709. that every single time I&#39;ve mentioned
  5710. <SYNC Start=6404800><P class='en'>&nbsp;
  5711. <SYNC Start=6404866><P class='en'>the YouTube literature note in a
  5712. link it&#39;ll come up on that bit there.
  5713. <SYNC Start=6407966><P class='en'>&nbsp;
  5714. <SYNC Start=6408166><P class='en'>And similarly you can see
  5715. outgoing links and see where
  5716. <SYNC Start=6410833><P class='en'>&nbsp;
  5717. <SYNC Start=6410833><P class='en'>this particular thing links to.
  5718. <SYNC Start=6412066><P class='en'>&nbsp;
  5719. <SYNC Start=6412333><P class='en'>So that&#39;s very cool.
  5720. <SYNC Start=6413100><P class='en'>&nbsp;
  5721. <SYNC Start=6413399><P class='en'>Tag pane is very useful.
  5722. <SYNC Start=6415100><P class='en'>&nbsp;
  5723. <SYNC Start=6415300><P class='en'>That&#39;s what this thing is here.
  5724. <SYNC Start=6416899><P class='en'>&nbsp;
  5725. <SYNC Start=6416933><P class='en'>And so, you can see that
  5726. once you use hashtags.
  5727. <SYNC Start=6419833><P class='en'>&nbsp;
  5728. <SYNC Start=6419866><P class='en'>So let&#39;s say that I use
  5729. hashtag videography, right?
  5730. <SYNC Start=6422133><P class='en'>&nbsp;
  5731. <SYNC Start=6422233><P class='en'>If I sort this properly, you&#39;ll
  5732. be able to find it in here.
  5733. <SYNC Start=6424933><P class='en'>&nbsp;
  5734. <SYNC Start=6424966><P class='en'>And then when you click on the
  5735. tag, then you can just click on it,
  5736. <SYNC Start=6427333><P class='en'>&nbsp;
  5737. <SYNC Start=6427366><P class='en'>literally to search it very quickly.
  5738. <SYNC Start=6429000><P class='en'>&nbsp;
  5739. <SYNC Start=6429166><P class='en'>So that&#39;s what tag pane is.
  5740. <SYNC Start=6430333><P class='en'>&nbsp;
  5741. <SYNC Start=6430333><P class='en'>You can actually use nested tags as well.
  5742. <SYNC Start=6431766><P class='en'>&nbsp;
  5743. <SYNC Start=6431800><P class='en'>Cause you might be like videography
  5744. slash drama or whatever, and
  5745. <SYNC Start=6435633><P class='en'>&nbsp;
  5746. <SYNC Start=6435633><P class='en'>it&#39;ll come up kind of like this.
  5747. <SYNC Start=6436833><P class='en'>&nbsp;
  5748. <SYNC Start=6436866><P class='en'>So for example, this YouTube
  5749. storytelling one is just like
  5750. <SYNC Start=6439866><P class='en'>&nbsp;
  5751. <SYNC Start=6439899><P class='en'>YouTube, such storytelling.
  5752. <SYNC Start=6441100><P class='en'>&nbsp;
  5753. <SYNC Start=6441433><P class='en'>And that&#39;s when I use very, very commonly.
  5754. <SYNC Start=6443100><P class='en'>&nbsp;
  5755. <SYNC Start=6443866><P class='en'>Daily notes.
  5756. <SYNC Start=6444766><P class='en'>&nbsp;
  5757. <SYNC Start=6444766><P class='en'>Daily notes is one of my
  5758. favorite plugins for Obsidian.
  5759. <SYNC Start=6447800><P class='en'>&nbsp;
  5760. <SYNC Start=6447866><P class='en'>I always enable daily notes and I always
  5761. make sure to create it in a daily notes
  5762. <SYNC Start=6451866><P class='en'>&nbsp;
  5763. <SYNC Start=6451899><P class='en'>location because that&#39;s a note that,
  5764. you know, resets every single day.
  5765. <SYNC Start=6456066><P class='en'>&nbsp;
  5766. <SYNC Start=6456199><P class='en'>So super duper useful and very
  5767. useful, not just for keeping a diary,
  5768. <SYNC Start=6459600><P class='en'>&nbsp;
  5769. <SYNC Start=6459866><P class='en'>but it&#39;s basically a place that
  5770. you can quick capture notes very
  5771. <SYNC Start=6462800><P class='en'>&nbsp;
  5772. <SYNC Start=6462800><P class='en'>easily which is what I always do.
  5773. <SYNC Start=6464100><P class='en'>&nbsp;
  5774. <SYNC Start=6464433><P class='en'>Note composer is kind of interesting
  5775. merge, split and refactoring it.
  5776. <SYNC Start=6467699><P class='en'>&nbsp;
  5777. <SYNC Start=6467733><P class='en'>So what that means is that
  5778. basically let&#39;s say that I&#39;ve
  5779. <SYNC Start=6470300><P class='en'>&nbsp;
  5780. <SYNC Start=6470300><P class='en'>got a whole note here, right?
  5781. <SYNC Start=6471866><P class='en'>&nbsp;
  5782. <SYNC Start=6472199><P class='en'>And I just wanted to take this part,
  5783. this paragraph, and I wanted to keep
  5784. <SYNC Start=6476133><P class='en'>&nbsp;
  5785. <SYNC Start=6476166><P class='en'>it in a separate note by itself.
  5786. <SYNC Start=6477233><P class='en'>&nbsp;
  5787. <SYNC Start=6477233><P class='en'>Right.
  5788. <SYNC Start=6477466><P class='en'>&nbsp;
  5789. <SYNC Start=6477500><P class='en'>So I can actually highlight this, right
  5790. click it, and then I can go to extract
  5791. <SYNC Start=6481300><P class='en'>&nbsp;
  5792. <SYNC Start=6481333><P class='en'>current selection...and then I can be
  5793. like imitate then innovate strategy
  5794. <SYNC Start=6487466><P class='en'>&nbsp;
  5795. <SYNC Start=6487566><P class='en'>or something to create a new note.
  5796. <SYNC Start=6489100><P class='en'>&nbsp;
  5797. <SYNC Start=6489466><P class='en'>And now it&#39;s created it as a link.
  5798. <SYNC Start=6491166><P class='en'>&nbsp;
  5799. <SYNC Start=6491199><P class='en'>And if I go to that link by
  5800. pressing command enter, I
  5801. <SYNC Start=6493300><P class='en'>&nbsp;
  5802. <SYNC Start=6493300><P class='en'>mean, sorry, command and click.
  5803. <SYNC Start=6494166><P class='en'>&nbsp;
  5804. <SYNC Start=6494500><P class='en'>Then let&#39;s create a new page
  5805. without me having to copy and
  5806. <SYNC Start=6498533><P class='en'>&nbsp;
  5807. <SYNC Start=6498533><P class='en'>paste it and just make a new note.
  5808. <SYNC Start=6499633><P class='en'>&nbsp;
  5809. <SYNC Start=6499666><P class='en'>it just saves a bit of.
  5810. <SYNC Start=6500333><P class='en'>&nbsp;
  5811. <SYNC Start=6500833><P class='en'>Slash commands.
  5812. <SYNC Start=6501733><P class='en'>&nbsp;
  5813. <SYNC Start=6501766><P class='en'>I love slash commands as well.
  5814. <SYNC Start=6502966><P class='en'>&nbsp;
  5815. <SYNC Start=6502966><P class='en'>Cause slash commands allows you to
  5816. basically use the command pallet,
  5817. <SYNC Start=6505966><P class='en'>&nbsp;
  5818. <SYNC Start=6506033><P class='en'>which he normally asks us by command P.
  5819. <SYNC Start=6508000><P class='en'>&nbsp;
  5820. <SYNC Start=6508266><P class='en'>For example, I went to
  5821. the start a template.
  5822. <SYNC Start=6509766><P class='en'>&nbsp;
  5823. <SYNC Start=6509866><P class='en'>Command+P then template
  5824. would be the way to do that.
  5825. <SYNC Start=6512066><P class='en'>&nbsp;
  5826. <SYNC Start=6512300><P class='en'>But I can just type session
  5827. set and slash template.
  5828. <SYNC Start=6514666><P class='en'>&nbsp;
  5829. <SYNC Start=6514899><P class='en'>And that&#39;s really, really good.
  5830. <SYNC Start=6515866><P class='en'>&nbsp;
  5831. <SYNC Start=6516800><P class='en'>So I love using that.
  5832. <SYNC Start=6517966><P class='en'>&nbsp;
  5833. <SYNC Start=6518000><P class='en'>Starred prefers to this bit up here.
  5834. <SYNC Start=6520566><P class='en'>&nbsp;
  5835. <SYNC Start=6520600><P class='en'>Occasionally you might want
  5836. to have like a star note where
  5837. <SYNC Start=6522766><P class='en'>&nbsp;
  5838. <SYNC Start=6522800><P class='en'>it&#39;s like a favorite thing.
  5839. <SYNC Start=6524199><P class='en'>&nbsp;
  5840. <SYNC Start=6524233><P class='en'>And so if you start
  5841. then it&#39;ll come up here.
  5842. <SYNC Start=6526566><P class='en'>&nbsp;
  5843. <SYNC Start=6526600><P class='en'>I don&#39;t use it that much,
  5844. but there&#39;s an option.
  5845. <SYNC Start=6528566><P class='en'>&nbsp;
  5846. <SYNC Start=6528600><P class='en'>There&#39;s a random note plugin.
  5847. <SYNC Start=6529699><P class='en'>&nbsp;
  5848. <SYNC Start=6529800><P class='en'>I don&#39;t use that.
  5849. <SYNC Start=6530500><P class='en'>&nbsp;
  5850. <SYNC Start=6530533><P class='en'>Some people like the idea of being
  5851. able to resurface a random note, but
  5852. <SYNC Start=6533833><P class='en'>&nbsp;
  5853. <SYNC Start=6534199><P class='en'>you know, I&#39;m not that kind of guy.
  5854. <SYNC Start=6535500><P class='en'>&nbsp;
  5855. <SYNC Start=6536666><P class='en'>There&#39;s an outline plugin.
  5856. <SYNC Start=6537699><P class='en'>&nbsp;
  5857. <SYNC Start=6537766><P class='en'>So for example, let&#39;s say that you have
  5858. a plugin with like a lot of sections.
  5859. <SYNC Start=6541033><P class='en'>&nbsp;
  5860. <SYNC Start=6541100><P class='en'>Let me go to how and what to dial in.
  5861. <SYNC Start=6543133><P class='en'>&nbsp;
  5862. <SYNC Start=6543166><P class='en'>So let me go to this section, right?
  5863. <SYNC Start=6544199><P class='en'>&nbsp;
  5864. <SYNC Start=6544566><P class='en'>And then here on this top right bit Tend
  5865. to it&#39;ll give you like an overview of
  5866. <SYNC Start=6549633><P class='en'>&nbsp;
  5867. <SYNC Start=6549699><P class='en'>all the different headings and stuff.
  5868. <SYNC Start=6550866><P class='en'>&nbsp;
  5869. <SYNC Start=6550866><P class='en'>So for example, if you&#39;re big file, then
  5870. it&#39;s kind of like a table of contents.
  5871. <SYNC Start=6554166><P class='en'>&nbsp;
  5872. <SYNC Start=6554533><P class='en'>Of course you can actually use table
  5873. contents as everything as well.
  5874. <SYNC Start=6557533><P class='en'>&nbsp;
  5875. <SYNC Start=6557600><P class='en'>So table of contents is also a
  5876. plugin that you can enable, although
  5877. <SYNC Start=6560533><P class='en'>&nbsp;
  5878. <SYNC Start=6560533><P class='en'>it&#39;s actually a community plugin.
  5879. <SYNC Start=6561966><P class='en'>&nbsp;
  5880. <SYNC Start=6562233><P class='en'>So you actually have to browse
  5881. and install a table of contents.
  5882. <SYNC Start=6566133><P class='en'>&nbsp;
  5883. <SYNC Start=6566300><P class='en'>And I do because the table
  5884. of contents is quite good.
  5885. <SYNC Start=6568866><P class='en'>&nbsp;
  5886. <SYNC Start=6568899><P class='en'>Basically it means at the top of
  5887. the document, if you type you know,
  5888. <SYNC Start=6571366><P class='en'>&nbsp;
  5889. <SYNC Start=6571399><P class='en'>slash table with the command, then
  5890. you can insert a table of contents.
  5891. <SYNC Start=6575633><P class='en'>&nbsp;
  5892. <SYNC Start=6575699><P class='en'>And then when you go to preview
  5893. mode, it looks like that instead.
  5894. <SYNC Start=6578133><P class='en'>&nbsp;
  5895. <SYNC Start=6578233><P class='en'>So you can use outliner or
  5896. use table of contents, but I
  5897. <SYNC Start=6580933><P class='en'>&nbsp;
  5898. <SYNC Start=6580933><P class='en'>tend to like table of contents
  5899. <SYNC Start=6582233><P class='en'>&nbsp;
  5900. <SYNC Start=6582233><P class='en'>Slides is pretty interesting.
  5901. <SYNC Start=6583933><P class='en'>&nbsp;
  5902. <SYNC Start=6583966><P class='en'>You can actually present from
  5903. markdown as like a presentation.
  5904. <SYNC Start=6586533><P class='en'>&nbsp;
  5905. <SYNC Start=6586666><P class='en'>I don&#39;t use it that much, but
  5906. it&#39;s certainly a nice idea.
  5907. <SYNC Start=6589533><P class='en'>&nbsp;
  5908. <SYNC Start=6590633><P class='en'>And yeah, those are the
  5909. main ones that I set up.
  5910. <SYNC Start=6592466><P class='en'>&nbsp;
  5911. <SYNC Start=6592533><P class='en'>Obsidian has the ability to publish notes
  5912. to a website file Obsidian published.
  5913. <SYNC Start=6596133><P class='en'>&nbsp;
  5914. <SYNC Start=6596166><P class='en'>So you might consider that, although
  5915. it&#39;s a paid subscription, of course,
  5916. <SYNC Start=6598566><P class='en'>&nbsp;
  5917. <SYNC Start=6598866><P class='en'>and they just have their own backup
  5918. service, which is Obsidian sync.
  5919. <SYNC Start=6601366><P class='en'>&nbsp;
  5920. <SYNC Start=6601666><P class='en'>Although he only get 10 gigabytes
  5921. of file memory with that.
  5922. <SYNC Start=6604766><P class='en'>&nbsp;
  5923. <SYNC Start=6604766><P class='en'>So I don&#39;t use that.
  5924. <SYNC Start=6605433><P class='en'>&nbsp;
  5925. <SYNC Start=6605466><P class='en'>I use my other methods as
  5926. covered in another video.
  5927. <SYNC Start=6607933><P class='en'>&nbsp;
  5928. <SYNC Start=6608800><P class='en'>Now community plugins,
  5929. this is moreso a biggum.
  5930. <SYNC Start=6611866><P class='en'>&nbsp;
  5931. <SYNC Start=6612000><P class='en'>Let me just run through the
  5932. ones that I actually use because
  5933. <SYNC Start=6614233><P class='en'>&nbsp;
  5934. <SYNC Start=6614233><P class='en'>there&#39;s actually quite a lot.
  5935. <SYNC Start=6615066><P class='en'>&nbsp;
  5936. <SYNC Start=6615100><P class='en'>Annotator is about PDF files.
  5937. <SYNC Start=6616866><P class='en'>&nbsp;
  5938. <SYNC Start=6616966><P class='en'>There another video that I&#39;ve got covered
  5939. called mastering PDFs in Obsidian.
  5940. <SYNC Start=6620500><P class='en'>&nbsp;
  5941. <SYNC Start=6620733><P class='en'>So if you want to learn how to do
  5942. that then this is the plugin for it.
  5943. <SYNC Start=6624533><P class='en'>&nbsp;
  5944. <SYNC Start=6624566><P class='en'>But go to that particular video.
  5945. <SYNC Start=6625933><P class='en'>&nbsp;
  5946. <SYNC Start=6626033><P class='en'>So here, I&#39;ve got auto link title.
  5947. <SYNC Start=6627766><P class='en'>&nbsp;
  5948. <SYNC Start=6627966><P class='en'>This is a good plugin that when
  5949. you copy and paste something from
  5950. <SYNC Start=6630266><P class='en'>&nbsp;
  5951. <SYNC Start=6630300><P class='en'>the internet, so let&#39;s say I&#39;m
  5952. going to cut and paste this here.
  5953. <SYNC Start=6632300><P class='en'>&nbsp;
  5954. <SYNC Start=6632333><P class='en'>What will happen is that it&#39;ll
  5955. automatically fetch the title
  5956. <SYNC Start=6634566><P class='en'>&nbsp;
  5957. <SYNC Start=6634600><P class='en'>for you, so you don&#39;t have to
  5958. type the title in manually.
  5959. <SYNC Start=6637233><P class='en'>&nbsp;
  5960. <SYNC Start=6637266><P class='en'>So that&#39;s nice.
  5961. <SYNC Start=6637766><P class='en'>&nbsp;
  5962. <SYNC Start=6637766><P class='en'>Calendar is very useful.
  5963. <SYNC Start=6639000><P class='en'>&nbsp;
  5964. <SYNC Start=6639066><P class='en'>So if you have daily notes
  5965. you can actually use your
  5966. <SYNC Start=6641566><P class='en'>&nbsp;
  5967. <SYNC Start=6641600><P class='en'>calendar function for that.
  5968. <SYNC Start=6642966><P class='en'>&nbsp;
  5969. <SYNC Start=6643066><P class='en'>You can click in between
  5970. different notes on your calendar.
  5971. <SYNC Start=6645166><P class='en'>&nbsp;
  5972. <SYNC Start=6645233><P class='en'>So you can see you know,
  5973. what&#39;s happening at each stage.
  5974. <SYNC Start=6647399><P class='en'>&nbsp;
  5975. <SYNC Start=6647466><P class='en'>it&#39;s got like a vague description
  5976. of how long a note is with the
  5977. <SYNC Start=6651000><P class='en'>&nbsp;
  5978. <SYNC Start=6651033><P class='en'>different dots that you&#39;ve got there.
  5979. <SYNC Start=6652766><P class='en'>&nbsp;
  5980. <SYNC Start=6653500><P class='en'>So that&#39;s kind of cool
  5981. <SYNC Start=6654166><P class='en'>&nbsp;
  5982. <SYNC Start=6654166><P class='en'>dynamic table contents.
  5983. <SYNC Start=6655366><P class='en'>&nbsp;
  5984. <SYNC Start=6655399><P class='en'>I&#39;ve talked about that.
  5985. <SYNC Start=6656000><P class='en'>&nbsp;
  5986. <SYNC Start=6656166><P class='en'>Data view.
  5987. <SYNC Start=6656766><P class='en'>&nbsp;
  5988. <SYNC Start=6656866><P class='en'>I&#39;ve got another video that I&#39;m
  5989. going to make about data views.
  5990. <SYNC Start=6660100><P class='en'>&nbsp;
  5991. <SYNC Start=6660133><P class='en'>So watch that video.
  5992. <SYNC Start=6661266><P class='en'>&nbsp;
  5993. <SYNC Start=6661333><P class='en'>That&#39;s a very, very powerful
  5994. tool for being able to query
  5995. <SYNC Start=6663800><P class='en'>&nbsp;
  5996. <SYNC Start=6663866><P class='en'>your Obsidian as a database.
  5997. <SYNC Start=6665199><P class='en'>&nbsp;
  5998. <SYNC Start=6665199><P class='en'>But it&#39;s got to be too much in depth here.
  5999. <SYNC Start=6666800><P class='en'>&nbsp;
  6000. <SYNC Start=6666800><P class='en'>So watch that one.
  6001. <SYNC Start=6667433><P class='en'>&nbsp;
  6002. <SYNC Start=6667566><P class='en'>Citations is something that you can use.
  6003. <SYNC Start=6669233><P class='en'>&nbsp;
  6004. <SYNC Start=6669266><P class='en'>If you have like a, a Zotero
  6005. library that you set up with
  6006. <SYNC Start=6672233><P class='en'>&nbsp;
  6007. <SYNC Start=6672233><P class='en'>highlights of different journal
  6008. articles, pools and stuff like that.
  6009. <SYNC Start=6674633><P class='en'>&nbsp;
  6010. <SYNC Start=6674633><P class='en'>So that&#39;s kind of cool.
  6011. <SYNC Start=6675433><P class='en'>&nbsp;
  6012. <SYNC Start=6675500><P class='en'>I didn&#39;t actually do heaps of academic
  6013. research necessarily that uses
  6014. <SYNC Start=6678433><P class='en'>&nbsp;
  6015. <SYNC Start=6678433><P class='en'>that library, but that&#39;s an option.
  6016. <SYNC Start=6679899><P class='en'>&nbsp;
  6017. <SYNC Start=6680533><P class='en'>Kanban is a plugin.
  6018. <SYNC Start=6681699><P class='en'>&nbsp;
  6019. <SYNC Start=6681766><P class='en'>That&#39;s actually pretty good.
  6020. <SYNC Start=6682533><P class='en'>&nbsp;
  6021. <SYNC Start=6682566><P class='en'>And so it&#39;s basically a markdown
  6022. based Kanban board in Obsidian.
  6023. <SYNC Start=6685666><P class='en'>&nbsp;
  6024. <SYNC Start=6685699><P class='en'>But I&#39;m not going to talk about it
  6025. cause I actually don&#39;t use it too much.
  6026. <SYNC Start=6688033><P class='en'>&nbsp;
  6027. <SYNC Start=6688066><P class='en'>I tend to use notion for
  6028. Kanbans to be perfectly honest.
  6029. <SYNC Start=6690333><P class='en'>&nbsp;
  6030. <SYNC Start=6690366><P class='en'>Local images.
  6031. <SYNC Start=6691266><P class='en'>&nbsp;
  6032. <SYNC Start=6691333><P class='en'>This is a really important plugin.
  6033. <SYNC Start=6693133><P class='en'>&nbsp;
  6034. <SYNC Start=6693199><P class='en'>Basically it saves the files.
  6035. <SYNC Start=6696166><P class='en'>&nbsp;
  6036. <SYNC Start=6696199><P class='en'>Like if you have like an image file
  6037. download, it saves it to Obsidian
  6038. <SYNC Start=6701199><P class='en'>&nbsp;
  6039. <SYNC Start=6701199><P class='en'>itself, so that, you know, if you
  6040. move that file for whatever reason, it
  6041. <SYNC Start=6705699><P class='en'>&nbsp;
  6042. <SYNC Start=6705699><P class='en'>doesn&#39;t break because of the fact that
  6043. it&#39;s got a local version in Obsidian.
  6044. <SYNC Start=6708566><P class='en'>&nbsp;
  6045. <SYNC Start=6708666><P class='en'>So I always install that.
  6046. <SYNC Start=6710100><P class='en'>&nbsp;
  6047. <SYNC Start=6710100><P class='en'>Mac iOS, keyboard navigation
  6048. near probably pretty good.
  6049. <SYNC Start=6712833><P class='en'>&nbsp;
  6050. <SYNC Start=6712833><P class='en'>One
  6051. <SYNC Start=6713166><P class='en'>&nbsp;
  6052. <SYNC Start=6713399><P class='en'>media extended.
  6053. <SYNC Start=6714366><P class='en'>&nbsp;
  6054. <SYNC Start=6714433><P class='en'>I have this just because I like embed
  6055. a little YouTube videos, for example.
  6056. <SYNC Start=6717899><P class='en'>&nbsp;
  6057. <SYNC Start=6718100><P class='en'>So that&#39;s useful and I sometimes
  6058. embed MP4 files into Obsidian.
  6059. <SYNC Start=6722066><P class='en'>&nbsp;
  6060. <SYNC Start=6722300><P class='en'>So that&#39;s actually really useful too.
  6061. <SYNC Start=6723399><P class='en'>&nbsp;
  6062. <SYNC Start=6725366><P class='en'>Obsidian Git I&#39;m covering in
  6063. a video about version control.
  6064. <SYNC Start=6727733><P class='en'>&nbsp;
  6065. <SYNC Start=6727800><P class='en'>So that&#39;s extremely useful.
  6066. <SYNC Start=6728933><P class='en'>&nbsp;
  6067. <SYNC Start=6729000><P class='en'>But I want to talk about that here.
  6068. <SYNC Start=6730300><P class='en'>&nbsp;
  6069. <SYNC Start=6730300><P class='en'>Of sitting to do now this
  6070. does collect to stuff.
  6071. <SYNC Start=6734133><P class='en'>&nbsp;
  6072. <SYNC Start=6734166><P class='en'>But I haven&#39;t really used it because I
  6073. just don&#39;t use two dues and Obsidian.
  6074. <SYNC Start=6737766><P class='en'>&nbsp;
  6075. <SYNC Start=6737833><P class='en'>I think that notion is a little bit
  6076. or other dedicated to do apps are a
  6077. <SYNC Start=6740600><P class='en'>&nbsp;
  6078. <SYNC Start=6740600><P class='en'>lot better to be perfectly honest.
  6079. <SYNC Start=6742000><P class='en'>&nbsp;
  6080. <SYNC Start=6742100><P class='en'>Obsidian2Anki, extremely good.
  6081. <SYNC Start=6743800><P class='en'>&nbsp;
  6082. <SYNC Start=6743833><P class='en'>That lets you use the software
  6083. which is called Anki to be able
  6084. <SYNC Start=6747333><P class='en'>&nbsp;
  6085. <SYNC Start=6747333><P class='en'>to memorize stuff in flashcards.
  6086. <SYNC Start=6748933><P class='en'>&nbsp;
  6087. <SYNC Start=6749066><P class='en'>So I&#39;ve actually made a
  6088. separate tutorial about that.
  6089. <SYNC Start=6751066><P class='en'>&nbsp;
  6090. <SYNC Start=6751100><P class='en'>You can check that out.
  6091. <SYNC Start=6751899><P class='en'>&nbsp;
  6092. <SYNC Start=6752399><P class='en'>Outline I&#39;ve talked about before.
  6093. <SYNC Start=6754100><P class='en'>&nbsp;
  6094. <SYNC Start=6754399><P class='en'>Pace, your own pace,
  6095. your own intersection.
  6096. <SYNC Start=6756933><P class='en'>&nbsp;
  6097. <SYNC Start=6757333><P class='en'>I have no idea what that
  6098. does, but I&#39;ve got it anyway.
  6099. <SYNC Start=6760800><P class='en'>&nbsp;
  6100. <SYNC Start=6761133><P class='en'>Readwise, I&#39;m going to talk
  6101. about this separately because
  6102. <SYNC Start=6763033><P class='en'>&nbsp;
  6103. <SYNC Start=6763066><P class='en'>this is a very important thing.
  6104. <SYNC Start=6764333><P class='en'>&nbsp;
  6105. <SYNC Start=6764899><P class='en'>Smart typography.
  6106. <SYNC Start=6765933><P class='en'>&nbsp;
  6107. <SYNC Start=6766033><P class='en'>I really like mainly for one reason,
  6108. which is that if you have dashes
  6109. <SYNC Start=6769533><P class='en'>&nbsp;
  6110. <SYNC Start=6769600><P class='en'>and Obsidian by default, they come
  6111. up with separate dashes like this.
  6112. <SYNC Start=6772699><P class='en'>&nbsp;
  6113. <SYNC Start=6772800><P class='en'>But I liked the idea of being able
  6114. to type em dashes and that&#39;s cool.
  6115. <SYNC Start=6778366><P class='en'>&nbsp;
  6116. <SYNC Start=6778566><P class='en'>The plugin is called again, the
  6117. plugin is called smart typography.
  6118. <SYNC Start=6782899><P class='en'>&nbsp;
  6119. <SYNC Start=6782933><P class='en'>I basically don&#39;t use anything else here.
  6120. <SYNC Start=6785133><P class='en'>&nbsp;
  6121. <SYNC Start=6785533><P class='en'>So yeah, that&#39;s a expression of all
  6122. the plugins that I have in one video.
  6123. <SYNC Start=6789566><P class='en'>&nbsp;
  6124. <SYNC Start=6790333><P class='en'>That&#39;s a very rapid tour.
  6125. <SYNC Start=6791466><P class='en'>&nbsp;
  6126. <SYNC Start=6791500><P class='en'>There&#39;s a lot that you can use
  6127. and certainly, there&#39;s so much
  6128. <SYNC Start=6793800><P class='en'>&nbsp;
  6129. <SYNC Start=6793833><P class='en'>extensibility with Obsidian that you
  6130. can go crazy with it if you want to do.
  6131. <SYNC Start=6798399><P class='en'>&nbsp;
  6132. <SYNC Start=6798399><P class='en'>But you know, if you had
  6133. all those plugins, I&#39;m sure
  6134. <SYNC Start=6800766><P class='en'>&nbsp;
  6135. <SYNC Start=6800800><P class='en'>there&#39;s like more than enough.
  6136. <SYNC Start=6801766><P class='en'>&nbsp;
  6137. <SYNC Start=6802000><P class='en'>That&#39;s been more than enough for me.
  6138. <SYNC Start=6802966><P class='en'>&nbsp;
  6139. <SYNC Start=6803000><P class='en'>I haven&#39;t really felt the need
  6140. to have even more than that.
  6141. <SYNC Start=6805766><P class='en'>&nbsp;
  6142. <SYNC Start=6806333><P class='en'>Hope this has been useful and
  6143. I&#39;ll see you in the next video.
  6144. <SYNC Start=6808466><P class='en'>&nbsp;
  6145. <SYNC Start=6808933><P class='en'>Okay.
  6146. <SYNC Start=6809199><P class='en'>&nbsp;
  6147. <SYNC Start=6809199><P class='en'>So in this video, I&#39;m going to
  6148. show you how you can grab different
  6149. <SYNC Start=6811500><P class='en'>&nbsp;
  6150. <SYNC Start=6811500><P class='en'>sources from different places in
  6151. the internet and integrate them
  6152. <SYNC Start=6814233><P class='en'>&nbsp;
  6153. <SYNC Start=6814266><P class='en'>automatically within Obsidian.
  6154. <SYNC Start=6815833><P class='en'>&nbsp;
  6155. <SYNC Start=6815899><P class='en'>And this is a really, really useful
  6156. video because it&#39;s so cool where you
  6157. <SYNC Start=6820733><P class='en'>&nbsp;
  6158. <SYNC Start=6820766><P class='en'>can actually do all the Obsidian.
  6159. <SYNC Start=6821833><P class='en'>&nbsp;
  6160. <SYNC Start=6822100><P class='en'>So, first of all, I tend to use
  6161. Kindle to read my books these days.
  6162. <SYNC Start=6827300><P class='en'>&nbsp;
  6163. <SYNC Start=6827300><P class='en'>And the reason for doing that is
  6164. because my keynotes syncope of Readwise,
  6165. <SYNC Start=6831100><P class='en'>&nbsp;
  6166. <SYNC Start=6831166><P class='en'>in fact I&#39;m going to be talking
  6167. about Readwise this entire video.
  6168. <SYNC Start=6833833><P class='en'>&nbsp;
  6169. <SYNC Start=6833866><P class='en'>It&#39;s a paid it is a paid software.
  6170. <SYNC Start=6835766><P class='en'>&nbsp;
  6171. <SYNC Start=6835833><P class='en'>The pricing is $7 99 for the month,
  6172. but I find it super duper useful.
  6173. <SYNC Start=6839300><P class='en'>&nbsp;
  6174. <SYNC Start=6839300><P class='en'>And I&#39;m going to try to explain why.
  6175. <SYNC Start=6840500><P class='en'>&nbsp;
  6176. <SYNC Start=6840600><P class='en'>So with Readwise, basically when you
  6177. take highlights from your Kindle, it
  6178. <SYNC Start=6844433><P class='en'>&nbsp;
  6179. <SYNC Start=6844500><P class='en'>saves it automatically to Readwise,
  6180. but then it can save it directly
  6181. <SYNC Start=6848266><P class='en'>&nbsp;
  6182. <SYNC Start=6848300><P class='en'>from your Kindle to Obsidian.
  6183. <SYNC Start=6850733><P class='en'>&nbsp;
  6184. <SYNC Start=6850833><P class='en'>And when it does that, it
  6185. actually comes up here for both
  6186. <SYNC Start=6854199><P class='en'>&nbsp;
  6187. <SYNC Start=6854266><P class='en'>articles, books, and tweets.
  6188. <SYNC Start=6855466><P class='en'>&nbsp;
  6189. <SYNC Start=6855466><P class='en'>And so for articles, for example,
  6190. actually for books, for example here,
  6191. <SYNC Start=6859300><P class='en'>&nbsp;
  6192. <SYNC Start=6859300><P class='en'>what it&#39;ll do is it&#39;ll create this file.
  6193. <SYNC Start=6861733><P class='en'>&nbsp;
  6194. <SYNC Start=6862100><P class='en'>I didn&#39;t create this file
  6195. at all, like Obsidian and
  6196. <SYNC Start=6864833><P class='en'>&nbsp;
  6197. <SYNC Start=6864833><P class='en'>Readwise just created it itself.
  6198. <SYNC Start=6866166><P class='en'>&nbsp;
  6199. <SYNC Start=6866199><P class='en'>It has metadata there which automatically
  6200. puts in there and then it&#39;ll actually
  6201. <SYNC Start=6870333><P class='en'>&nbsp;
  6202. <SYNC Start=6870366><P class='en'>put on the highlights for you.
  6203. <SYNC Start=6871166><P class='en'>&nbsp;
  6204. <SYNC Start=6871266><P class='en'>Every single bit of text you put in
  6205. your Kindle will actually highlight
  6206. <SYNC Start=6874466><P class='en'>&nbsp;
  6207. <SYNC Start=6874466><P class='en'>automatically and then be sent to your
  6208. city and file for quoting and stuff later.
  6209. <SYNC Start=6878566><P class='en'>&nbsp;
  6210. <SYNC Start=6878866><P class='en'>So that&#39;s super duper epic.
  6211. <SYNC Start=6880699><P class='en'>&nbsp;
  6212. <SYNC Start=6880733><P class='en'>You know, I&#39;ve got whole books basically
  6213. in here and I use that all the time.
  6214. <SYNC Start=6885233><P class='en'>&nbsp;
  6215. <SYNC Start=6885333><P class='en'>If you wanted to use articles?
  6216. <SYNC Start=6886733><P class='en'>&nbsp;
  6217. <SYNC Start=6886733><P class='en'>The way I do it is I tend
  6218. to use, Instapaper linked to
  6219. <SYNC Start=6890333><P class='en'>&nbsp;
  6220. <SYNC Start=6890333><P class='en'>Readwise, linked to Obsidian.
  6221. <SYNC Start=6892066><P class='en'>&nbsp;
  6222. <SYNC Start=6892333><P class='en'>of course you can just copy and
  6223. paste the entire article, or you can
  6224. <SYNC Start=6895100><P class='en'>&nbsp;
  6225. <SYNC Start=6895300><P class='en'>figure out how to manually do it.
  6226. <SYNC Start=6896733><P class='en'>&nbsp;
  6227. <SYNC Start=6896833><P class='en'>But because I had Readwise
  6228. anyway, for other things, I
  6229. <SYNC Start=6899166><P class='en'>&nbsp;
  6230. <SYNC Start=6899166><P class='en'>tend to use Readwise for that.
  6231. <SYNC Start=6900600><P class='en'>&nbsp;
  6232. <SYNC Start=6900800><P class='en'>So, here, what I mean by that is like,
  6233. let&#39;s say that I&#39;m taking a thing
  6234. <SYNC Start=6904300><P class='en'>&nbsp;
  6235. <SYNC Start=6904300><P class='en'>on Neural Radiance Fields fields.
  6236. <SYNC Start=6906300><P class='en'>&nbsp;
  6237. <SYNC Start=6906566><P class='en'>And I&#39;ve got this re this
  6238. Instapaper extension, and then
  6239. <SYNC Start=6910600><P class='en'>&nbsp;
  6240. <SYNC Start=6910633><P class='en'>I save it to Instapaper so that
  6241. when I go to instapaper.com then
  6242. <SYNC Start=6915000><P class='en'>&nbsp;
  6243. <SYNC Start=6915033><P class='en'>it&#39;ll come up as an article here.
  6244. <SYNC Start=6916533><P class='en'>&nbsp;
  6245. <SYNC Start=6916733><P class='en'>And then I can click on that.
  6246. <SYNC Start=6918433><P class='en'>&nbsp;
  6247. <SYNC Start=6918733><P class='en'>And then if I actually highlight something
  6248. here it&#39;ll automatically save to my
  6249. <SYNC Start=6923066><P class='en'>&nbsp;
  6250. <SYNC Start=6923066><P class='en'>Readwise and that Readwise will then
  6251. automatically chuck it into Obsidian.
  6252. <SYNC Start=6926866><P class='en'>&nbsp;
  6253. <SYNC Start=6927166><P class='en'>So for example cover stuff on like
  6254. DALL-E, talking about some of the stuff
  6255. <SYNC Start=6931600><P class='en'>&nbsp;
  6256. <SYNC Start=6931633><P class='en'>in Ukraine are put into here, and that
  6257. can be very, very useful for when you&#39;re
  6258. <SYNC Start=6936733><P class='en'>&nbsp;
  6259. <SYNC Start=6936766><P class='en'>reading internet articles, instead
  6260. of just, you know, wasting way the
  6261. <SYNC Start=6940866><P class='en'>&nbsp;
  6262. <SYNC Start=6940866><P class='en'>notes and never having them anywhere.
  6263. <SYNC Start=6942366><P class='en'>&nbsp;
  6264. <SYNC Start=6942433><P class='en'>You&#39;ve now got your own collection of
  6265. notes from stuff that you&#39;ve taken that
  6266. <SYNC Start=6945933><P class='en'>&nbsp;
  6267. <SYNC Start=6945933><P class='en'>you can use to process later, if you want.
  6268. <SYNC Start=6947266><P class='en'>&nbsp;
  6269. <SYNC Start=6947300><P class='en'>I also use Readwise for collecting tweets.
  6270. <SYNC Start=6949333><P class='en'>&nbsp;
  6271. <SYNC Start=6949399><P class='en'>So for tweets, for example, here:
  6272. this is my friend Chris Gilette up,
  6273. <SYNC Start=6953633><P class='en'>&nbsp;
  6274. <SYNC Start=6953699><P class='en'>and he&#39;s made a video talking about
  6275. whether MrBeast&#39;s Willy Wonka video
  6276. <SYNC Start=6956766><P class='en'>&nbsp;
  6277. <SYNC Start=6956800><P class='en'>was successful because of Johnny
  6278. Depp&#39;s trial, also coming up in search.
  6279. <SYNC Start=6960166><P class='en'>&nbsp;
  6280. <SYNC Start=6960600><P class='en'>And so if I wanted to save this Fred, then
  6281. I can go share, send via direct message.
  6282. <SYNC Start=6967033><P class='en'>&nbsp;
  6283. <SYNC Start=6967133><P class='en'>And I sent it directly to Readwise
  6284. with a T and then it&#39;ll then
  6285. <SYNC Start=6972066><P class='en'>&nbsp;
  6286. <SYNC Start=6972066><P class='en'>save it into my notes here.
  6287. <SYNC Start=6973566><P class='en'>&nbsp;
  6288. <SYNC Start=6973866><P class='en'>And so you can see that I&#39;ve
  6289. got heaps and heaps of notes.
  6290. <SYNC Start=6976333><P class='en'>&nbsp;
  6291. <SYNC Start=6976366><P class='en'>I do tend to save a lot of SPY x
  6292. FAMILY stuff, as you can probably
  6293. <SYNC Start=6979966><P class='en'>&nbsp;
  6294. <SYNC Start=6980000><P class='en'>see from the different things here.
  6295. <SYNC Start=6982000><P class='en'>&nbsp;
  6296. <SYNC Start=6982000><P class='en'>But like, let&#39;s say this one, for
  6297. example from Thomas Frank, and here,
  6298. <SYNC Start=6985933><P class='en'>&nbsp;
  6299. <SYNC Start=6985933><P class='en'>it&#39;s got the entire thread that he&#39;s
  6300. put onto this particular tweet thread.
  6301. <SYNC Start=6991566><P class='en'>&nbsp;
  6302. <SYNC Start=6991899><P class='en'>And that saves the tweet automatically.
  6303. <SYNC Start=6993800><P class='en'>&nbsp;
  6304. <SYNC Start=6994199><P class='en'>So Readwise incredible tool for
  6305. collecting both stuff from articles,
  6306. <SYNC Start=6998866><P class='en'>&nbsp;
  6307. <SYNC Start=6998866><P class='en'>from books, Kindle and from tweets.
  6308. <SYNC Start=7002066><P class='en'>&nbsp;
  6309. <SYNC Start=7002233><P class='en'>And I use that all the time.
  6310. <SYNC Start=7003933><P class='en'>&nbsp;
  6311. <SYNC Start=7004066><P class='en'>You might be thinking, Hey, I don&#39;t
  6312. really want to pay for Readwise.
  6313. <SYNC Start=7006266><P class='en'>&nbsp;
  6314. <SYNC Start=7006300><P class='en'>I kind of, I still want
  6315. to do the same thing.
  6316. <SYNC Start=7008000><P class='en'>&nbsp;
  6317. <SYNC Start=7008199><P class='en'>Is there, what I can do for free?
  6318. <SYNC Start=7009500><P class='en'>&nbsp;
  6319. <SYNC Start=7009600><P class='en'>With articles you know, there&#39;s
  6320. a Chrome extension that you can
  6321. <SYNC Start=7013899><P class='en'>&nbsp;
  6322. <SYNC Start=7013933><P class='en'>use for markdown and then you can
  6323. convert the article to mark down.
  6324. <SYNC Start=7017399><P class='en'>&nbsp;
  6325. <SYNC Start=7017433><P class='en'>But I haven&#39;t really used it that much.
  6326. <SYNC Start=7019800><P class='en'>&nbsp;
  6327. <SYNC Start=7019966><P class='en'>So this, I mean, I suppose you could do
  6328. that and then download the mark down here.
  6329. <SYNC Start=7027366><P class='en'>&nbsp;
  6330. <SYNC Start=7027399><P class='en'>This one is just called mark download.
  6331. <SYNC Start=7029366><P class='en'>&nbsp;
  6332. <SYNC Start=7029433><P class='en'>So that&#39;s one option if you&#39;re just
  6333. doing it for articles and that will,
  6334. <SYNC Start=7032133><P class='en'>&nbsp;
  6335. <SYNC Start=7032366><P class='en'>you know, save to your Obsidian okay.
  6336. <SYNC Start=7033733><P class='en'>&nbsp;
  6337. <SYNC Start=7033766><P class='en'>But you have to copy and paste it.
  6338. <SYNC Start=7034800><P class='en'>&nbsp;
  6339. <SYNC Start=7034833><P class='en'>It&#39;s a bit of a hassle.
  6340. <SYNC Start=7035500><P class='en'>&nbsp;
  6341. <SYNC Start=7035533><P class='en'>Can you do it for kindle highlights.
  6342. <SYNC Start=7036833><P class='en'>&nbsp;
  6343. <SYNC Start=7036899><P class='en'>Apparently there&#39;s a plugin which is
  6344. called Kindle highlights by Haiti Osman.
  6345. <SYNC Start=7041333><P class='en'>&nbsp;
  6346. <SYNC Start=7041433><P class='en'>I haven&#39;t used it before.
  6347. <SYNC Start=7042300><P class='en'>&nbsp;
  6348. <SYNC Start=7042333><P class='en'>But that might be a way
  6349. to do it automatically,
  6350. <SYNC Start=7044399><P class='en'>&nbsp;
  6351. <SYNC Start=7044466><P class='en'>and finally for tweets, I dunno.
  6352. <SYNC Start=7048199><P class='en'>&nbsp;
  6353. <SYNC Start=7048899><P class='en'>I really genuinely don&#39;t know
  6354. whether you can do it or not.
  6355. <SYNC Start=7050966><P class='en'>&nbsp;
  6356. <SYNC Start=7051233><P class='en'>So you might have to look that one up.
  6357. <SYNC Start=7052433><P class='en'>&nbsp;
  6358. <SYNC Start=7052699><P class='en'>Yeah.
  6359. <SYNC Start=7052933><P class='en'>&nbsp;
  6360. <SYNC Start=7053000><P class='en'>Readwise fantastic tool.
  6361. <SYNC Start=7054533><P class='en'>&nbsp;
  6362. <SYNC Start=7054600><P class='en'>Oh, you can also specify the
  6363. folder that you want Readwise
  6364. <SYNC Start=7057300><P class='en'>&nbsp;
  6365. <SYNC Start=7057333><P class='en'>articles to be saved in as well.
  6366. <SYNC Start=7058666><P class='en'>&nbsp;
  6367. <SYNC Start=7058699><P class='en'>In my particular case, I put it
  6368. in the literature and topic notes.
  6369. <SYNC Start=7061666><P class='en'>&nbsp;
  6370. <SYNC Start=7061666><P class='en'>Cause well, it literally is literature.
  6371. <SYNC Start=7063600><P class='en'>&nbsp;
  6372. <SYNC Start=7064233><P class='en'>And that&#39;s it.
  6373. <SYNC Start=7064699><P class='en'>&nbsp;
  6374. <SYNC Start=7064733><P class='en'>Keep in mind that it&#39;s not a
  6375. functional note yet necessarily.
  6376. <SYNC Start=7068600><P class='en'>&nbsp;
  6377. <SYNC Start=7068633><P class='en'>It&#39;s just like collecting raw information.
  6378. <SYNC Start=7070566><P class='en'>&nbsp;
  6379. <SYNC Start=7070699><P class='en'>Some people may actually consider this
  6380. to be a fleeting note potentially.
  6381. <SYNC Start=7074366><P class='en'>&nbsp;
  6382. <SYNC Start=7074466><P class='en'>But I dunno, I don&#39;t mind the difference.
  6383. <SYNC Start=7075899><P class='en'>&nbsp;
  6384. <SYNC Start=7075933><P class='en'>I&#39;m kind of flexible with it a little bit.
  6385. <SYNC Start=7077233><P class='en'>&nbsp;
  6386. <SYNC Start=7077233><P class='en'>So yeah, Readwise, very good
  6387. software, highly recommended.
  6388. <SYNC Start=7080366><P class='en'>&nbsp;
  6389. <SYNC Start=7080866><P class='en'>I see the next video
  6390. <SYNC Start=7081533><P class='en'>&nbsp;
  6391. <SYNC Start=7081766><P class='en'>okay.
  6392. <SYNC Start=7082366><P class='en'>&nbsp;
  6393. <SYNC Start=7082399><P class='en'>So we finished the Obsidian as a Second Brain Course.
  6394. <SYNC Start=7086000><P class='en'>&nbsp;
  6395. <SYNC Start=7086000><P class='en'>So I&#39;m so glad that you were
  6396. here to do this with me.
  6397. <SYNC Start=7089800><P class='en'>&nbsp;
  6398. <SYNC Start=7090100><P class='en'>This is a really, really powerful
  6399. software, as you can definitely
  6400. <SYNC Start=7094066><P class='en'>&nbsp;
  6401. <SYNC Start=7094100><P class='en'>see by the, I don&#39;t know, 20 or
  6402. whatever videos that I&#39;ve been on it.
  6403. <SYNC Start=7097300><P class='en'>&nbsp;
  6404. <SYNC Start=7097300><P class='en'>And so I really hope this
  6405. course has been useful.
  6406. <SYNC Start=7099066><P class='en'>&nbsp;
  6407. <SYNC Start=7099166><P class='en'>I think that it&#39;s legitimately like
  6408. being able to take notes in this
  6409. <SYNC Start=7102600><P class='en'>&nbsp;
  6410. <SYNC Start=7102633><P class='en'>way is like, actually life-changing,
  6411. because basically like if you have
  6412. <SYNC Start=7106500><P class='en'>&nbsp;
  6413. <SYNC Start=7106500><P class='en'>any single thought that thought is
  6414. never necessarily wasted ever again.
  6415. <SYNC Start=7110333><P class='en'>&nbsp;
  6416. <SYNC Start=7110633><P class='en'>And then you can actually use
  6417. obscene to think as well, rather
  6418. <SYNC Start=7113933><P class='en'>&nbsp;
  6419. <SYNC Start=7113933><P class='en'>than just to remember stuff
  6420. <SYNC Start=7116466><P class='en'>&nbsp;
  6421. <SYNC Start=7116699><P class='en'>and by being able to collect and use
  6422. knowledge in beautiful ways, then
  6423. <SYNC Start=7121066><P class='en'>&nbsp;
  6424. <SYNC Start=7121100><P class='en'>you can create wonderful things.
  6425. <SYNC Start=7122266><P class='en'>&nbsp;
  6426. <SYNC Start=7122500><P class='en'>And I really hope that you
  6427. found this course useful.
  6428. <SYNC Start=7125033><P class='en'>&nbsp;
  6429. <SYNC Start=7125233><P class='en'>If you&#39;ve managed to complete the entire
  6430. thing, like send me an email or something,
  6431. <SYNC Start=7128966><P class='en'>&nbsp;
  6432. <SYNC Start=7129000><P class='en'>or just send me any or regardless,
  6433. and let me know how you found it.
  6434. <SYNC Start=7132466><P class='en'>&nbsp;
  6435. <SYNC Start=7132533><P class='en'>But yeah, thanks for
  6436. sticking around with me.
  6437. <SYNC Start=7134366><P class='en'>&nbsp;
  6438. <SYNC Start=7134466><P class='en'>It&#39;s been fun and I&#39;m still gonna keep
  6439. on recording stuff to my YouTube channel.
  6440. <SYNC Start=7138066><P class='en'>&nbsp;
  6441. <SYNC Start=7138133><P class='en'>So you can feel free to watch that if
  6442. you want to contact me, you can also
  6443. <SYNC Start=7141199><P class='en'>&nbsp;
  6444. <SYNC Start=7141199><P class='en'>contact me on Twitter at DabidoYT
  6445. <SYNC Start=7143600><P class='en'>&nbsp;
  6446. <SYNC Start=7144866><P class='en'>or you can contact me by
  6447. email at david@dabido.com.au.
  6448. <SYNC Start=7148266><P class='en'>&nbsp;
  6449. <SYNC Start=7148300><P class='en'>It&#39;s been a pleasure.
  6450. <SYNC Start=7149100><P class='en'>&nbsp;
  6451. <SYNC Start=7149199><P class='en'>I&#39;m a bit tired now.
  6452. <SYNC Start=7150000><P class='en'>&nbsp;
  6453. <SYNC Start=7150033><P class='en'>I&#39;m going to go do a workout
  6454. and I&#39;ll catch you around.
  6455. <SYNC Start=7152500><P class='en'>&nbsp;
  6456. <SYNC Start=7152566><P class='en'>So you take care.
  6457. <SYNC Start=7153633><P class='en'>&nbsp;
  6458. <SYNC Start=7153666><P class='en'>I hope it&#39;s been useful and see you later.
  6459. <SYNC Start=7155933><P class='en'>&nbsp;
  6460. </body>
  6461. </sami>