en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

271
active users

#markdown

25 posts15 participants3 posts today

# #Pachli 2.11.0 is released

## New features include

- Support translation throughout the app
- Experimental Markdown support
- Content filters default to all contexts

## Fixes include:

- Toot button accessibility
- Grammar fixes
- Report UI updates
- Content filter updates
- Fewer crashes

## Updated translations

- Finnish, Indonesian, Irish, Latvian, Norwegian Nynorsk, Polish, Slovak, Spanish

More details at pachli.app/pachli/2025/03/31/2.

Pachli · Pachli 2.11.0 releasedPachli 2.11.0 is now available. This release provides post translation support throughout the app, adds experimental support for rendering Markdown content, changes content filter defaults, and more.

I took a stab at cleaning up my code for BearExporter, a Python script to export all of your Bear notes to Markdown files you can use with Obsidian, read in the terminal, or whatever.

As the old saying goes "it works for me!" but I know it's not exactly great code, but it is available.

I'm not great at Python but I'll try to improve it as time allows.

➡️ codeberg.org/raster/BearExport

Summary card of repository raster/BearExporter
Codeberg.orgBearExporterA Python script to export Bear notes to Markdown files into a folder on disk

Una pregunta para usuarios con #discapacidadvisual please: ¿conocéis algún lector de textos que sepa interpretar el #Markdown correctamente? Es decir, que si escribo en **negrita** por ejemplo, lea la palabra (ya sea dándole más énfasis a la entonación, que molaría mucho, o de la forma normal), en vez de decir "asterisco asterisco negrita asterisco asterisco".

Muchas gracias de antemano.

Dear #emacs users,

I am trying to re-learn emacs after using #vim for several years.

One thing that I really liked in vim is that I can "reformat" long lines in a #markdown file by marking the lines (VISUAL mode) and then hitting "gq". This kept the markdown format, e.g. lists are still lists, but the lines are wrapped at whatever I set as the maximum line length.

It seems I am missing the right search terms because I only find "M-q" aka fill-paragraph, but this does not respect e.g. markdown lists.

Does anyone have pointers or search terms for me?

Replied in thread

@pauby Yes, most #Obsidian users don't think of the effects of proprietary syntax extensions and lost tool features to work with their files when the tool isn't available anymore.

I'm writing a longer blog article about those more or less subtle lock-in effects of proprietary tools like Obsidian which are using alleged(?) open file formats for storage.

Replied in thread

@bammerlaan as a #markdown #note taker and #editor, #joplinapp seems fine, but with a few caveats.

There are no readily available undo and redo buttons, the image note taking took a long time to save and the first thing I saw when opening a note was a request for location data... that kind of rubs me the wrong way.

But it's got notebooks and it's got tags - and weirdly enough, a plugin system? Like if they redo this app in modern design with optimization, it'll definitely be a contender.

Replied to Xhuul :ablobglitch:

@Xhuul I haven't found any decent #Markdown editor yet that convinced me.

And yes, I prefer Emacs with #orgmode.

I even write my text in Org and use the export-to-MD functions to generate the appropriate #MD.

That also saves me from remembering the MD-specifics of the current export target. I always mix up the MD flavors currently at hand because I need to use different MD-enabled tools on a daily basis and all of them have their special markup variants - sometimes it's even necessary to use, e.g., different table syntax (within the same MD tool!) for different table properties such as line breaks and stuff. It's really a bad mess with MD. 😔

Btw: karl-voit.at/2017/09/23/orgmod

public voit - Web-page of Karl Voit · Org Mode Syntax Is One of the Most Reasonable Markup Languages to Use for TextOrg Mode Syntax Is One of the Most Reasonable Markup Languages to Use for Text
Continued thread

#Markor is a mainstay for #Android #Markdown editors. It bridges the gap between document writer and note taker by separation of concerns.

As an editor, it has some fairly complex features, like making custom tables to illustrate data.

But it's also old in design and usability. Had to bump up the text size for my own convenience, but still doesn't out compete any of the other editors (like #OpenNote) in that regard.

Continued thread

So far my favorite contender within #Android #Markdown editors is #OpenNote (version 1.5.95, com.yangdai.opennote) because of its simple design and good use of screen real estate.

It's modern #Material #design (if I'm not mistaken) becomes more apparent in the settings screen, which illustrates what the various settings do quite nicely.

It's important to me that the editor doesn't take me out of the writing process. The editor is not WYSIWYG, but I still feel it works.

So I'm testing #markdown #apps for #Android, looking for something that will allow me to write freely.

So far one of my criteria is not met, and that's a selector that can give a word count. That is, only the word count of the selected text and not the entire document.

I want to be able to write threads in a more constructive way, so if you have a recommendation (preferably from #fdroid) that does what I need, I'd be much obliged.

Replied in thread

@muchanchoasado muy bien, lo preguntaba por verificar que no sucediera lo mismo que cuando se usan símbolos unicode tomados de un generador "fancy text" (como en textkool.com), ya que dichos símbolos son interpretados de formas inesperadas por lectores de pantalla (me enteré por ti y dejé de usarlos).

Eso significa que puedo seguir aprovechando #markdown sin causar problemas.

I'm trying to create a Table of Content for for some of my WordPress blog posts.

But if I write a plugin to change [toc] to an HTML list, I get caught in an infinite loop.
The plugin is part of the content and so gets called recursively.

This seems like a knotty problem, so I'm using you all as a rubber-duck.

(No, I don't want to use someone else's plugin.)