
Typst
Quarto
Docusaurus
Overleaf
Productivity Power Tools
Obsidian.md
Google Docs
CharacterMap.org
Reddit
X (Twitter)
Facebook
YouTube
Google
Quora
Instagram
Hacker News
Redditi like reddit very much
Based on our record, Reddit seems to be a lot more popular than Typst. While we know about 3301 links to Reddit, we've tracked only 51 mentions of Typst. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
ZUGFeRD and Factur-X are standards used in Germany and France that solve this by putting both readers in one file: a normal PDF users can look at, with the structured invoice data embedded as XML for automation. This post explains why you would want or need that and how Oicana produces such a file from a Typst template. - Source: dev.to / 17 days ago
Like many of us here I prefer not use PowerPoint. Recently I've been making slides in Typst (https://typst.app) which is great, except there's no good way to actually present the resulting PDF, and no support for speaker notes, videos or GIFS. To fix this I built Presio: https://presio.xyz. Present any PDF in the browser as two synced windows, a controller (speaker notes, timer, media controls) and a viewer for... - Source: Hacker News / 20 days ago
This post looks at what the European Accessibility Act and the US accessibility framework (ADA and Section 508) mean for businesses that produce PDFs, whether PDF/UA is actually required, and how Oicana exports PDF/UA-1 documents from Typst templates. - Source: dev.to / about 1 month ago
> Is there anything similar to (or better than) overleaf for collaborating on typst docs? To be clear, overleaf isnโt all that great but I sometimes work with groups that are used to it. Yes, https://typst.app/ is the official Typst app (part of how they make money). > Have conferences that traditionally accepted latex source (and specified latex templates) started accepting typst as well? Very few by now. - Source: Hacker News / about 1 month ago
Co-maintainer here. Tectonic is a cool project, but hasn't seen any significant changes in a few years---and likely won't anytime soon. It seems we maintainers don't have the time and motivation to put serious work into Tectonic. I haven't looked at the code in years (and thus may be wrong), but here's a quick overview: Tectonic's code consists of thin bindings to /harfbuzz/graphite/etc and a vendored XeTeX port,... - Source: Hacker News / about 1 month ago
From urllib.parse import urlparse Def normalize_gh(r): return { "title": r["name"], "url": r["url"], "source": "github", "score": r["stars_this_period"], "desc": r.get("description", ""), "date": r["trending_date"], "lang": r.get("language"), } Def normalize_hn(p): return { "title": p["title"].replace("Show HN: ", ""), "url":... - Source: dev.to / 3 months ago
@tool Def search_reddit(keywords: str, max_results: int = 20) -> list[dict]: """Fallback: search Reddit directly via PRAW.""" reddit = praw.Reddit( client_id=os.environ["REDDIT_CLIENT_ID"], client_secret=os.environ["REDDIT_CLIENT_SECRET"], user_agent="doug-agent/1.0", ) candidates = [] for submission in reddit.subreddit("all").search(keywords, sort="new",... - Source: dev.to / 3 months ago
Import requests Import time Def fetch_subreddit_posts(subreddit, sort="hot", limit=25): url = f"https://www.reddit.com/r/{subreddit}/{sort}.json" params = { "limit": limit, "raw_json": 1, # Prevents HTML encoding in responses } headers = { "User-Agent": "PythonScraper/1.0 (research project)" } response = requests.get(url, params=params, headers=headers) if... - Source: dev.to / 4 months ago
From sessionkeeper import SessionKeeper Async with SessionKeeper("reddit") as sk: page = await sk.get_authenticated_page("https://reddit.com") # You're logged in. Do your automation. await page.goto("https://reddit.com/r/blender/submit"). - Source: dev.to / 4 months ago
It's completely free, and takes just moments to set up - you just need to create an account, and set up keywords for the service to track. When your keywords are mentioned on Reddit, Hackernews, or Lobste.rs, you'll get a tidy little email in your inbox. - Source: dev.to / over 1 year ago
Quarto - Open-source scientific and technical publishing system built on Pandoc.
X (Twitter) - Connect with your friends and other fascinating people. Get in-the-moment updates on the things that interest you. And watch events unfold, in real time, from every angle.
Docusaurus - Easy to maintain open source documentation websites
Facebook - Connect with friends, family and other people you know. Share photos and videos, send messages and get updates.
Overleaf - The online platform for scientific writing. Overleaf is free: start writing now with one click. No sign-up required. Great on your iPad.
YouTube - Our mission is to give everyone a voice and show them the world.