{"id":1196,"date":"2020-01-28T13:46:38","date_gmt":"2020-01-28T18:46:38","guid":{"rendered":"http:\/\/newmediaproduction.mynmi.net\/?page_id=1196"},"modified":"2022-02-10T02:42:56","modified_gmt":"2022-02-10T02:42:56","slug":"vsc-field-notes","status":"publish","type":"page","link":"https:\/\/nmi.cool\/web\/vsc-field-notes\/","title":{"rendered":"Visual Studio Code Field Notes"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2022\/01\/field-notes.jpeg\" alt=\"\"\/><figcaption>Photo by <a href=\"https:\/\/unsplash.com\/@karishea\">Kari Shea<\/a>.<\/figcaption><\/figure>\n\n\n\n<p>Visual Studio Code is the <strong>code editor<\/strong> we use this for the course. Simply put, a code editor is a program to write code easily and efficiently. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Text Editor Tour<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Activity Bar<\/h3>\n\n\n\n<p>The dark gray tool bar to the left of the VSC interface is the Activity Bar. The Activity Bar contains the main features of VSC.<\/p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"85\" height=\"666\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.07.43-PM-1.png\" alt=\"Activity Bar of Visual Studio Code, with icons for all the main features of Visual Studio Code.\" class=\"wp-image-1262 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-medium-font-size\">The Activity Bar features:<br>1. Explorer <br>2. Search<br>3. Source Control<br>4. Debug and Run <br>5. Extensions<\/p>\n<\/div><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">1. Explorer<\/h4>\n\n\n\n<p>Explorer, the option highlighted in the image above with the icon of two pages, is where you&#8217;ll spend the majority of your time. It&#8217;s how you navigate to all your projects.<\/p>\n\n\n\n<p>The <strong>best way <\/strong>to see all your files for this class is to select <strong>File &gt; Open<\/strong>, and browse to whichever folder you&#8217;re working on (usually production, or project-one, project-two, and so on). Next to the Activity Bar, you&#8217;ll be able to see all you files that live in that folder. It&#8217;s a quick and easy way to jump between all your files and see how they&#8217;re stored in relation to each other.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">2. Search<\/h4>\n\n\n\n<p>The magnifying glass enables you to search and replace in your code.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">3. Source Control<\/h4>\n\n\n\n<p>Source control, also called version control, is used by teams to keep track of changes to code. This is a little bit beyond the scope of this course, but if you&#8217;re curious, you can read more about <a href=\"https:\/\/aws.amazon.com\/devops\/source-control\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"s (opens in a new tab)\">s<\/a><a href=\"https:\/\/aws.amazon.com\/devops\/source-control\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"ource control. (opens in a new tab)\">ource control.<\/a><\/p>\n\n\n\n<p>If you&#8217;d like to <strong>hide <\/strong>Source Control, right click on the icon and uncheck it. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">4. Debug and Run<\/h4>\n\n\n\n<p>The cute bug with the <code>X<\/code> is the debugging tool. Debugging tools help you find errors (bugs) in advanced programming languages such as JavaScript. Squish all the bugs! <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">5. Extensions<\/h4>\n\n\n\n<p>Last, but certainly not least, extensions are a way to add different tools and features to VSC. More on that later ?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Editor<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/code.visualstudio.com\/assets\/docs\/getstarted\/userinterface\/tabs-editor-groups.png\" alt=\"\"\/><figcaption>Photo by <a href=\"https:\/\/code.visualstudio.com\/docs\/getstarted\/userinterface#_editor-groups\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visual Studio Code (opens in a new tab)\">Visual Studio Code<\/a>.<\/figcaption><\/figure>\n\n\n\n<p>The editor refers to everything to the right of the explorer. It\u2019s the workspace where you edit your code. Some might even call it, <em>the visual studio <\/em>we use to examine our code.<em> <\/em><\/p>\n\n\n\n<p>In the image above, you&#8217;re seeing editor Inception\u2014editors on top of other editors! <a href=\"#footnote-1-1196\" id=\"note-1-1196\" rel=\"footnote\">1<\/a><\/p>\n\n\n\n<p>While it&#8217;s unlikely you&#8217;ll need that many tabs open in the editor, you may want to open a few at a time. If you take a peek to the right of the tabs, next to the ellipsis, you&#8217;ll see an icon that looks like two columns. This is the split editor, used to open multiple tabs next to each other. Or, you toggle split editor with the shortcut: <code>\u2318\\<\/code> .<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.41.15-PM.png\" alt=\"The editor's navigation bar with the split editor icon circled.\" class=\"wp-image-1253\" width=\"544\" height=\"18\" srcset=\"https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.41.15-PM.png 2202w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.41.15-PM-300x10.png 300w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.41.15-PM-1024x35.png 1024w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.41.15-PM-768x27.png 768w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.41.15-PM-1536x53.png 1536w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.41.15-PM-2048x71.png 2048w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-27-at-10.41.15-PM-1568x54.png 1568w\" sizes=\"auto, (max-width: 544px) 100vw, 544px\" \/><figcaption>The split editor icon is circled. Select this icon to toggle editor tabs.<\/figcaption><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Zen Mode <\/h4>\n\n\n\n<p>Need some zen in your code? Want to focus on what matters?<\/p>\n\n\n\n<p>Zen Mode hides the entire interface of VSC <strong>except <\/strong>the editor. Toggle it by the shortcut, <code>\u2318K Z<\/code>, or selecting View &gt; Appearance &gt; Zen Mode. Goodbye, distractions, hello, productivity! <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Minimap<\/h4>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/code.visualstudio.com\/assets\/docs\/getstarted\/userinterface\/minimap.png\" alt=\"Visual Studio Code's editor with a Minimap on the side.\"\/><figcaption>Photo by <a href=\"https:\/\/code.visualstudio.com\/docs\/getstarted\/userinterface#_minimap\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visual Studio Code (opens in a new tab)\">Visual Studio Code<\/a>.<\/figcaption><\/figure>\n\n\n\n<p>The minimap (the teeny, tiny map on the right) is a bird&#8217;s eye view of your file. When your file gets lengthy, the minimap can be helpful to jump to sections of your file. If it annoys you, you can uncheck the minimap box in settings. Speaking of settings&#8230; <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Settings<\/h2>\n\n\n\n<p>If there&#8217;s a feature in VSC, there&#8217;s a setting for it as well. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1. Line wrapping<\/h4>\n\n\n\n<p>If you&#8217;ve ever tried to copy and paste say, a paragraph of dummy text into VSC (Visual Studio Code) <a href=\"#footnote-2-1196\" id=\"note-2-1196\" rel=\"footnote\">2<\/a> you may have noticed that by default, VSC does <strong>not <\/strong>wrap words. Meaning, you have to scroll over and over and over to the side. This is where word wrapping comes in.<\/p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:72% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1072\" height=\"284\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.24-PM.png\" alt=\"\" class=\"wp-image-1202 size-full\" srcset=\"https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.24-PM.png 1072w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.24-PM-300x79.png 300w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.24-PM-1024x271.png 1024w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.24-PM-768x203.png 768w\" sizes=\"auto, (max-width: 1072px) 100vw, 1072px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\">Paragraph <strong>without <\/strong>word wrapping.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 71%\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1218\" height=\"456\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.13-PM.png\" alt=\"\" class=\"wp-image-1203 size-full\" srcset=\"https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.13-PM.png 1218w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.13-PM-300x112.png 300w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.13-PM-1024x383.png 1024w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.56.13-PM-768x288.png 768w\" sizes=\"auto, (max-width: 1218px) 100vw, 1218px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\">Paragraph <strong>with<\/strong> word wrapping.<\/p>\n<\/div><\/div>\n\n\n\n<p>Let&#8217;s add that beautiful word wrapping. In the menu bar of VSC, select <strong>Code &gt; Preferences &gt; Settings<\/strong>. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1872\" height=\"652\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.48.51-PM.png\" alt=\"In the menu bar, or topmost bar of Visual Code Studio, Code is selected, followed by Preferences and Settings.\" class=\"wp-image-1198\" srcset=\"https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.48.51-PM.png 1872w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.48.51-PM-300x104.png 300w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.48.51-PM-1024x357.png 1024w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.48.51-PM-768x267.png 768w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.48.51-PM-1536x535.png 1536w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.48.51-PM-1568x546.png 1568w\" sizes=\"auto, (max-width: 1872px) 100vw, 1872px\" \/><figcaption>Navigate to Visual Studio Code Settings<\/figcaption><\/figure>\n\n\n\n<p>Scroll down on &#8220;Commonly Used&#8221; settings until you come to Editor: Word Wrap. By default, this setting is turned off. Turn it <strong>on<\/strong>, as shown below. <\/p>\n\n\n\n<p>There&#8217;s no need to save\u2014Visual Studio Code will save your new setting automatically.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"812\" height=\"222\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.44.43-PM.png\" alt=\"Editor: Word Wrap, a setting in Visual Studio Code, is turned to &quot;on.&quot;\" class=\"wp-image-1201\" srcset=\"https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.44.43-PM.png 812w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.44.43-PM-300x82.png 300w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-7.44.43-PM-768x210.png 768w\" sizes=\"auto, (max-width: 812px) 100vw, 812px\" \/><\/figure>\n\n\n\n<p><strong>Note: <\/strong>This setting is specific to VSC. It only applies to what you see in VSC. It will <strong>not <\/strong>appear like this in the browser. To format your code as the user will see it, refer to CSS. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">2. Appearance <\/h4>\n\n\n\n<p>VSC has a variety of options to change the appearance of the editor. You can adjust colors, fonts, and type size as you prefer. <\/p>\n\n\n\n<p>In the example below, under Settings, the Color Theme has been changed to Default Light+. Feel free to change the appearance to whatever color choice is easiest on your eyes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"926\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.02.43-PM.png\" alt=\"In Visual Studio Code Setting, in the Appearance Section, the Color Theme has been changed to Default Light+.\" class=\"wp-image-1205\" srcset=\"https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.02.43-PM.png 1280w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.02.43-PM-300x217.png 300w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.02.43-PM-1024x741.png 1024w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.02.43-PM-768x556.png 768w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">3. Image preview<\/h4>\n\n\n\n<p>This setting is already turned on for you, but it&#8217;s worth expressing gratitude towards it. When you  hover over an image source&#8217;s file path, a preview of the image will be displayed. This is a good way to <strong>check <\/strong>your image file paths. <\/p>\n\n\n\n<p>If you hover over an image file path, and do <strong>not <\/strong>see a small preview of your image appear, you may have taken the file path less travelled. Double-check your image name and file path, and fix your file path.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1140\" height=\"542\" src=\"https:\/\/nmi.cool\/newmediaproduction\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.11.31-PM.png\" alt=\"In Visual Studio Code, the img src line is hovered on, revealing an image preview of penguins standing on top of thick ice.\" class=\"wp-image-1206\" srcset=\"https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.11.31-PM.png 1140w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.11.31-PM-300x143.png 300w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.11.31-PM-1024x487.png 1024w, https:\/\/nmi.cool\/web\/wp-content\/uploads\/sites\/3\/2020\/01\/Screen-Shot-2020-01-26-at-8.11.31-PM-768x365.png 768w\" sizes=\"auto, (max-width: 1140px) 100vw, 1140px\" \/><figcaption>When you hover over an image file, you&#8217;ll be able to see a preview of that image.<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">4. File path autocomplete<\/h4>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"http:\/\/i.giphy.com\/iaHeUiDeTUZuo.gif\" alt=\"\"\/><figcaption>Gif by<a rel=\"noreferrer noopener\" aria-label=\" Path Intellisense. (opens in a new tab)\" href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=christian-kohler.path-intellisense\" target=\"_blank\"> Path Intellisense<\/a>. <\/figcaption><\/figure><\/div>\n\n\n\n<p>When you start to type in a link to a file, or start to insert an image, Visual Studio Code will autocomplete your file paths if you have a folder open.<\/p>\n\n\n\n<p>Once you have opened a folder (most likely your production folder) type in <code>&lt;img src=\"<\/code> or <code>&lt;a href=\"<\/code>, and then hit <strong>control and space bar<\/strong> to be greeted by a list of all of your files and folders. You&#8217;ll be able to select the files of your choice. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Extensions<\/h2>\n\n\n\n<p>The <strong>extension marketplace<\/strong> can take VSC to infinity and beyond. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1. File icons<\/h4>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/code.visualstudio.com\/assets\/docs\/getstarted\/tips-and-tricks\/PreviewFileIconThemes.gif\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong><a rel=\"noreferrer noopener\" aria-label=\"Material Icon Theme (opens in a new tab)\" href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=PKief.material-icon-theme\" target=\"_blank\">Material Icon Theme<\/a><\/strong> is one of many free extensions you can use to change the default shapes of your files. With this extension, your explorer will change your files and folders to look like intuitive icons.<\/p>\n\n\n\n<p>Once you&#8217;ve installed Material Icon Theme, navigate to Settings. Type in <code>&gt;file icon<\/code> in the search bar. You&#8217;ll see this option:<\/p>\n\n\n\n<p class=\"has-light-gray-background-color has-background\">\u2699\ufe0e Workbench:&nbsp;<strong>Icon Theme<\/strong><br>Specifies the icon theme used in the workbench or &#8216;null&#8217; to not show any file icons. <\/p>\n\n\n\n<p>Change the option in the dropdown to <code>material-icon-theme<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Collaboration makes the dream work<\/h3>\n\n\n\n<p>Come across a cool trick, keyboard shortcut, or another tip you want to share? Post them in your class channel on Slack and you might see them appear on this page. <\/p>\n<div class=\"footnotes\"><hr \/><ol><li id=\"footnote-1-1196\" class=\"footnote\"><p> If you&#8217;re going to perform inception, you need imagination. If you\u2019re going to perform edit-ception, you&#8217;ll need split editor. <a href=\"#note-1-1196\" class=\"footnote-return\">&#8617;<\/a><\/p><\/li><!--\/#footnote-1.footnote--><li id=\"footnote-2-1196\" class=\"footnote\"><p> Lorem ipsum dolor sit amet , anyone? <a href=\"#note-2-1196\" class=\"footnote-return\">&#8617;<\/a><\/p><\/li><!--\/#footnote-2.footnote--><\/ol><\/div><!--\/#footnotes-->","protected":false},"excerpt":{"rendered":"<p>Visual Studio Code is the code editor we use this for the course. Simply put, a code editor is a program to write code easily and efficiently. Text Editor Tour Activity Bar The dark gray tool bar to the left of the VSC interface is the Activity Bar. The Activity Bar contains the main features &hellip; <a href=\"https:\/\/nmi.cool\/web\/vsc-field-notes\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Visual Studio Code Field Notes<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1196","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nmi.cool\/web\/wp-json\/wp\/v2\/pages\/1196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nmi.cool\/web\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nmi.cool\/web\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nmi.cool\/web\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nmi.cool\/web\/wp-json\/wp\/v2\/comments?post=1196"}],"version-history":[{"count":3,"href":"https:\/\/nmi.cool\/web\/wp-json\/wp\/v2\/pages\/1196\/revisions"}],"predecessor-version":[{"id":3420,"href":"https:\/\/nmi.cool\/web\/wp-json\/wp\/v2\/pages\/1196\/revisions\/3420"}],"wp:attachment":[{"href":"https:\/\/nmi.cool\/web\/wp-json\/wp\/v2\/media?parent=1196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}