Is it to much of an ask to have Apple Notes to support Markdown?!
Is it to much of an ask to have Apple Notes to support Markdown?!
Inspirés par le mouvement #SolarPunk, des étudiants de #GemblouxAgroBioTech (#ULiège) organisent les 4 et 5 avril prochains, le festival Printemps 2075 pour créer et imaginer une vision optimiste du futur.
J'y présenterai une formation à #Markdown (https://opensolution.be/site/module1/)
Horay, I've successfully converted a markdown.file into a html-file via @pandoc !
@mosgaard @amadeus if you just want distraction-free editing, you may want to look at #VScodium [1], #neovim [2] or even #NvChad [3] for editing depending on how you feel like and what suits you best.
If you want or need to switch computers rather often, consider buying a SATA (or NVMe) - SSD with DRAM-Cache and a matching external enclosure and install your #distro of choice on that instead, as unlike #Windows, basically all #Linux distros allow installations on external drives.
-Don't forget to use #FullDiskEncryption!
If you need to share your work with others or sync it across devices, consider @nextcloud / #nextcloud.
As for #audio I'm shure you know #audacity and #LMMS...
If you use the terminal rather often, consider setting up some nifty aliases to make things faster.
function isup() { ping -a -b -c 1 -D "$@"; }
to your .bash_aliases
file in your $HOME
directory so if you use i.e. isup duckduckgo.com
it'll do a single run of ping
to reach said domain/FQDN/IP...But the final #ProTip I can give you is to #backup your $HOME
-directory under /home/yourusername
because in it's hidden subdirectories, espechally $HOME/.config/
are usually all the settings for your applications stored so in case you need to setup a new machine or restore one from backups, this is where all the minor changes of yours to make your system work best for you are being stored.
You may need to press Ctrl+H
IN THE File Manager to see hidden files.
For backups, tools like #DéjàDup make it easy to setup, backup and restore your files as you want or need, including encryption and deduplication.
I hope that'll help you not only get started but also get the maximum efficiency out of your distro as a creative tool without fuss.
Thinking about the wasteful nature of #LLMs got me thinking about waste in my own development. While it can be convenient to use the large, enterprise-grade frameworks to deliver a minimalist website in 2025 - it's absurd.
Do I really need #laravel with #react, #jquery, #tailwind, #webFonts, #postgres to host some simple #markdown?
Do I need to re-render a bunch of static content at every hit? Does every simple article require 64 connections to the server to display?
I think not.
I want my material to be available to anyone who wants it - regardless of the device they are using or the robustness of their connection.
I want to respect users who disable #javascript for their personal protection.
I want to respect #ScreenReaders and users of assistive technology, without unnecessary complexity.
Everything we need is built into the HTML and CSS specs.
YAY! My Pandoc Manuscript template made it into this Pandoc template directory! https://pandoc-templates.org/ #Pandoc #Markdown
Download all your mastodon posts in one markdown file, including attachments.
Pessoal dos BLAMERS, que que cês recomendam de gerador de site estático? Eu preciso de algo que suporte formulas em LaTeX e que tenha mais cara de homepage do que de blog ou documentação.
Uso SPHINX para as páginas das Disciplinas e comecei a usar o Nikola para a homepage/blog, mas não animei tanto com ele. Se for feito em python, é um plus.
Necesito un editor bueno de #Markdown o un editor que no sea como #LibreOffice, conocen alguno... #ghostwriter no me termino funcionando y sigo con el #gedit
@halcy I've been meaning to adopt #CookLang myself, which is basically #markdown with a couple of formatting additions for units and comments, along with conversion and highlighting tools: https://cooklang.org/docs/spec/
@jae much less hassle with escaping common characters like asterisks and underscores; no significant whitespace, especially not at the end of the line; can be transformed with XML tools (e.g. to remove hard line wraps before AO3 upload); much better formatting possibilities; markup clearly separated from the text instead of mixed therein; reproducible output that does not depend on the specific tool and version thereof used; easier to learn to nōn-frustrating levels (Markdown has a slightly easier start but a much steeper curve afterwards and one has to rely on nōn-standard extensions and, in the end, HTML hoping the tool doesn’t strip it, to achieve the same end result anyway; semantic markup; trivial to place identifiers for structuring; …
And these are just what I could think up within about 90 seconds.
And, as @trixter has already used HTML, the familiarity bonus, though of course this is no general pro argument.
And as Trixter needs HTML output for otwarchive (the software behind AO3 and SqWA) anyway… why not stick to that (and their list of allowed elements, attributes and styles)?
- Aide sur Thunderdird
Rédiger ses mails en Markdown sur Thunderbird ?
Quelqu'un aurait une solution de ce côté-là ?
J'avais regardé il y a quelque temps, mais je n'avais rien trouvé de facile ni de probant...
#Markdown #Mail #Thunderbird #EmailMarkdown #OpenSource
---
- Help on Thunderbird
Writing emails in Markdown on Thunderbird?
Does anyone have a solution for this?
I looked into it some time ago, but I couldn't find anything easy or effective...
Fix Missing Page Numbers in Markdown PDF for VSCodium
Apply this simple solution to restoring page number and total pages in exported PDFs when using the extension Markdown PDF for VSCodium/VSCode.
https://www.adamsdesk.com/posts/fix-page-number-markdown-pdf/
Initializing a new project - Interplanetary Markdown. Might explore a #Web3 (off-chain) approach later for a better experience, but for now, keeping it simple with good old #OpenPGP.
A censorship-resistant #Markdown publishing platform, enabling seamless content distribution. Powered by the Interplanetary File System (#IPFS), ensuring #blogs, #articles, and other written content remain accessible and verifiable across the distributed web.
New Kitten release
• You can now use key paths in the names of your client-side live components and these will automatically be transformed into object hierarchies on the server for you.¹
• Self heals zombie live pages (see Streaming HTML workflow²) if they return to life due to client-side browser cache.³
• Removes htmx⁴ headers from `data` property into separate `header` property in Kitten Page events and the data your Kitten Page message handlers receive.
• Automatically passes references to the live page object (if any) and the request and response objects to the layout templates of Markdown pages⁵ (so you can, for example, check if `request.session.authenticated`⁶ is true from the your layout template and customise the layout accordingly).
Enjoy!
¹ e.g., See https://codeberg.org/small-tech/site/src/branch/kitten/admin%F0%9F%94%92/news/index_%5Boptional-postId%5D.page.js#L356 (markup) and https://codeberg.org/small-tech/site/src/branch/kitten/admin%F0%9F%94%92/news/index_%5Boptional-postId%5D.page.js#L173 (handler) and https://codeberg.org/small-tech/site/src/branch/kitten/app_modules/database/database.js#L95 (model class method).
² See Streaming HTML tutorial: https://kitten.small-web.org/tutorials/streaming-html/ (There’s actually more to it now but I haven’t had a chance to document the new class-based and event-driven live page workflow yet. It’s experimental but working very well for me so far so I will do so shortly.)
³ When a person leaves a live/connected page (a page connected to its default web socket), we clean up and remove that live page from memory. However, browsers being what they are, cache the page on the client. If a person uses the back/forward buttons to return to the page, the browser will serve the cached source from memory, which has the old page ID, for the page that no longer exists in Kitten’s memory. So now we have a problem. The only way to recover from this is to tell the page to reload itself. So we accept the WebSocket connection, send a command to the page for it to reload itself, and then close the socket. That makes the stale page self heal by replacing itself with a fresh one. Yay, go us!
⁴ HTMX: https://htmx.org
⁵ Kitten Markdown pages reference: https://kitten.small-web.org/reference/#markdown-pages-page-md-files
⁶ See Session tutorial: https://kitten.small-web.org/tutorials/sessions/