Skip to main content

Jeremy Cherfas

Dropping the cash to try fsnotes

2 min read

A cup of coffee here, a cup of coffee there, pretty soon you're talking about a bottle of wine. Nevertheless, I thought it worth dropping 2.5 coffees to check out fsnotes, which bills itself as a "lightweight notational velocity reinvention".

I depend totally on nvALT as my general place for keeping scraps, vital information, inchoate thoughts and more besides, and the one thing that has always bugged me has been the inability to have more than one folder. Mainly, I envisage using an additional folder as an archive; notes that I truly believe I have finished with but that I really do not want to throw away because there might be something in them I need later. NvALT's blazing search speed would be fabulous for that kind of treasure hunt, but I honestly don't want currently dead notes cluttering up my view of all that stuff.

I asked about multiple folders 21 days ago and a couple of days ago the developer, Oleksandr Glushchenko, delivered just that. Definitely deserving of my support.

First impressions are that fsnotes is every bit as fast as nvALT. I haven't been able to give multiple folders a good workout yet, because I only have one big folder of notes. My minor niggle is that the display of links is different from nvALT's. A well-formed Markdown link is clickable in the preview mode, but not in "native" mode. I suppose I could fix that easily enough in my existing notes, and it need not be a problem going forward, but it is an annoyance right now that might stop me switching completely over to fsnotes.

Maybe I'll raise an issue on github for that.

 

Jeremy Cherfas

Little Beans Bring Big Farm Losses as Global Glut Mashes Exports, via Bloomberg https://www.bloomberg.com/news/articles/2017-11-22/little-beans-bring-big-farm-losses-as-global-glut...

So was the International Year of Pulses a success or a failure?

Jeremy Cherfas

Colin Tudge explains the crucial difference between @OFRC and @oxfordfarming. The R stands for Real, and also for Radical. Start from what you want, then work out how do do it. http://www.campaignforrealfarming.org/2017/11/why-the-oxford-real-farming-conference-is-distinct-and...

Jeremy Cherfas

Seeing White from John Biewen and Scene on Radio was far and away the most interesting and valuable series this year. @nwquah

Jeremy Cherfas

(Partially) fixing webmention display

1 min read

Rather happy to have scratched a long-standing itch into submission. I use the semantic-linkbacks plugin to display webmentions on one of my WordPress sites. It has an option for displaying webmentions as facepiles, which keeps things neat. But my WordPress theme also displays webmentions as comments, which is mostly redundant. Not entirely, though, because a few webmentions contain actual content, which is not visible in the facepile. I could completely void display of the webmentions, but that loses the little bit of content there.

Fortunately, the latest master of the plugin has settings to display the facepile for  each kind of webmention, so I could stop it making facepiles for actual mentions. Then all I needed to do was hide the theme's display of any webmentions that are just likes or reposts. And that is easily done by adding

.p-like {
	display: none;
}

.p-repost {
	display: none;
}

to styles.css.

I'll probably have to revisit that if I ever get any other kinds of webmention, but for now I am content.

Jeremy Cherfas

Just a quick check that I can take advantage of the new, twice-as-nice Twitter.

Jeremy Cherfas

1 min read

Tempietto

As suggestedby @mrhenko, a test post containing a photo but no title.

Jeremy Cherfas

A post with a photo, for testing purposes

1 min read

St Peter's in the gloaming

Just an old snap.

Jeremy Cherfas

Narrowing things down. I can post a photo to Known from my desktop with OS X.

I don’t expect it to show up on micro.blog because that gets a feed of selected categories only, and Photos isn’t one of them.

How about an image in a post?

Jeremy Cherfas

Blast. I can’t seem to upload images to micro.blog or to WithKnown. I’ll have to work on that tomorrow.