- 9 Posts
- 32 Comments
After being told (at length) the answer was in the very long complex documentation, I said I had tried to find it but couldn’t piece it together. And posted some of the sections I had looked in. Then my interlocutor said there is no reason why I should want to do such a thing.
“Please mark your thread as SOLVED.”
I have found my own posts this way from 2 or 3 years prior. Makes me wonder if I am getting anywhere.
RTFM of a different software which the software you are actually interacting with employs. (E.g. having problems with an application that downloads stuff, need to read curl docs because thats what it is using under the hood.)
linuxPIPEpower@discuss.tchncs.deto
linuxmemes@lemmy.world•foss nerds stop being condescending to those who don't know the same things you do challenge (impossible)
1·4 months agowhen more and different people get involved for different reasons then they will change things. since a lot of growth has come from nearby gamer communities, they will bring those habits and forms with them.
linuxPIPEpower@discuss.tchncs.deto
linuxmemes@lemmy.world•foss nerds stop being condescending to those who don't know the same things you do challenge (impossible)
2·4 months agolots of people know about firefox, they would just never use it.
linuxPIPEpower@discuss.tchncs.deto
linuxmemes@lemmy.world•foss nerds stop being condescending to those who don't know the same things you do challenge (impossible)
1·4 months agoLike everything else Syncthing, it works well when it is working well.
Far from foolproof.
linuxPIPEpower@discuss.tchncs.deto
Linux@lemmy.ml•The anti-minimalist backlash is the bigger story behind Oxygen’s revival
101·4 months agoIs that a mock up you made or something that exists?
Check this one out: https://store.kde.org/p/1985239

