Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Activity for Moshi
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #291702 | Initial revision | — | 5 months ago |
Question | — |
How can I reuse a set of nodes in Tikz? I have a graph in TikZ which I would like to use multiple times, with variations. As a simple example, say I have the following set of nodes ```tex \begin{tikzpicture} \node (a) at (0, 0) [circle,draw] {a}; \node (b) at (1, 0) [circle,draw] {b}; \node (c) at (1, 1) [circle,draw] {c}; \e... (more) |
— | 5 months ago |
Comment | Post #290081 |
[`https://github.com/codidact/qpixel/commits/develop?since=2023-10-01&until=2023-10-04`](https://github.com/codidact/qpixel/commits/develop?since=2023-10-01&until=2023-10-04) ([source](https://stackoverflow.com/a/51355023))
I haven't found a convenient UI for it though. (more) |
— | about 1 year ago |
Comment | Post #289586 |
There aren't any of the other things though.
Also when it says `<input type=... >` it is referring to an `<input>` tag with a `type` attribute, not an `input_type` attribute (note the space, not an underscore) (more) |
— | about 1 year ago |
Edit | Post #289586 | Initial revision | — | about 1 year ago |
Answer | — |
A: Why is WAVE throwing an "empty button" error when there's a type attribute specified? Let's take a look at what WAVE is telling us. > > A \ element is present that contains no text content (or alternative text), or an \, \, or \ has an empty or missing value attribute. > > The HTML that's highlighted as being responsible for this error shows as this, including a "type=" attribute... (more) |
— | about 1 year ago |
Comment | Post #288492 |
The main one I'm aware of is BBCode ([wikipedia](https://en.wikipedia.org/wiki/BBCode)). It's relatively popular, (mostly used on forum software, though there do exist standalone editors). (more) |
— | over 1 year ago |
Edit | Post #286902 |
Post edited: Author clarified that it's a local problem rather than with GitHub |
— | about 2 years ago |
Suggested Edit | Post #286902 |
Suggested edit: Author clarified that it's a local problem rather than with GitHub (more) |
helpful | about 2 years ago |
Edit | Post #286847 | Initial revision | — | over 2 years ago |
Question | — |
Commenting on multiple selections in Google Docs How can one add one comment to two or more selections in Google Docs? It is clearly technically possible, since when you copy a section with a comment, any pasted text will link to the same comment, forming non-continuous comment selections. Two lines, both with the same comment However, oth... (more) |
— | over 2 years ago |
Comment | Post #286509 |
`([0-9]):([0-9])([0-9])` works fine for me. Did you make sure to click "Use wildcards"? (more) |
— | over 2 years ago |
Edit | Post #285513 |
Post edited: Tagged |
— | almost 3 years ago |
Suggested Edit | Post #285513 |
Suggested edit: Tagged (more) |
helpful | almost 3 years ago |
Edit | Post #285460 | Initial revision | — | almost 3 years ago |
Answer | — |
A: How do I Google for ≤,≥ a particular natural number? Just exclude the second number. `"50.. copies" site:torontopubliclibrary.ca` will give results for any number greater or equal to 50. For getting natural numbers less than 50, just set the first to 0. (`0..50`) (more) |
— | almost 3 years ago |
Edit | Post #285119 | Initial revision | — | almost 3 years ago |
Question | — |
Turn off proofing for quotations in Word When directly quoting somebody, I would like to quote them verbatim, and their writing style often clashes with Word's style/grammar checker. While I can manually ignore them, the squiggly lines always pop back up when I reopen the document. I would like to keep corrections on for non-quotation te... (more) |
— | almost 3 years ago |
Comment | Post #285111 |
I went for a more general approach; if you want to do it with inline styles (which I usually wouldn't recommend), then you can do the exact same thing as your `p` example except using `span`:
```html
<p>Some other text. <span style="color:red;">Red span text</span>. More text</p>
``` (more) |
— | almost 3 years ago |
Edit | Post #285111 | Initial revision | — | almost 3 years ago |
Answer | — |
A: How do I color — some but NOT all — text in a sentence, in HTML5? The `font` element is depreciated An easy way to do it is to use `span` elements. That page has a good example of what you want. Simply do something like ```html Blah blah special text blah blah ``` You can easily style the special text with CSS. If the styling is not purely decorative tho... (more) |
— | almost 3 years ago |
Comment | Post #284942 |
@#53919 I was thinking maybe that you had more than one setting.ini file and one of them was taking precedence, though it seems it's not the case here. (more) |
— | almost 3 years ago |
Comment | Post #284942 |
According to https://docs.gtk.org/gtk3/class.Settings.html it looks like it checks a number of places for `settings.ini` files. For me, it was under `/etc/gtk-3.0` (more) |
— | almost 3 years ago |
Comment | Post #284590 |
I don't think that Power Users is the right place to ask about this kind of thing. It isn't about the usage of specific software or hardware. (more) |
— | about 3 years ago |
Comment | Post #284388 |
@#36377 Oops, I probably should have known better. Fixed (more) |
— | about 3 years ago |
Edit | Post #284388 |
Post edited: ...should have known it would break it here as well |
— | about 3 years ago |
Edit | Post #284388 | Initial revision | — | about 3 years ago |
Answer | — |
A: Unable to gave an upvote to Q or A It's a failed YouTube embed. The site has a script to create YouTube embeds from `youtube.com` links, but fails on the link `https://www.youtube.com/embed/?autohide=1&enablecastapi=0&html5=1&ps=blogger&widgetreferrer=http%3A%2F%2Fceritacinta407.blogspot.com%2F&enablejsapi=1&origin=https%3A%2F%2Fww... (more) |
— | about 3 years ago |
Comment | Post #283747 |
I'm not a Mac user, but according to https://apple.stackexchange.com/questions/309450/how-to-unhide-files-on-mac, the correct command is `chflags nohidden` not `chflags unhidden` (more) |
— | about 3 years ago |
Edit | Post #283750 | Initial revision | — | about 3 years ago |
Answer | — |
A: What's the pattern for how on/off sliders work? Relying on my own experience, usually websites do some combination of the below: - The current state tells you how it is - That is, if it is green, it is on, and if it is red, it is off - Filled in means on, and not means off - If it has "on" visible, it is on, and if it has "off" vis... (more) |
— | about 3 years ago |
Comment | Post #283719 |
Oh wait, do you mean opening *links*? If that's the case you could use something like [Tab Position Customizer - Modified](https://chrome.google.com/webstore/detail/tab-position-customizer-m/kkhcdbdhbmegbbhgmdhhpfmjhlhjlghp) ("Modified" referring to the fact that it was forked off another extension t... (more) |
— | about 3 years ago |
Comment | Post #283719 |
For me, (Windows 10 Chrome, fresh install), opening a new tab (via the + or via CTRL T) always opens at the end. How are you opening the new tabs? (more) |
— | about 3 years ago |
Edit | Post #283719 |
Post edited: Added browser to tags |
— | about 3 years ago |
Suggested Edit | Post #283719 |
Suggested edit: Added browser to tags (more) |
helpful | about 3 years ago |
Edit | Post #282071 |
Post edited: Tagged application |
— | over 3 years ago |
Suggested Edit | Post #282071 |
Suggested edit: Tagged application (more) |
helpful | over 3 years ago |
Comment | Post #282071 |
Is there are reason you don't want to just add the app to the Startup folder? (more) |
— | over 3 years ago |
Edit | Post #281989 |
Post edited: Added tag for Windows 10 |
— | over 3 years ago |
Suggested Edit | Post #281989 |
Suggested edit: Added tag for Windows 10 (more) |
helpful | over 3 years ago |
Comment | Post #282028 |
@Istiak yes, wiktionary.com *redirects* to wiktionary.org. The .com links dont have any content of their own. (more) |
— | over 3 years ago |
Edit | Post #282028 |
Post edited: |
— | over 3 years ago |
Comment | Post #281989 |
@tommi I meant software side, that is, if you go to Language Settings > (language) > Options > Keyboards, which one do you have installed? Each software keyboard has its own set of keybinds.
Eg. I have both English>US and English>US-International keyboards installed. The later of which has `AltGr+... (more) |
— | over 3 years ago |
Edit | Post #282028 | Initial revision | — | over 3 years ago |
Answer | — |
A: How do I search for, and view, all Web Pages on En.wiktionary.com containing "Sino-Korean word"? Wiktionary.com ≠ Wiktionary.org There simply aren't any pages matching your search The pages you list, 준비, 박수, 주방, 감사, 안녕, 실패, 성공, are all on en.wiktionary.org. However, your search is on en.wiktionary.com. Therefore, Google correctly reports that there aren't any wiktionary.com pages containi... (more) |
— | over 3 years ago |
Comment | Post #281989 |
Which keyboard exactly are you using? (more) |
— | over 3 years ago |
Edit | Post #281973 | Initial revision | — | over 3 years ago |
Answer | — |
A: Should we use more specific version tags for software? If you're on Windows 10, you really should be on the latest version of Windows 10. Therefore, I believe it's not necessary to tag version numbers. Version tags will near immediately become irrelevant anyway when the next update rolls out, and we can't tag every version a question applies to, so it... (more) |
— | over 3 years ago |
Suggested Edit | Post #281963 |
Suggested edit: Retagged since it's not a question about browsers (more) |
helpful | over 3 years ago |
Comment | Post #281890 |
@MonicaCellio [done](https://powerusers.codidact.com/posts/281904) (more) |
— | over 3 years ago |