history The emojis should originally go back to Shigetaka Kurita, who worked for DoCoMo in the “I-mode project” in the late 1990s. Today’s emojis are large, have more details and color, but at that time the first emoticons were monochrome and only 12x12 pixels in size. Because of this, they were not bound by copyright law, which in turn enabled other Japanese telephone companies to make their own devices available
In your Ghost site’s Code Injection Site footer, copy-and-paste one of these six scripts to make all of the external links in your posts open in a new window.
1) Put this in your Ghost site’s Code Injection Site Footer:
<script> $(function() { $('.post-content a').filter(function() { return this.hostname && this.hostname !== location.hostname; }).attr('target', '_blank'); }); </script> (Note: you might have to change the above .post-content to match the CSS selector for your specific theme.
Caddy is currently pushing the v2 series. The v2 series is very different from the previous v1 series. The previously written Install Caddy Server in Ubuntu is no longer applicable.
So rewrite an article to record the installation and configuration of caddy v2.0.
The Problem There seem a ton of ways to get TiddlyWiki running. I thought I would try the Node.js version on a Raspberry Pi. I wanted a set-up so I could leave the Pi online and access the TiddlyWiki on the rest of my home LAN. After following the instructions I got to the last line:
tiddlywiki mynewwiki --listen And I had TiddlyWiki running on the Pi, but couldn’t access on the rest of the LAN.