Notes





Possible workarounds. Create a Short URL and scrape it with the Sharing Debugger. This will also successfully re-scrape the original URL. But don't directly re-scrape the original URL because it will fail again.


Visual Studio Code - download the "System Installer" at bottom of that page.


Editor: Tab Size - The number of spaces a tab is equal to. This setting is overridden based on the file contents when Editor: Detect Indentation is on. So disable Editor: Detect Indentation for customized tab size.

"Live Server" extension necessary only for debugging server-side, e.g. Node.js apps.






Added
.post-comment-link {
  display: none; }

to theme HTML to hide comment counts on home page. Those links are buggy on mobile devices, causing hangs of browser. Hiding comment counts in layout wasn't the solution because it also removed ability to make comments in posts.


This style controls spacing/font of links in pages list:
.sidebar-container .widget li {
    font-size: 16px;
    line-height: 1,5em;
}


Best link to Facebook user/group =
https://www.facebook.com/profile.php?id=user_id
Find user_id by searching page source for "User","id"



Comments