Activity for Monica Cellio
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Edit | Post #35578 |
Post edited: fixed link |
— | almost 6 years ago |
| Edit | Post #279085 |
Post edited: |
— | almost 6 years ago |
| Edit | Post #279085 |
Post edited: |
— | almost 6 years ago |
| Comment | Post #279085 |
Oh right; there's a separate feature request about keyboard shortcuts for editing, not yet implemented. Sorry for my confusion. Could you file a bug report on any meta about the category issue @celtschk? Thanks. (more) |
— | almost 6 years ago |
| Comment | Post #279085 |
Oh whoops -- I thought we had a help topic about that, but I guess not. @celtschk see https://meta.codidact.com/questions/276697. (more) |
— | almost 6 years ago |
| Comment | Post #279085 |
True, and what I do normally anyway (just type the Markdown links) -- for me that's faster than going through a GUI, because I'm almost always inserting the links as I compose. But if somebody is using keyboard shortcuts to navigate the GUI, and that works in general but not in this specific cas... (more) |
— | almost 6 years ago |
| Comment | Post #279078 |
Welcome back! It's good to see you here again. (more) |
— | almost 6 years ago |
| Edit | Post #279085 | Initial revision | — | almost 6 years ago |
| Answer | — |
A: Finishing link entry with enter sends the post instead That's a bug, yes. :-( Thanks for the report. As a workaround, if you choose[^1] the "insert" button instead of using "enter", it inserts the link into the markdown and puts you back in the editor. (I don't know if we have good-enough support for keyboard-only users to choose that button. I... (more) |
— | almost 6 years ago |
| Comment | Post #279079 |
Ooh, looking to the time *before* ubiquitous mice for hints -- nice! (more) |
— | almost 6 years ago |
| Edit | Post #278987 |
Post edited: |
— | almost 6 years ago |
| Edit | Post #279019 |
Post edited: |
— | almost 6 years ago |
| Edit | Post #279019 | Initial revision | — | almost 6 years ago |
| Answer | — |
A: How can we revitalize our community? This suggestion grew out of a comment discussion on another answer. I'm posting it separately so it can be voted on. As discussed in other answers, straight copies of content from Somewhere Else are almost certainly hurting SEO and, in volume, can give a negative impression -- we look like a ... (more) |
— | almost 6 years ago |
| Comment | Post #278987 |
@MarkBaker I agree with that assessment, but had previously perceived you to oppose deleting imported content. Thanks for clearing that up. Speaking for myself, I do have a few imported posts that I went on to *improve*, and I want to give them a new life here, but since I've claimed them they ... (more) |
— | almost 6 years ago |
| Comment | Post #278987 |
@MarkBaker, are you suggesting we delete the imports (if we haven't improved them; I know some have been edited)? Not opposed, just asking for clarification. (more) |
— | almost 6 years ago |
| Edit | Post #278987 | Initial revision | — | almost 6 years ago |
| Answer | — |
A: How can we revitalize our community? I wonder if segregating content that was imported and not further improved would help. Create a new category, maybe called "Archive", and move there any post that hasn't had any modifications post-import. This means those of us who want to preserve our bodies of work can, but people visiting th... (more) |
— | almost 6 years ago |
| Comment | Post #278891 |
We use italics for variables. In my first example, schema and table-name are variables and would be italicized, but "if not exists" is literal text that is optional. (We do try to include examples on all our reference pages too. We're trying to support both the "just show me the formal syntax... (more) |
— | almost 6 years ago |
| Edit | Post #278883 |
Post edited: switched gears on the first example halfway through and left bogus SQL; I realize it's just an example but still... |
— | almost 6 years ago |
| Edit | Post #278883 | Initial revision | — | almost 6 years ago |
| Question | — |
Syntax summaries use brackets for optional elements; how do I represent literal brackets in a way readers will understand? In our documentation of SQL functions and statements, we include a BNF-style syntax summary. As is conventional, we indicate optional elements in square brackets, like this: CREATE [IF NOT EXISTS] TABLE [schema.]table-name (column-definition[,...]) ... There's more to it, but that's th... (more) |
— | almost 6 years ago |
| Edit | Post #278810 | Initial revision | — | almost 6 years ago |
| Question | — |
How can we revitalize our community? We've had low activity on our community for a while. Low activity means people visit less often, which means lower activity because they're not here asking and answering... iterate. We have ads active Somewhere Else, but without activity, people who follow them are unlikely to stick around. ... (more) |
— | almost 6 years ago |
| Edit | Post #39319 |
Post edited: we've made some improvements since my last update |
— | almost 6 years ago |
| Edit | Post #5188 |
Post edited: |
— | almost 6 years ago |
| Edit | Post #275971 |
Post edited: creating the "support" tag so I can add it to the list of special tags for the tag set |
— | almost 6 years ago |
| Edit | Post #275971 |
Post edited: creating the "support" tag so I can add it to the list of special tags for the tag set |
— | almost 6 years ago |
| Edit | Post #278005 | Initial revision | — | about 6 years ago |
| Answer | — |
A: Is there any benefit when writing out instructions to split it up into lots of little paragraphs, or is it better to leave it in one paragraph? Writing in fuller paragraphs feels like it creates better reading flow, as opposed to short choppy chunks of text, but that's a prose consideration. For instructions, the primary goal is to help the reader do all the necessary steps in applicable order. If lots of steps are combined in a single... (more) |
— | about 6 years ago |
| Edit | Post #7374 |
Post edited: |
— | about 6 years ago |
| Comment | Post #277206 |
I found this to be really well-done and touching. I haven't had dogs as an adult but I grew up with pet dogs and now I have cats. I've had to make that painful decision. We had a dog who had been previously abused, though obviously we didn't get the dog's POV, just saw the effects (trust, fear... (more) |
— | about 6 years ago |
| Comment | Post #277082 |
@aCVn `<pre>` is what we're using now (actually inside a `<div class="example">` for some other styling; don't know why). It doesn't have to be that specifically; I don't know whether this was intentional or an artifact of porting from a prior tool, but either way it was ten years ago and we can... (more) |
— | about 6 years ago |
| Comment | Post #277083 |
I might be misunderstanding, but how does this account for the different line lengths needed on different devices? This looks like a way to style wrap, but how do you get automatic wrapping inside a pre? (more) |
— | about 6 years ago |
| Edit | Post #277082 |
Post edited: |
— | about 6 years ago |
| Edit | Post #277082 | Initial revision | — | about 6 years ago |
| Question | — |
How can we format code examples so that they work on a range of devices? We use Madcap Flare to produce a large documentation set that contains many code examples (primarily SQL, but also C++, Java, and Python) and command-line operations. When the doc set was first planned, years ago, the people designing the layout assumed desktop browsers, as was the norm back the... (more) |
— | about 6 years ago |
| Comment | Post #276843 |
This is excellent. (more) |
— | about 6 years ago |
| Comment | Post #276643 |
Also, I'm pretty sure the "writing" tag is a data-import bug; that doesn't make sense. I've pinged the developers. (more) |
— | about 6 years ago |
| Comment | Post #276643 |
I did some structuring in some of the tech-writing and tools tags. I made software a child of tools since tools is broad, and the put Word and Scriviner under software. As we come across more we can add them in. (more) |
— | about 6 years ago |
| Edit | Post #12577 |
Post edited: |
— | about 6 years ago |
| Edit | Post #5330 |
Post edited: |
— | about 6 years ago |
| Edit | Post #26400 |
Post edited: |
— | about 6 years ago |
| Edit | Post #10747 |
Post edited: |
— | about 6 years ago |
| Edit | Post #276451 | Initial revision | — | about 6 years ago |
| Question | — |
Hierarchical tags are now available We just got hierarchical tags. A tag can have one or more children, and when you search on a tag you can either search just that tag or also search its children. This gives us another way to organize content. This feature was proposed on the Judaism site; you can see more background there. ... (more) |
— | about 6 years ago |
| Comment | Post #276129 |
@MarkBaker with the poor records we have it's hard to tell, but people also didn't used to be as mobile as they are now, so that probably led to more pressure to conform too (you're stuck with these people or, alternatively, the consequences of being expelled are severe). Plus you need something... (more) |
— | over 6 years ago |
| Edit | Post #276129 | Initial revision | — | over 6 years ago |
| Answer | — |
A: Could a 13-year-old have morality to disagree with their family's unethical business practices, while those are the norm in their society? Setting aside your specific case, which I'm not qualified to comment on, I'll address your general question of a 13-year-old opposing family and the broader society's ethics. I have no particular expertise in history or sociology here; this is just what I've observed. Sure, this happens quite... (more) |
— | over 6 years ago |
| Edit | Post #39392 | Post edited | — | over 6 years ago |