linuxPIPEpower@discuss.tchncs.deto
Linux@lemmy.ml•The anti-minimalist backlash is the bigger story behind Oxygen’s revival
8·4 months agoThank you! I do not understand this. One way is blue and the other way is green… I have had to go into another panel where I know how I set something before, and look how the check boxes are there in order to discern the correct way to use them.
linuxPIPEpower@discuss.tchncs.deto
Free and Open Source Software@beehaw.org•FOSS MarkDown Editors
3·8 months agoit generates an html preview in a sidebar.
the benefit over any other 2 column editor is that geany is a real text editor with lots of shortcuts, configs and tools. so the editing part is a lot better. markdown is just kind of tacked on though.
linuxPIPEpower@discuss.tchncs.deto
Free and Open Source Software@beehaw.org•FOSS MarkDown Editors
6·8 months agoIf by GUI you mean WYSIWYG, I don’t know of any! Very mysterious to me why this has not been properly taken on given the popularity of markdown.
Once every year or so I check out everything that’s available and try out any new or upgraded packages I can find. All have at least one of the following issues:
- Massive bloat, often electron is significant culprit
- Stuck on the 2 column editor concept, generally with only rudimentary markdown implementation
- Fly by night new projects which are quickly abandoned in beta state
- Only want to access files within a certain subdirectory which may or may not be configurable; this is rarely the only problem but it’s very common in the PKM-type packages
I never quite got it to work properly but Zettlr suits some people. You might be able to cobble something together in Codium. Both those have the bloat issue. There are some self hosted browser-based editors if you are interested in that sort of project. The best and closest I have found is Joplin but it isn’t actually a markdown editor. I wish someone would spin an editor off from its code base; surely the skeleton is there.
linuxPIPEpower@discuss.tchncs.deto
Linux@programming.dev•It Took 6+ Years For Linux's "New" Mount API To Be Properly Documented In Man Pages
1·8 months agoI used to use typora; it does have a really nice convert web->markdown. I think that it is done by some javascript or something because the other tools that have comparable quality I can think of off the top of my head are obsidian, joplin clipper and a couple of firefox extensions. I agree that in my experience pandoc and a couple other cli tools didn’t produce such nice results.
I also think in all those cases the browser is doing some of the work because it renders the page, discards a lot of irrelevant stuff, then you copy/convert just a selection portion of what’s visible. Whereas if you, for example, grab a raw html page through curl and send it to pandoc, none of that is done. You probably aren’t using Select All when you copy a page to typora, but pandoc would be faced with the entire page. I don’t know if there is a way to access the Reader View from the terminal but it would go a distance to cleaning up your pandoc conversion if you could start from there (for those sites on which it’s available).
I tried and failed to do the same thing but it’s not markdown’s fault. No matter how many bells and whistles markdown would get, the issue is in the conversion from html part.
linuxPIPEpower@discuss.tchncs.deto
Linux@programming.dev•It Took 6+ Years For Linux's "New" Mount API To Be Properly Documented In Man Pages
2·8 months agoSorry I was trying to follow your meaning, because the example of absent rich text you gave was underlines. There is already basic text formatting support such as strong, emphasis, headings and links.
You could style any, all or none of those to have underlining. Whatever chosen rendering, they all have meaning independent from the applied style. What you are asking for is to have something that is purely a display style without any structural value. This is not coming to markdown any time soon. Hardly anyone uses underline as its own thing in html anymore, for good reasons.
Maybe this article will help to further explain.
Native SVG handling would be completely out of scope. The point of markdown is that it is supposed to be understandable in its plain text format. SVG is incompatible with that. The closest thing would be like mermaid charts but I think it’s quite a stretch even then.
I think you should just use HTML, it has a much larger array of tools that would suit your needs. Markdown is purposely constrained because it enables much more portability.
linuxPIPEpower@discuss.tchncs.deto
Linux@lemmy.ml•Linux For Your Grandma - A Linux guide for those that are not super techy
1·8 months agoWhen I do free tech support for someone who I think could have solved it themselves I just make them solve it themselves by asking questions. “What information do you have?” “What have you tried?” “What does the error say?” “What do you think the error means? Is it giving a hint?” “When did you start having the problem?” “What can we eliminate?” “What did a search search suggest?” “What does the documentation say?”
“Did you try rebooting, reconnecting?”
linuxPIPEpower@discuss.tchncs.deto
Linux@programming.dev•It Took 6+ Years For Linux's "New" Mount API To Be Properly Documented In Man Pages
1·8 months agoMy personal bias is being pro markdown. I do not know groff so below is based on some inferences on my part.
But I don’t think markdown is suitable for man pages, which contain specific kinds of information structured in a prescribed way. Markdown doesn’t and can’t know about these.
As I understand it, because of using a more sophisticated structure than MD, its possible to do things like:
- shell completion can be generated automatically from the man pages.
- a website like mankier.com which renders man pages in HTML and adds hyperlinks every time an option or argument
linuxPIPEpower@discuss.tchncs.deto
Linux@programming.dev•It Took 6+ Years For Linux's "New" Mount API To Be Properly Documented In Man Pages
1·8 months agoThat’s not rich text. Rich text is when a format is applied without structural reason.
You could have a markdown interpreter that displayed
**this***this*or_this_using any arbitrary format. You could change the color, weight, border, drop shadow, opacity, mouse over effects, font face… Any attribute.Lemmy has conventions but all
*really means is emphasis.
linuxPIPEpower@discuss.tchncs.deto
Linux@programming.dev•It Took 6+ Years For Linux's "New" Mount API To Be Properly Documented In Man Pages
3·8 months agoIf you want to save a website use html
linuxPIPEpower@discuss.tchncs.deto
Linux@programming.dev•It Took 6+ Years For Linux's "New" Mount API To Be Properly Documented In Man Pages
3·8 months agoSomeone can correct this but iirc some implementations of markdown have image options like this:
Others put the size in
{ }after the main image item.Rich text is contrary to the structural focus of markdown. Why should it be added?





What I love is when the thread is concluded by saying the problem was solved by a patch 10 years ago. OP says “just upgraded, it works!” But here I am in the future and the problem is still happening.