 {"id":522139,"date":"2026-08-22T09:24:24","date_gmt":"2026-08-22T16:24:24","guid":{"rendered":"https:\/\/jorgep.com\/blog\/?p=522139"},"modified":"2026-09-07T09:48:01","modified_gmt":"2026-09-07T16:48:01","slug":"why-i-still-love-trilium-notes-after-1-years-and-my-upgrade-to-v105","status":"publish","type":"post","link":"https:\/\/jorgep.com\/blog\/why-i-still-love-trilium-notes-after-1-years-and-my-upgrade-to-v105\/","title":{"rendered":"Why I Still Love Trilium Notes After 1+ Years \u2014 and My Upgrade to v105"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I have tried <strong>a lot<\/strong> of note-taking and   knowledge-management tools over the years.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Notion. Obsidian. Evernote. OneNote. And probably several others I  have forgotten about.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">They all have their strengths, and I still use different tools for  different purposes. But a little over a year ago, I started using<br> <strong>Trilium Notes<\/strong>, now actively maintained by the community  as <strong>TriliumNext<\/strong>, for something very specific: my  personal, self-hosted knowledge base. More than a year later, I am still using it every day.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That alone says something.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">My setup is fairly simple: I run <strong>TriliumNext on my own server  using Docker<\/strong>, and I use the <strong>desktop application on my<br> primary workstation<\/strong>. The desktop client synchronizes with my  server, giving me a local application when I am sitting at my desk and  browser access when I am somewhere else. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Recently, I upgraded my installation from <strong>v0.103 to  v0.105<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As usual, before touching a system that contains a year&#8217;s worth of  information, I wanted a good backup and a way back if something went  wrong.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fortunately, the upgrade went very smoothly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So I thought I would document both <strong>why Trilium has stuck with  me<\/strong> and <strong>how I upgraded my self-hosted  installation<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Trilium Works for Me<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There isn&#8217;t one killer feature that keeps me using Trilium. It is  really the combination of several things.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The hierarchy just makes  sense to me<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">I like organizing information hierarchically.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some people love tags. Some people prefer folders. Others want  everything connected through links.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I tend to think in trees:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Topic \u2192 Subtopic \u2192 Project \u2192 Information<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Trilium handles deep hierarchies extremely well. I can organize<br>\ninformation as deeply as I want without fighting the application.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But one of my favorite features is <strong>note cloning<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A note doesn&#8217;t necessarily have to live in only one location. The<br>\nsame note can appear in multiple branches of my knowledge tree without<br>\ncreating multiple copies of the information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That sounds like a small thing until you start using it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then you wonder why every knowledge-management system doesn&#8217;t work<br>\nthat way.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Desktop +<br>\nself-hosted server is a great combination<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is probably my favorite part of the setup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When I am working at my main computer, I use the desktop client. It  is fast, local, and doesn&#8217;t feel like I am working inside another  browser tab.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Behind the scenes, it synchronizes with my Docker-hosted Trilium  server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That gives me the best of both worlds:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A desktop application for everyday work<\/li>\n\n\n\n<li>A self-hosted server as my central knowledge repository<\/li>\n\n\n\n<li>Browser access when I need it<\/li>\n\n\n\n<li>Synchronization between them<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">And because the server is mine, <strong>I control where the data  lives and how it gets backed up<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That continues to be increasingly important to me.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Moving from v0.103 to v0.105<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">I had been happily running <strong>v0.103<\/strong> and wasn&#8217;t in a tremendous hurry to upgrade.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If something works, I generally don&#8217;t upgrade just because a new  version number appears.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eventually, though, the improvements in v0.105 made it worth  doing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are a number of changes between the versions, but a few stood  out to me.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Security gets more attention<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">One significant change is around <strong>backend scripting<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Backend JavaScript inside Trilium can potentially access the  underlying file system, so v105 takes a more conservative approach and<br> disables server-side scripting by default.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you rely on backend scripts for your own automations, this is  something you definitely want to check before upgrading.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There has also been additional hardening around local network ports  and integrations such as <strong>Model Context Protocol (MCP)<\/strong>,<br> with authentication becoming more explicit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I like seeing this.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As more of our personal tools begin connecting with AI assistants,  agents, APIs, and other applications, these security boundaries are  going to become increasingly important.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Better database  visibility and backups<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Another area that caught my attention was database management.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">v105 provides better visibility into the Trilium database, including  information about note counts, storage usage, and database<br> integrity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are also tools for understanding what is consuming storage,  including attachments and revision history.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Backup capabilities have improved as well, including support for  compressed and encrypted <code>.tnbackup<\/code> backup files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For an application that may eventually contain <strong>years of personal information<\/strong>, backup and recovery aren&#8217;t secondary  features. They are fundamental.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Some nice UI cleanup<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">There are also smaller usability improvements.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Attributes such as labels and relations are easier to work with  through the dedicated attributes interface, and HTML copy-and-paste  behavior has been improved to reduce some of the junk that tends to come  along when clipping information from websites.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">None of these individually changes how I use Trilium.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Together, however, they make an already-good tool a little  better.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">How I Upgraded My Docker<br>\nInstallation<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">This was the part I was most careful about.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because I use a <strong>server + desktop synchronization  model<\/strong>, I didn&#8217;t want to update the desktop client first and  then discover that it could no longer properly synchronize with my older  server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So my sequence was:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>BACKUP \u2192 SERVER \u2192 VERIFY \u2192 DESKTOP \u2192 SYNC<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Simple.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. Back everything up first<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before doing anything else, I stopped Trilium:<\/p>\n\n\n\n<div class=\"sourceCode\" id=\"cb1\">\n<pre class=\"sourceCode bash\"><code class=\"sourceCode bash\"><span id=\"cb1-1\"><a href=\"#cb1-1\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"ex\">docker<\/span> compose down<\/span><\/code><\/pre>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Then I created a dated ZIP archive of the entire Trilium data  directory:<\/p>\n\n\n\n<div class=\"sourceCode\" id=\"cb2\">\n<pre class=\"sourceCode bash\"><code class=\"sourceCode bash\"><span id=\"cb2-1\"><a href=\"#cb2-1\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"fu\">zip<\/span> <span class=\"at\">-r<\/span> <span class=\"st\">\"trilium_data_backup_<\/span><span class=\"va\">$(<\/span><span class=\"fu\">date<\/span> +%Y-%m-%d<span class=\"va\">)<\/span><span class=\"st\">.zip\"<\/span> .\/trilium_data<\/span><\/code><\/pre>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">This gave me something like:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>trilium_data_backup_2026-09-07.zip<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Could I probably have upgraded without doing this?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Would I upgrade a knowledge base containing more than a year&#8217;s worth  of my information without doing it?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Absolutely not.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Storage is cheap. Regret is expensive.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">2. Check the Docker<br>\nCompose configuration<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">My Docker Compose configuration is intentionally pretty simple:<\/p>\n\n\n\n<div class=\"sourceCode\" id=\"cb4\">\n<pre class=\"sourceCode yaml\"><code class=\"sourceCode yaml\"><span id=\"cb4-1\"><a href=\"#cb4-1\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"fu\">services<\/span><span class=\"kw\">:<\/span><\/span>\n<span id=\"cb4-2\"><a href=\"#cb4-2\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">  <\/span><span class=\"fu\">trilium<\/span><span class=\"kw\">:<\/span><\/span>\n<span id=\"cb4-3\"><a href=\"#cb4-3\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">    <\/span><span class=\"fu\">image<\/span><span class=\"kw\">:<\/span><span class=\"at\"> triliumnext\/trilium:latest<\/span><\/span>\n<span id=\"cb4-4\"><a href=\"#cb4-4\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">    <\/span><span class=\"fu\">container_name<\/span><span class=\"kw\">:<\/span><span class=\"at\"> trilium_notes<\/span><\/span>\n<span id=\"cb4-5\"><a href=\"#cb4-5\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">    <\/span><span class=\"fu\">restart<\/span><span class=\"kw\">:<\/span><span class=\"at\"> unless-stopped<\/span><\/span>\n<span id=\"cb4-6\"><a href=\"#cb4-6\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">    <\/span><span class=\"fu\">ports<\/span><span class=\"kw\">:<\/span><\/span>\n<span id=\"cb4-7\"><a href=\"#cb4-7\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">      <\/span><span class=\"kw\">-<\/span><span class=\"at\"> <\/span><span class=\"st\">\"1088:8080\"<\/span><\/span>\n<span id=\"cb4-8\"><a href=\"#cb4-8\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">    <\/span><span class=\"fu\" :volumes<=\"\" span=\"\"><span class=\"kw\">:<\/span><\/span>\n<span id=\"cb4-9\"><a href=\"#cb4-9\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">      <\/span><span class=\"kw\">-<\/span><span class=\"at\"> .\/trilium_data:\/home\/node\/trilium-data<\/span><\/span>\n<span id=\"cb4-10\"><a href=\"#cb4-10\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">    <\/span><span class=\"fu\">environment<\/span><span class=\"kw\">:<\/span><\/span>\n<span id=\"cb4-11\"><a href=\"#cb4-11\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"at\">      <\/span><span class=\"kw\">-<\/span><span class=\"at\"> TZ=America\/Phoenix<\/span><\/span><\/span><\/code><\/pre>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The important part for me was confirming that I was using the current stable TriliumNext image rather than pointing at a development  build.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3. Pull the new image and<br>\nstart it<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Then it was simply:<\/p>\n\n\n\n<div class=\"sourceCode\" id=\"cb5\">\n<pre class=\"sourceCode bash\"><code class=\"sourceCode bash\"><span id=\"cb5-1\"><a href=\"#cb1-1\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"ex\">docker<\/span> compose pull<\/span>\n<span id=\"cb5-2\"><a href=\"#cb5-2\" aria-hidden=\"true\" tabindex=\"-1\"><\/a><span class=\"ex\">docker<\/span> compose up <span class=\"at\">-d<\/span><\/span><\/code><\/pre>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">But I didn&#8217;t immediately upgrade the desktop application.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>First I checked the server.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I opened the web interface and made sure Trilium came up normally. I  checked that my notes were there, opened several different sections, and  made sure the database migration appeared to have completed  successfully.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Only after I was comfortable that the server was healthy did I move  on.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">4. Upgrade the desktop client<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With the server successfully running v0.105, I upgraded the desktop  client.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It connected to the upgraded server and synchronization started  normally.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">No drama.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">No missing notes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">No strange synchronization problems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Exactly the kind of upgrade I like.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Why I&#8217;m Still Using Trilium<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">One of the interesting things about software is that the tools you  continue using often tell you more than the tools you get excited<br> about. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I try new applications constantly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Especially now.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There seems to be a new AI productivity tool, note-taking system,  &#8220;second brain,&#8221; or knowledge-management application appearing every  week.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some are impressive.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But the real test for me is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Am I still using it six months later? A year  later?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With Trilium, the answer is yes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It isn&#8217;t necessarily the prettiest knowledge-management application  available. It isn&#8217;t the application everyone is talking about. And it  isn&#8217;t trying to become another giant cloud productivity platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Maybe that&#8217;s part of why I like it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It does what I need it to do.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It lets me organize information the way my brain tends to organize  information. It runs on infrastructure I control. It works locally. It  synchronizes. And I can get to my information from virtually  anywhere.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">More importantly, <strong>my knowledge base belongs to  me<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After more than a year, TriliumNext has earned a permanent place in  my toolbox.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And v0.105?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So far, so good.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are already running TriliumNext and have been putting off the  upgrade, my experience was painless \u2014 <strong>just make the backup  first!<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And if you haven&#8217;t tried Trilium before and you like the idea of a  private, self-hosted knowledge system, it is definitely one worth  exploring.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A special thank-you to <strong>Elian Doran<\/strong> and everyone  contributing to TriliumNext for keeping this thoughtful and genuinely  useful open-source project moving forward. Maintaining a tool that  people trust with years of their knowledge is no small commitment, and  the work is sincerely appreciated. If you would like to explore it for  yourself, learn more and download it from <a href=\"https:\/\/triliumnotes.org\/\">Trilium Notes<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have tried a lot of note-taking and knowledge-management tools over the years. Notion. Obsidian. Evernote. OneNote. And probably several others I have forgotten about. They all have their strengths, and I still use different tools for different purposes. But a little over a year ago, I started using Trilium Notes, now actively maintained by&#8230;<\/p>\n","protected":false},"author":20,"featured_media":461826,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","ngg_post_thumbnail":0,"episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1071],"tags":[919,1076,1075,1073,1074],"class_list":["post-522139","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides-resources","tag-docker","tag-knowledge-management","tag-self-hosted","tag-trilium-notes","tag-triliumnext"],"taxonomy_info":{"category":[{"value":1071,"label":"Guides &amp; Resources"}],"post_tag":[{"value":919,"label":"Docker"},{"value":1076,"label":"Knowledge Management"},{"value":1075,"label":"Self-Hosted"},{"value":1073,"label":"Trilium Notes"},{"value":1074,"label":"TriliumNext"}]},"featured_image_src_large":["https:\/\/jorgep.com\/blog\/wp-content\/uploads\/jorgep-BlogPostGeneric.jpg?t=1788821443",1024,512,false],"author_info":{"display_name":"Assistant 01","author_link":"https:\/\/jorgep.com\/blog\/author\/chatgptplus01\/"},"comment_info":0,"category_info":[{"term_id":1071,"name":"Guides &amp; Resources","slug":"guides-resources","term_group":0,"term_taxonomy_id":1081,"taxonomy":"category","description":"","parent":0,"count":166,"filter":"raw","cat_ID":1071,"category_count":166,"category_description":"","cat_name":"Guides &amp; Resources","category_nicename":"guides-resources","category_parent":0}],"tag_info":[{"term_id":919,"name":"Docker","slug":"docker","term_group":0,"term_taxonomy_id":929,"taxonomy":"post_tag","description":"","parent":0,"count":17,"filter":"raw"},{"term_id":1076,"name":"Knowledge Management","slug":"knowledge-management","term_group":0,"term_taxonomy_id":1086,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"},{"term_id":1075,"name":"Self-Hosted","slug":"self-hosted","term_group":0,"term_taxonomy_id":1085,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"},{"term_id":1073,"name":"Trilium Notes","slug":"trilium-notes","term_group":0,"term_taxonomy_id":1083,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"},{"term_id":1074,"name":"TriliumNext","slug":"triliumnext","term_group":0,"term_taxonomy_id":1084,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"}],"_links":{"self":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/posts\/522139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/comments?post=522139"}],"version-history":[{"count":3,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/posts\/522139\/revisions"}],"predecessor-version":[{"id":522144,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/posts\/522139\/revisions\/522144"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/media\/461826"}],"wp:attachment":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/media?parent=522139"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/categories?post=522139"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/tags?post=522139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}