ellane, to markdown
@ellane@pkm.social avatar

@dhrystone Help me out here. Trying to not need #Obsidian Sync, but I can’t find a #Markdown editor that can do ALL of the following:

  1. Read subfolders
  2. Display the complete names of files in the Library (file name on as many lines as it takes to display the name in its entirety)
  3. Allows the playing of transcluded audio files within documents
  4. iOS
  5. App takes less than 1 minute to start up (1/2) 🧵
ascherbaum, to python
@ascherbaum@mastodon.social avatar

My blog is running with , and I have a script which runs as pre-commit and checks all files.

Things like:

  • certain keywords are cursive
  • certain tags exist, based on content
  • invalid links
  • http links
  • code blocks are marked
  • preview image exists
  • preview text exists
  • ... some more

Is this something other people are interested in? Then I make the script configurable, and more formal.

publicvoit, to markdown
@publicvoit@graz.social avatar

I'm writing a longer (as it seems) article on the lock-in effect of solutions like that are using open formats like 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. 🙇

scy, to webdev
@scy@chaos.social avatar

I need to convert #HTML to #Markdown and I'm looking for a tool to do that.

The output should

• preserve line breaks in paragraphs
• not contain additional, unnecessary linebreaks (e.g. 4 empty lines between paragraphs)
• be configurable (e.g. whether to use * or _ for emphasis, or * vs - for unordered lists)
• if possible, allow me to hook into details (e.g. to convert <pre class="shell"> to ```sh)

#Python or #CLI. Alternatively, what's a really configurable prettifier?

#askFedi :BoostOK:

xahteiwi, to markdown
@xahteiwi@mastodon.social avatar

Hivemind, please help.

One thing that still eludes me is a way to lint files to enforce a one-sentence-per-line rule. This is remarkably nontrivial.

Can somebody point me to such a thing? Ideally in , but I'll take any language (even an emacs minor mode will help).

A bajillion bonus points if the thing can also unwrap wrapped paragraphs and automatically turn them into one sentence per line.

Boosts appreciated, thanks!

https://sive.rs/1s

publicvoit, to Logseq
@publicvoit@graz.social avatar

Today I evaluated for a couple of hours.

I really have to say that this is a really good tool once you switch from the default setting to the much better syntax. 😉

I'll migrate the data from my previous testrun over to logseq and go with that for the moment.

Don't worry, I'll probably never leave my Org setup. It's for another person's management and knowledge base where was no option, unfortunately.

jschauma, to markdown
@jschauma@mstdn.social avatar
kubikpixel, to Logseq
@kubikpixel@chaos.social avatar

I try now and this is and I would like to like it but somewhere I can't manage to understand and use it. I don't just want to write down my thoughts and , I also want to be able to check off a list… 😐

What is your experience with @logseq or do you use something else with for structured on the ?

mmu_man, to markdown French
@mmu_man@m.g3l.org avatar

Ça n'existe pas un éditeur #MarkDown WYSIWYG ??
Je trouve rien sur Debian 😞

joelanman, to accessibility
@joelanman@hachyderm.io avatar

wondering if this is possible or has been done before:

extending markdown to render accessible form fields, like

[____] for text
[ ] for checkboxes
( ) for radios

#accessibility #markdown #frontend

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

EpiphanicSynchronicity, to markdown
@EpiphanicSynchronicity@pkm.social avatar

#Zettlr 3.0 was released today. I’’m looking forward to trying it as a general markdown editor to supplement #Obsidian, because you can use .md files anywhere in your system, not just in folders designated as vaults. https://github.com/Zettlr/Zettlr/releases/tag/v3.0.0

#pkm #markdown #writing

post, to Logseq

honest review

🟢 with AGPL license (in theory)
🔴 In reality it depends on a closed source module responsible for sync, dubious legality and misleading
🟡 Developed almost privately by a Venture Capitals funded company but accepting small contributions on GitHub and donations on OpenCollective
🟢 Store notes in (or in less supported ) locally
🟡 Forces indented lists in .md files and it doesn’t support normal paragraphs at all
🟡 Introduces syntax that breaks Markdown in a very bad way instead of using code blocks where possible (in Advanced Queries?)
🟡 Based on Electron, NodeJS and NPM
🟡 UI and business logic mixed together, it forces you to always run the whole UI, including for sync
🟢 Available for Linux on FlatHub (unofficially)
🔴 AppImage is the only officially supported way to install on Linux
🟡 No official reproducible builds but unofficial Flatpak ones are reproducible
🟡 Not in F-droid (and the closed source sync feature wouldn’t be allowed there anyway), you have to grab their APK manually or automatically
🟢 Supports Wayland but not by default
🟢 Custom CSS
🟡 Fixed UI, no tabs, no split view
🟡 Multi-window means multiple conflicting whole instances
🟢 Plugins platform
🔴 Plugins marketplace based on GitHub
🟡 Poor integration of plugins especially from UI/UX PoV
🟢 Very interesting concept of PDF annotations
🟡 PDF annotations not stored in the .pdf as standard annotations
🟡 PDF annotations stored in their own .md files with odd names
🟢 LaTeX formulas support
🟡 No native PDF export and in general problematic
🟡 Too many menus, command palettes and other redundant UI elements
🟢 Queries with simple syntax and UI
🟡 Advanced Queries are too often needed
🟢 Datalog query language in Advanced Queries
🟡 Very broken aliases feature
🟡 Inconsistent requirements of capitalize, lowercase etc in query syntax and elsewhere that even break some functionalities
🟢 Macros
🟡 Macros don’t work with most syntax, including Advanced Queries
🟢 Supports HTML and Hiccup syntax
🟢 Supports embedding Web pages using iframes
🟢 Sync is e2e encrypted
🔴 The code for e2e encryption can’t be audited because it is closed source
🟡 Tons of functionalities must be configured by editing a EDN file that it is very easy to break
🟢 Forum based on Discourse
🔴 Use (and abuse) of Discord, even release announcements are made there
🟡 Some Matrix bridges

Concept: 8/10
Execution: 5/10

CC @logseq

scy, to vim
@scy@chaos.social avatar

Hey & bubble:

I’m thinking of writing a small plugin that defines a cmdline mapping to insert the first-level heading, if the current buffer contains a document. The idea is that you have something in the file like

2023-09-25 Meeting Notes

and then, later on, do

:w <some-mapping>.md

which expands to

:w 2023-09-25 Meeting Notes.md

Questions:

• Does such a plugin already exist?
• What would be a good key for that? I’m thinking of <C-R><C-T>, see :h c_CTRL-R

hund, to markdown
@hund@fosstodon.org avatar

Can anyone recommend me a good Markdown editor? I can't seem to find anything that's based on some web engine, which tends to use its own font rendering.

amadeus, to internet
@amadeus@mstdn.social avatar

Am I the only one who writes longer for , , and in a like and only copies them into the respective apps for sending? 🫣️😅️ I like the conceptual and visual calm atmosphere of an like Apostrophe much better for concentrated writing than for example the editors in or . https://thisweek.gnome.org/posts/2023/09/twig-115/#apostrophe

ctietze, to emacs
@ctietze@mastodon.social avatar

Peek behind the curtains:

I'm typesetting the #Zettelkasten Method book.

#Emacs to edit the #Markdown, convert to #TeXLaTeX, and process to an A4 proof-reading printout slowly and iteratively.

First time in 2023 that I'm actually using the old 2nd monitor for anything. A page of paper fits nicely on there, I must say!

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

C'est reparti pour les ateliers de l'après-midi avec Le Markdown en commun.
Par @eyssette, @bertrandchartier et @iaconelli_cyril
Cet atelier vise à présenter des outils qui permettent de travailler avec du #Markdown : #CodiMD pour créer une page web, la Forge et Docusaurus pour créer un site web, et ChatMD (pour créer un chatbot).

#JDLE2024

https://journee-du-libre-educatif.forge.aeif.fr/intervention/117-1/

image/jpeg

stairjoke, to random

The inventor of #Markdown has something to say about #Discord adding Markdown support and them adding underlining support: https://daringfireball.net/linked/2023/05/25/discord-markdown

flameeyes, to markdown
@flameeyes@mastodon.social avatar

Has anyone here ever had to convert #Markdown to HTML but with some templating?

I want to try to make https://ipv6-in-real.life/ look less shit. What I would have expected to be able to do would be to have the parser give me the elements for me to render manually, so I could inject classes and stuff…

But it doesn't look like https://github.com/theacodes/cmarkgfm allows that. Maybe there's some NodeJS thing that does it? I'm willing to learn some TypeScript if needed. Do note that I expect it to be static.

teamtuck, to neovim

Took some time tonight to write a very minimal config, putting NVChad in the rear view mirror. It's just enough for me to do some coding and write in . I may be missing a few things but I understand it a lot more.

nilocram, to markdown Italian
@nilocram@framapiaf.org avatar

M2HTML è una semplice applicazione per convertire del codice scritto in in una pagina : https://ciaconelli.forge.aeif.fr/md2html/ È stata creata dall'insegnante francese @nicolay_lilicre (Un grand merci 😃 ). Per chi ne avesse bisogno, ecco la traduzione italiana del testo su : https://hedgedoc.devol.it///sZuu4KvJSIy6CrvaUK3u2A?both# @maupao @mauriziocarnago @scuola @scuola @macfranc

RolfBly, to wordpress Dutch
@RolfBly@mastodon.social avatar

Looking for people who blog in using .

I use Markdown a lot & it works well for me. Having recently moved to Wordpress, I find the Gutenberg-type editors very nice for fancy effects, but not for just writing.

Unsurprisingly, I'm facing 24 WP plugins that promise Markdown heaven, and I'd rather not try them all.

Anyone out there would like to share experiences in this matter, please do. @wordpress perhaps?

jwildeboer, to markdown
@jwildeboer@social.wildeboer.net avatar

4 new blog posts in April. Seems I'm getting better at sharing my long(er) form thoughts :)

The workflow I now have makes it really easy too. When I have a thread here that I think deserves a blog post, I copy the link to the first toot and paste it in https://mtr.wildeboer.net where I can get a #markdown dump that I can copy/paste in my editor and work on. My blog is #jekyll based and also uses Markdown, so it is easy to do :)

Blog: https://jan.wildeboer.net
RSS/Atom: https://jan.wildeboer.net/feed.xml

1/2

ultimike, to php
@ultimike@drupal.community avatar

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

  • 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