jschauma, to markdown
@jschauma@mstdn.social avatar
samleegray, to fediverse

Hey everyone~ I'm Sam, I write code for a living. Started when I was 11, self taught, and never stopped learning or working since! I'm 28 now, and wow does that feels weird to say.

Been trying out different things ever since the went up in 🔥s. Trying to find a new home online, and thought this place looked rather interesting.

I love to play , so a big . I sometimes, but a tad so trying to get over that. Actually do as a hobby. If I find something interesting enough, I usually start contributing towards it...so never sure what I'll be up to next.

Hopefully this place becomes my new home. Thanks for reading and maybe following if I'm interesting enough for ya~

Gotta say, first impressions of are pretty good. Love the length of posts, and how I can mark them up. I'm a fanboy so yay. Hit me up & let's chat about something fun, woo~

youronlyone, to fediverse

To everyone trying out Calckey, don't forget to hashtag #Calckey in your #introduction post. ^_^

Here are some of the features, I think, worth mentioning

  • Add users in list without following them first.
  • Follow the public ‘local’ timeline of other instances/servers.
  • Filter by keywords, not only by hashtags (more powerful).
  • #Misskey Flavoured #Markdown (MFM for short) - check this page: https://wxw.cat/mfm-cheat-sheet
  • If you are in calckey.social, the character limit is 3,000
  • Cat ears.
  • A better Deck UI (see attached screenshot)
  • You can install your own #themes.
  • Groups
  • Pages
  • Reactions
  • Migrate your Mastodon profile into Calckey.
  • Import your Mastodon content/posts into your new Calckey account.
  • Customisable notification sounds
  • You can add more than 4 links in your profile.
  • Quote-replies! And if it's done and viewed within Calckey, the quote-reply is displayed within the original thread, too! Great way to keep context!
  • Better polls
  • You can attach more than 4 images (but only the first 4 will appear in mainline Mastodon, that is a well-known limitation of mainline Mastodon for years).

If you are looking for an #Android app supporting many, if not all, of Calckey / Misskey features, look for: #Milktea in the Play Store. Or, click here: https://play.google.com/store/apps/details?id=jp.panta.misskeyandroidclient

Last, but definitely not the least, friendly developers!

File feature suggestions and bugs here: https://codeberg.org/calckey/calckey/issues

Enjoy and welcome aboard!

publicvoit, to markdown
@publicvoit@graz.social avatar

I'm writing a longer (as it seems) article on the lock-in effect of solutions like #Obsidian that are using open formats like #Markdown for storage. The file format is not the only thing that might lock you in.

I did already start with a list of arguments but also want to collect your ideas so that I don't forget a good argument.

Please, no emotions, just facts and objective arguments.

Reply here in this thread and I'll collect ideas from it. 🙇

#Emacs #orgmode #PIM #logseq #Joplin #Notion

amberage, to til
@amberage@eldritch.cafe avatar

#TIL: Github-flavoured Markdown supports alt text for images.

Whereas the usual syntax for pictures on Github is ![image](/path/to/file), it accepts an alt text in quotation marks after the path: ![image](/path/to/file "this is the description").

!!

#Accessibility #ImageDescriptions #Markdown

sen, to markdown
@sen@androiddev.social avatar

How many of you write #Markdown stuff on your #android phone regardless of how often?

How important is it to visually see the styling of Markdown elements while writing?

alainmi11, to markdown French
@alainmi11@mamot.fr avatar

Plus rien n'arrête Emmanuel Zimmert, le développeur des application en ligne de @ladigitale !
Depuis hier, deux nouveaux services sont proposés :

#DigiPage : pour créer des pages collaboratives en #Markdown. Cela permet une mise ne page plus avancée qu'avec DigiDoc.
https://ladigitale.dev/blog/digipage-pour-creer-des-pages-collaboratives

#DigiPen : un éditeur de code en ligne simple, permettant de travailler sur le HTML, le CSS et le Javascript d'une page, avec aperçu en temps réel du résultat.
https://ladigitale.dev/blog/digipen-un-editeur-de-code-simple

👏 👏 👏

image/png

ultimike, to php
@ultimike@drupal.community avatar

Is there a #PHP library that extends league/commonmark for @gitlab flavored #markdown?

b4ux1t3, to wordpress
@b4ux1t3@hachyderm.io avatar

I've never much cared for #wordpress. I'll admit it's purely from early experiences with it, and a year of my life spent on a contract attempting to secure an instance (which was hampered more by ridiculous requirements than wp itself).

That said, I'm seriously considering going from static #jekyll generation to wordpress, purely for the #ActivityPub implementation.

Are there other good ActivityPub-aware #blog platforms? Preferably with #markdown flavored editing.

ewan, to fediverse

I love the fact that the #Fediverse is much more global than major social media, which is #US heavy, and beats out us #European and #Asian voices.

