Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
87 views

Hi there nice people from SO Problem I am trying to create a template in typst. I'd like to stylize my title section with a big block of colored background extending beyond the margin (see attached ...
Mmakabaka1880's user avatar
0 votes
2 answers
177 views

I am working on a user script (I'm using Tampermoney as my user script manager) to append a dynamic Rotten Tomatoes link to a Jellyfin movies/series page. It works when I manually reload on the title'...
Sam Saint-Pettersen's user avatar
1 vote
1 answer
84 views

Based on the HTML examples provided, is it considered better practice to mark up an author's name with the cite tag or a span tag? I've read that the cite tag is intended for referencing a work (like ...
Ahmed Ali's user avatar
2 votes
0 answers
100 views

These are the steps I have used to reach this problem. Create this test plantuml file: @startuml actor User rectangle "web" { usecase uc01 as "Use Case 1 - Start ---- [[https://...
Angus Comber's user avatar
  • 9,864
1 vote
1 answer
126 views

I created some simple console games in Python(Oyna Project) and took screenshots of each game to showcase them in the README.md file. I wanted to display these images in a table format both on GitHub ...
kamyarmg's user avatar
  • 961
1 vote
1 answer
34 views

I have a database full of blog entries written over the past 26 years. The blog code is a php script that pulls entries from the db and includes them inline in the page it generates. I'm learning to ...
Jeremy Osner's user avatar
0 votes
2 answers
178 views

For example, to render the variously changing datetimes of a yearly-repeating event that lasts several days, having a re-usable single svg image that can take a data-datetime="yyyy-mm-dd" ...
WebDragon's user avatar
  • 945
1 vote
2 answers
115 views

I am testing schema.org Json-ld markup for email using self mailing as mentioned, This is the sample schema I'm using along with html content sent in mail. I'm sending mail using gmail smtp, and ...
Anish Karthik's user avatar
0 votes
2 answers
43 views

I need to automatically change the plurality of the Student(s), Supervisor(s) and Co-Supervisor(s) depending on the array length. Note the authors array will have to contain atleast one entry (string) ...
Sumsar's user avatar
  • 21
0 votes
0 answers
34 views

My resume is currently written in latex, but that isn't essential. I had the idea a while ago of adding a QR code to my resume which when scanned would generate the exact latex code for the entire ...
Moosh's user avatar
  • 111
1 vote
2 answers
249 views

I'm working on a project where we need to manage PDF annotations using XFDF in a IOS mobile app. Currently, the images included in the annotations are encoded as base64 strings, which significantly ...
pradeep's user avatar
  • 441
0 votes
1 answer
218 views

I was running a Flask application using Python 3.9.13, Flask 1.1.2, Jinja2 2.11.3, and MarkupSafe 1.1.1, using a Redis (3.5.3) as my session store. When I created a flash message with flash(Markup('&...
cteljr's user avatar
  • 60
0 votes
0 answers
120 views

Background: We are developing a project folder management feature in our Flutter application, specifically focusing on handling drawings. This includes implementing markup and annotation tools for ...
Bakri Alkhateeb's user avatar
2 votes
1 answer
88 views

We're currently looking to implement a simple straight line feature within document markup. A straight line can be drawn currently by utilising the polygon tool and double clicking at the first point, ...
Chrissy Semens's user avatar
1 vote
1 answer
56 views

I am using Markdig nuget package right now to read my markup files and convert them to HTML string content = File.ReadAllText(mdFilepath); string? result = Markdown.ToHtml(content, pipeline); But ...
Wasim's user avatar
  • 744
0 votes
1 answer
180 views

I have a CSV list of abbreviations that I want to use in my document. Some of the abbreviations might change in the CSV file and I think it would be neat if I could use it as the source to automate ...
takanotsuru's user avatar
2 votes
2 answers
664 views

I've seen some nice nice sunburst diagrams, e.g., or multi-level pie charts, like this, But, I haven't been able to find code to make such diagrams in mermaid. Only regular one level pie chart ...
Eric Fail's user avatar
  • 8,018
0 votes
2 answers
77 views

I'm somewhat new to Blazor, and in one of my .razor files I've got a FluentSlider that I want to have a range of 0 to 255, with ticks incremented at 32 (I want it to be able to increment by 1, just ...
Eric Eggers's user avatar
-1 votes
1 answer
76 views

glovo confirmation email I would like to know if this is a form created by google or if it is possible to create it when creating an html email template, is it a some sort of setting inside of a email,...
Stefan Arsic's user avatar
0 votes
0 answers
54 views

I got a SWiperJS slider with looping. I need to change text on section, considering by current active slide index. But when my slider reaches to the end i got indexes like (0,2). Is there any fix? ...
Oleksandr Rostiahai's user avatar
1 vote
1 answer
169 views

Such a problem, I teach YOLO 4 for my son's cars, 1 car it finds easily, but if we start 2 and they drive next to each other and cross, for some reason it makes 1 big detection for 2 cars. Could the ...
Sergei's user avatar
  • 11
1 vote
2 answers
202 views

I am new to dotnet maui and I can't figuring out how to use the styles defined in the Styles.xaml sheet in the c# markup code. When I use the following code, my application crashes new Label { ...
Spacedog12's user avatar
0 votes
0 answers
210 views

Here is an excerpt from my Markdown text. This window is divided into 5 regions - [*Naming Fields*](#namingfields), ... Each region is described in more detail below. <a name="namingfields&...
Chuck's user avatar
  • 87
0 votes
1 answer
198 views

I'm re-installing Jemdoc+MathJax on my new drive, since I've used it to generate my personal website for the past couple of years. This is a Python program that uses a simple markup language to ...
Aidan W. Murphy's user avatar
0 votes
0 answers
32 views

I have these photos that I uploaded to google photos that I use in my html code for my website. They're always there for the day, but then the next day when I reopen up my port all the images on the ...
Hanabel's user avatar
0 votes
1 answer
388 views

So this is my URL https://www.rosterelf.com/pricing. And if you go to page source, I have added 2 Schemas Product and FAQPage. Then I went to https://search.google.com/test/rich-results and pasted my ...
Mittul At TechnoBrave's user avatar
2 votes
0 answers
198 views

I have a custom QLPreviewController created to preview and edit the images in my app. I need to identify when the QLPreviewController enters markup mode, and based on that I have to show/hide some ...
jrodrigues's user avatar
0 votes
1 answer
79 views

I have YAML data that contains file paths of hundreds of experiments results over a long time. The results are stored across different directories. All the results have a same base directory. Due to ...
Yash's user avatar
  • 357
1 vote
0 answers
63 views

This is for GitHub pages using the jekyll-theme-tactile theme. What I have in the .md file is: | | Create | Read | Update | Delete | |-----...
David Thielen's user avatar
0 votes
1 answer
41 views

A little new to learning XSD. If I have this XSD valid schema looking like this below: <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> &...
Erfan Tavoosi's user avatar
2 votes
0 answers
78 views

I'm using Schema.org JSON-LD Email Markup to create event reservations in Google Calendar via Gmail. The markup is intended to generate unique events. However, when sending two distinct emails in ...
Udhaya's user avatar
  • 371
3 votes
2 answers
20k views

Recently Telegram has provided the ability to quote texts: I want to send a message using Telegram Bot API using html as parse_mode but I cannot find any mention of how to do it using html tags in ...
wiki's user avatar
  • 2,093
1 vote
0 answers
90 views

I want to design in HTML/CSS the one bureaucrate form, where fields labeled under the line. Like this one: I'm tried to use inline-flex for those fields: HTML: <p>The long text of a bureaucrate ...
iEPCBM's user avatar
  • 231
0 votes
0 answers
43 views

I am having trouble removing the blank space (or extra column?) from my ListView looking like following: There seems to be no functional workaround solutions from previous questions on the subject at ...
Aleksandar's user avatar
0 votes
0 answers
59 views

I am an admin user on a dedicated MediaWiki installation with no access to the server, therefore I can not install extensions. I am trying to create a template called {{DynamicPageSections|page_title}}...
Elad Ratson's user avatar
2 votes
1 answer
1k views

I am making a blog style document which has no pages, as a consequence my outline looks like this atm: I am trying to wrap my head around the show function, I thought this would remove numbering: #...
Makogan's user avatar
  • 9,991
1 vote
0 answers
747 views

I want to use code block in markdown with enabled code highlighting. At the same time, I often want to override formatting for some part of that block to pay attention to it. For example, I have this ...
Ashark's user avatar
  • 859
1 vote
1 answer
295 views

I’m trying to display some ASCII art to show inside the Elements tab—NOT console.log—when someone inspects a webage. I’m using React, so I don’t have access to the final build, which happens on the ...
Sujan Sundareswaran's user avatar
0 votes
1 answer
151 views

Freshly installed nuget package in a fresh maui app project and it's missing a field or property called CounterBtn. I don't know what type it's supposed to be. The name 'CounterBtn' does not exist in ...
Atezian's user avatar
1 vote
1 answer
248 views

I'm in process of learning Vue and i was building a simple wiki page. Raw article data are JSON file written in a custom markup. For instance, the following markup: The ''sun'' is {r=black black} ...
NoyaZ_'s user avatar
  • 13
0 votes
0 answers
44 views

Adding <em> and running Tidy2 adds a carriage return that adds an unwanted space. No extra space: <p>"The way ... etc. It produces (what I want): "The way ... etc. But when I ...
mountainclimber11's user avatar
1 vote
1 answer
109 views

Text markups are not showing if applyRefPoint is set as True If the applyRefPoint is set to true, the text markup disappears once the text is typed. However, if it is set to false, there are no ...
Able MPeter's user avatar
0 votes
1 answer
100 views

I added markup_text package to my yaml file and copied the code from their example to my dart file which gave me bunch of errors saying icon not found as shown in the screenshot below. I have tried ...
Vipin Verma's user avatar
  • 5,875
6 votes
1 answer
8k views

Typst's documentation says that there is an equation function you can use to write numbered equations. However when I write: #equation($a$) I get an error saying no such symbol can be found.
Makogan's user avatar
  • 9,991
1 vote
0 answers
815 views

I am quite new to programming and I need to convert excel files to csv while keeping a track of the formatting of the text in the excel file. Ex: column_name = "book description". cell :&...
isadora's user avatar
  • 19
13 votes
2 answers
13k views

I am using typst to render some stuff, I want a side by side display of 2 images I gured out how to get things vertically: #figure( (image("eulerian.svg", width: 10%), image("...
Makogan's user avatar
  • 9,991
1 vote
1 answer
835 views

I have an AsciiDoc structure like this: Documentation.adoc DeveloperDocumentation/DeveloperDocumentation.adoc DeveloperDocumentation/DeveloperDocumentationPart1.adoc UserDocumentation/...
jasie's user avatar
  • 2,472
0 votes
2 answers
2k views

I have a fairly specific CSS issue. Please look at the codepen, as pretty much everything is explained in there... but here is a bit more explanation: THE GOAL: There are two rows (inside a container)...
cascade's user avatar
  • 41
0 votes
1 answer
145 views

I'm trying to parse Pango-style markup into a tree like structure with the leaves being the text elements and the branches the tag elements with the attributes. For example: <b>This is bold</...
TheEagle's user avatar
  • 6,005
0 votes
1 answer
92 views

Am trying to add a popup using window.open in teams webhook action, no success till now. Any help here is much appreciated {"@type": "MessageCard","@context": "http:/...
Praveen V's user avatar

1
2 3 4 5
28