I finally got a significant Marked update out. ==highlight== rendering, and a BYO JavaScript setup I think (some) users will like. First, I don’t know why it’s become so popular, but I’ve received a lot of requests for ==highlight== rendering. So I’ve added it as an option. I also added ~~deletion~~ rendering, and ~underline~ as…
This morning I pushed a pretty large update to the Readwise to DEVONthink script I published yesterday. It adds some important features, so if you’ve already downloaded the script, you might want to update. The previous version worked fine, but there were a couple of things it needed to do better. First, it was failing…
Readwise is an awesome power-user tool for reading web articles, newsletters, and even e-books. DEVONthink is an amazing tool for building connected knowledge bases. Today I’m releasing a script that saves Readwise highlights to DEVONthink as annotated Markdown files, bringing the two together. It’s pretty handy. I started trying out Readwise shortly after I started…
I recently posted a script I was using to archive my linkding bookmarks to Markdown files in nvUltra. I’ve since started digging into DEVONthink and have updated the script to archive my bookmarks there. I still use my bookmarks with nvUltra by indexing a notebook in DEVONthink and saving the bookmarks there. Most of my…
I just published a couple of new features to mdless this morning: strikethrough and GitHub emoji support. You can now use ~~text~~ formatting, and if your terminal supports strikethrough text, it will be displayed as such. You can control formatting and colors by adding deletion to your theme file, which by default is ~/.config/mdless/default.theme: yaml…
Recent changes in my health have made it such that some days I’m couch-bound upstairs, while my office (and primary work computer) is in the basement. This has led to some interesting solutions for my daily work. My day job at Oracle I can mostly do from my couch and my work laptop. The only…
Immo Junghärtchen shared a Shortcut for StretchLink.cc on the forum, and I’ve modified it slightly for my own needs. Find both below. The original shortcut can be found on the forum, but here’s a direct link. Thanks to Immo for getting this started. I created my own version specifically for outputting Markdown links, with a…
Eric Linder, whom I affectionately call my Rabbi1, has created a habit tracking app with a twist, and it’s ready for wider testing. He had a need for something that didn’t exist, so he built it. He did it in maybe three weeks, using AI to learn how to code it. I’m really impressed how…
I often need to strip emoji from strings to prevent them from messing up other handling. I’ve been compiling regular expressions and I think I finally have all the bases covered. This example is in Ruby, but the regular expressions are easy to adapt to any language: [gist bf121c6a199bc20c7f3085c50cd6d175] I’ve already ported this to Swift…