My local timeline on my server (#Firefish) is very Japanese and German-heavy, but I use the home timeline more.

This is Misskey-fork specific but I love Antennas, I can do completely custom timelines by keyword rather than hashtag.

I also love that I can preview what I'm posting, which helps with #Misskey flavoured #Markdown.

#Mastodon needs this!

nicolay_lilicre, to markdown French
@nicolay_lilicre@piaille.fr avatar

🌟 Demain, je conduis une formation interne sur Markdown : 5-10 min de présentation et 20 min de pratique (notamment sur CodiMD). 🧑‍💻

Pour ceux intéressés, je partage ma présentation ⤵️
https://codimd.apps.education.fr/p/wGswXfY3h#/

Idéal pour (faire) découvrir rapidement Markdown. 😉👍
D'autant plus que la présentation est elle même réalisé en Markdown et sur CodiMD. #MiseEnAbyme 🙃

#Markdown #CodiMD #PartageDeConnaissances #RRUPN

ia, to markdown
@ia@mastodon.online avatar

iA Winterfest Surprise Number Three: A custom Markdown Dictionary for macOS: https://ia.net/topics/ia-markdown-dictionary

yuliyan, to markdown German
@yuliyan@nahe.social avatar
simon, to Blog
@simon@m.nithou.net avatar

I finished the first version of my tiny #blog engine ❤️

It only requires a FTP access to a server that supports PHP (should be easy in 2023).

It uses #markdown for all the posts & pages and support light & dark modes, and it's totally responsive. It also supports RSS2 & Webmentions out of the box :shibalaugh:

https://github.com/nithou/tiny-blog-engine/

mhucka, to markdown
@mhucka@fediscience.org avatar

Markdown is popular with a lot of applications. As a format for writing documents, I've always hated one thing: adding figures & images means either managing a separate file (fragile & requires time and effort to manage) or using an inline base64-encoded blob (not supported by most editors).

TextBundle seems like a great solution to this problem: package your .md file and dependencies in a ZIP archive. I wish more applications would support it.

http://textbundle.org
#Markdown

publicvoit, to Logseq
@publicvoit@graz.social avatar

Good news and bad news for users if #logseq:

They're working on a DB version in parallel that will provide better scalability, performance and realtime #collaboration (#RTC). They'll charge for RTC.

Unfortunately, this seems to be the end for #orgdown markup as they are implementing #Markdown only now and a conversion feature later on. 😞

Therefore, logseq is not an option for me any more and I'll need to think about a migration strategy for my wife.

https://discuss.logseq.com/t/why-the-database-version-and-how-its-going/26744

#orgmode

kepano, to markdown
@kepano@mastodon.social avatar

Great news for plain text interoperability: GitHub has added support for callouts to the GitHub-flavored #markdown using the same syntax
@obsidian introduced in Obsidian v0.14 (March 2022)

sonny, to GNOME
@sonny@floss.social avatar

Excited about Apostrophe GTK4 beta

Follow its maintainer for updates @escapistes

#GNOME #GTK #Markdown

A screencast of me typing some markdown in Apostrophe GTK4 beta

hedgedoc, to markdown
@hedgedoc@fosstodon.org avatar

This introduction to #HedgeDoc and #Markdown by @piko takes you through the most important things to get started! (video language is german)

@piko hat eine Einführung in HedgeDoc und Markdown aufgenommen:

https://diode.zone/w/3a16b43b-759e-433b-98aa-8e1cd1c899c7

Anachron, to foss German
@Anachron@fosstodon.org avatar

Is there interest in a static software? Yes, you heard that right.

Thinking about creating a system for basically periodically scanning the inbox of a mail account, creating a draft which then can get approved or rejected by simply moving it to the appropiate folder. A is then picking it up and compiling the forum page again.

This would work with mailto links, so any email editor is already the writing tool.

Edent, to markdown
@Edent@mastodon.social avatar

🆕 blog! “WordPress GeSHi Highlighting for Markdown”

I've launched a WordPress Plugin for an extremely niche use-case. WP GeSHi Highlight Redux works with WordPress's Classic Editor to convert Markdown to syntax highlighted code. That allows me to write: php $a = "Hello"; $b = 5 * 2; echo $a . str($b); And have it displayed as: $a = "Hello"; $b = […]

👀 Read more: https://shkspr.mobi/blog/2024/05/wordpress-geshi-highlighting-for-markdown/

#markdown #php #plugins #WordPress

davidbisset, to opensource
@davidbisset@phpc.social avatar

Marker is an #opensource, user-friendly UI for writing & editing #markdown files for #MacOS.

https://marker.pages.dev/

Aznorth, to markdown French
@Aznorth@framapiaf.org avatar

Dis, p’tit :fediverse:, un·e ami·e me demande de lui conseiller un service clef-en-main (pas un truc de jike) pour un simple blog.

  • Iel a du mal avec scribouilli,
  • l’intégration d’images dans write.as nécessite de dépendre d’un service d’hébergement d’images externe
  • gros plus si en sus du Markdown (ou autre type de formatage), ça peut intégrer des formules mathémathiques (LaTeX ou autre)

Le boost vous couvre de reconnaissance :boost_requested:

vdaron, to ShareYourMusic
@vdaron@mastodon.social avatar

Help Mastodon, I'm lost !

I'm looking for a alternative to Confluence to store my team documentation.

My short list today is
@dokuwiki
@xwikiorg
@ngpixel (Wiki.js) and
@MkDocs

What are you using ? What would you recommend ?

#wiki #collaboration #documentation #markdown

Boost would be appreciated. Thanks ! 🙂

jaapio, to markdown Dutch
@jaapio@phpc.social avatar

I'm investigating options that are available to create a table of contents in #markdown, really wondering what people are using to create that when writing markdown based docs.

Please boost for reach.

#documentation

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines