Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Posts tagged tools

1 child tag

This tag doesn't have any usage information yet.

This tag doesn't have a detailed wiki yet.

50%
+0 −0
Q&A Strategies for writing software design documents

I'm a self-taught programmer which means I started writing software by sitting down at an IDE and hammering out some code. When my decisions ultimately coded me into a corner I would refactor and r...

2 answers  ·  posted 5y ago by AGirlHasNoName‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Methods for writing a code review

I currently spend a good deal of time over at Code Review and I would love to improve the quality of the reviews I write. Can you give me any insight into the structure or approach you use when wri...

2 answers  ·  posted 5y ago by AGirlHasNoName‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A How can I get a technical writing job for software apps without a degree? [closed]

I have no degree and I cannot afford to have one, however, I would really love to get into technical writing because I love writing and I am interested in web and software development. Right now, I...

1 answer  ·  posted 5y ago by Camilla S.‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Where do I start with C++ documentation?

I am new to programming and am entirely self-taught. I have reached a point in my writing where a solid grasp of documentation standards would be greatly beneficial. My question is not how to add d...

3 answers  ·  posted 6y ago by AGirlHasNoName‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A How to effectively document a product composed of complex microservices?

I have a highly flexible software product consisting of a series of loosely coupled microservices. Each component is effective at a single job, but may be dependent on inputs from other services. I...

1 answer  ·  posted 6y ago by Jason Fox‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A How can I publish package overviews (Java) or namespace overviews (C++) using Doxygen?

We use doxygen to generate API (reference) documentation for our code. We have a small Java API and a large C++ API. The usual tool of choice for Java APIs is Javadoc, but doxygen can do both and...

1 answer  ·  posted 7y ago by Monica Cellio‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Can we use MadCap Flare with semantic markup?

My team uses MadCap Flare to produce a large body of documentation (thousands of topics). The source is "Flare HTML", HTML with some Flare additions (for variables, admonitions, snippets, and so o...

2 answers  ·  posted 7y ago by Monica Cellio‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Starting a sentence with the name of a program or command-line tool: capitalization?

Say you want to talk about a piece of command-line software, like make or bash or the cp command. These commands are all lower-case, and case-sensitive (i.e. won't work on the computer if you capit...

2 answers  ·  posted 8y ago by interfect‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Tool to batch convert DOI to citations?

I'm looking for an (online) tool to convert a long list of DOI's (1000+) into citation information. There are several tools that let you enter one DOI at a time, such as doi2bib or Crossref but tho...

1 answer  ·  posted 8y ago by redfuse‭  ·  last activity 4y ago by System‭

Question tools citations
60%
+1 −0
Q&A What word processor is recommended for writing a technical (programming) book?

I'm looking at writing a book with code samples, hints, and other stuff, and was wondering what type of word processor would be recommended for writing a book that's 50+ pages (including code sampl...

1 answer  ·  posted 8y ago by i am me‭  ·  last activity 4y ago by System‭

Question software process
50%
+0 −0
Q&A Format keyboard keys in documents

I'm writing a guide to give step-by-step instructions to complete some tasks on the computer. At some points, I need to indicate pressing keys on the keyboard; how may I format the letter/symbol to...

1 answer  ·  posted 8y ago by Oxwivi‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A What is the average cost of software for DITA authoring?

I'm looking to buy some software for technical document authoring with DITA. The tech writing group will have at least 5-10 users, writing 100-pages long documents for several products in various l...

1 answer  ·  posted 9y ago by TuringTest‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Tools for multiple creators/writers documentation without clouds

In many companies I've seen it that more than 1 person are writing at the same documentation (be it user manual or technical documentation) for a computer application. What I have seen in usage wa...

2 answers  ·  posted 9y ago by Thomas E.‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A In Flare, how can we make atomic change groups in review?

My team uses MadCap Flare for documentation and we have an editor on the team. When a writer is ready, we assemble a review package in Flare and send it to the editor, and she makes changes and se...

1 answer  ·  posted 9y ago by Monica Cellio‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Best Tool to Create User Guides

We are planning to create a user guide for internal use only. It's 150-page document in Word for a self-developed SW tool. The user guide will require constant update. No translation is needed. We ...

2 answers  ·  posted 10y ago by xifeng‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A How do you visualize plot structure?

I want to visualize the internal structure of my plot. I noticed several contradictions, and want to better understand what's going on in my tale. I'm not talking about different characters doing ...

2 answers  ·  posted 10y ago by System‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A How can I write better code-based reference documentation for programming interfaces?

Programmers can write comments in code that can be automatically turned into API documentation (like Javadoc). All I have to do is add some comments explaining what a class or method does and what...

4 answers  ·  posted 10y ago by Monica Cellio‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A What are the tool choices for producing technical documentation in PDF and web site ready HTML?

My company currently maintains our technical documentation (User's Guide) in Google Docs. With each release I produce a PDF that we host on our website. Here are the features of Google Docs that w...

2 answers  ·  posted 10y ago by tmcallaghan‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A How can I prevent, or work around, unfortunate hyphenation in critical words?

In technical documentation, sometimes the tool's automatic hyphenation makes a bad break in the middle of a term, like the name of an environment variable or function. In these cases I would rathe...

1 answer  ·  posted 10y ago by Monica Cellio‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A How can I consistently distinguish among tables, fields, and records in a database?

I am describing a database for a scientific publication. The database has many tables, and each table has fields (spreadsheet columns) and records (rows). I spend a lot of time discussing tables a...

1 answer  ·  posted 11y ago by Abe‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A How should we go from Stack Exchange Q/A to publishable PDF with the least hassle?

Over on another site we're talking about taking some of our content (on a particular theme) and re-packaging it as a printable PDF. (The primary use case is paper.) This wouldn't be a straight du...

2 answers  ·  posted 11y ago by Monica Cellio‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Technical Writing Software

I'm interested in newer software/software stack to use in writing technical papers. For the longest time I have been use LaTeX to handle this but in looking at getting longer pieces published, such...

6 answers  ·  posted 13y ago by Travis‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A How can I manage screen shots and other graphics for maintenance?

Our ~1500-page documentation set contains numerous screen shots and related graphics (schematics, flow diagrams, etc). Sometimes the user interface changes and we have to update all the affected g...

1 answer  ·  posted 12y ago by Monica Cellio‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A MS Word: images and lists break paragraph formatting

I've set up styles so that my paragraphs under level 4 headings stick together. To this end, I've set "Widow/Orphan control", "Keep with next", and "Keep lines together" for both the 4th heading st...

0 answers  ·  posted 4y ago by Harnex‭  ·  last activity 4y ago by System‭

Question microsoft-word
60%
+1 −0
Q&A What's a good, multi-platform writing app? (that's not Google docs or Evernote)

Sorry if this question has been asked a lot I've been writing for a year now and have used both Google docs and Evernote and found them both to be lacking Google docs: I'm a writer who likes to f...

0 answers  ·  posted 4y ago by klippy‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Simplistic word editor suggestions needed

I am looking for a minimalistic word editor for my creative writing. Basically I would like something like the “notes” app on OSX just with the option to save your writing as a separate file. Does ...

0 answers  ·  posted 4y ago by user5227744‭  ·  last activity 4y ago by System‭

Question software
60%
+1 −0
Q&A Technical specification for webservice (developers-oriented) - examples, methods & instruments

Good time of the day, community! Hope, that my post won't irritate too much, but rather will be helpful for someone in future. I already made some progress myself (I mean some raw unfinished vers...

0 answers  ·  posted 4y ago by Anton FromButovo‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Linux command line based Word Processors?

I am on the hunt for software options that may have gotten drowned out in my google searches by emacs, vim, and wordgrinder to use as a word processor in a Raspbian Terminal environment. The goal ...

1 answer  ·  posted 4y ago by TheLuckless‭  ·  last activity 4y ago by System‭

Question software
60%
+1 −0
Q&A Storyboarding Approaches for the Non-Artistic

TLDR: Tips and Tricks for storyboarding a novel? For someone who can't draw well enough to do the "Draw and describe method" Hello, having read the "Storyboard a Novel?" as well as some sources ...

3 answers  ·  posted 4y ago by J Crosby‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Which tools are recommended for writing/authoring with? [closed]

I have to following tools available, looking for other options. Microsoft Word Sublime Text Editor Atom Visual Code I'm a Software Engineer, who is interested in writing. Thanks in advance.

0 answers  ·  posted 4y ago by Dean Van Greunen‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A A thesaurus that detects rhyming

I have been looking for a word that rhymes with post with similar meaning to a school. But I go to thesaurus.com, sounding the words on my head for results under "school" and none rhyme. I then tr...

1 answer  ·  posted 4y ago by Jossie Calderon‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Software for developing a resource

Looking for software recommendation. I am hoping someone can help me, I am developing a book for children that covers mental illness and I want it to be flexible based on demographic or personal d...

2 answers  ·  posted 5y ago by Michelle Rogers‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Different header numbering formats in a document

I am writing a document with several chapters. Each chapter title uses heading 1 and the chapters have the numbers 1 to 8. All chapters are using header 1 so that I can build a table of contents. ...

1 answer  ·  posted 5y ago by Reza_va‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Is there an online tool which supports shared writing?

I want to write a short story (and maybe later a book) together with a colleague from work. Is there an online service which we can use to do this in a convenient way? Useful features would be (n...

2 answers  ·  posted 5y ago by Kaadzia‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Foreign words break spellchecking

I am writing a text with a lot of foreign words, and MS Word complained that there were too many ‘errors’ and stopped checking spelling. Is there a way to force spellchecking? (Short of creating a ...

1 answer  ·  posted 5y ago by Mathieu Bouville‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Does IDE-like writers' software exist?

This question is somewhat inspired by Is there a need for better software for writers? I'm currently using Google Docs for writing, and it's a great tool: simple enough, has some nice features, cl...

1 answer  ·  posted 5y ago by Alissa‭  ·  last activity 4y ago by System‭

Question software tools
50%
+0 −0
Q&A Does software exist to easily markup technical documents as audio scripts?

Inspired by this question: Is there a need for better software for writers? I have an IDE¹ related question about software that can assist writers. Is there a tool to (easily) turn technical wri...

0 answers  ·  posted 5y ago by April Salutes Monica C.‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A How can I generate paperback book from iBooks Author?

I'm starting to write a book and I am considering to use the iBooks Author app since I tend to like Apple products. Through my research, I learned I can publish it into iBooks, export it for iBooks...

0 answers  ·  posted 5y ago by Ricardo‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Is there any checklist for blog post before publishing it?

The Context: I often write through a blog platform. However, sometimes I feel that the content is too long and deep and sometimes I feel the content is written only on a surface-level about a topic...

1 answer  ·  posted 5y ago by Prasad_Joshi‭  ·  last activity 4y ago by System‭

Question technique tools blog
50%
+0 −0
Q&A Is there a writing software that you can sort scenes like slides in PowerPoint?

I generally use PowerPoint for outlining my scenes (prose, not script). I put a general description of what the scene is on the slide, and then give more details in the notes section. I like that I...

2 answers  ·  posted 5y ago by anonymouswombat‭  ·  last activity 4y ago by System‭

Question software
60%
+1 −0
Q&A Podcast Transcripts: suggested collaborative tools?

I love accessibility, so any show that is 100% scripted, my script = the transcript, and I'm happy to share it. For podcasts with a cohost, there's no easy transcription software, and fiverr is ac...

3 answers  ·  posted 5y ago by April Salutes Monica C.‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Autocapitalize after colon for dialog?

I write my dialog in this format: Joe: Why are you wearing a shoe on your head? Sam: Mind your own damn business! What's annoying here is that it doesn't automatically capitalize the word follow...

1 answer  ·  posted 5y ago by noClue‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Autocapitalize/correct two connected words?

Let's say I have a character in my story simply called "Slime Monster". With every instance of these two words, I want both words to be capitalized and to be corrected as a pair, so if I mistype it...

1 answer  ·  posted 5y ago by noClue‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A Scansion tool for checking my meter

Are there any software tools available that will help me dissect my meter? I have always been extremely poor at scansion and while my writing doesn't suffer terribly for it, it makes writing strict...

1 answer  ·  posted 5y ago by AGirlHasNoName‭  ·  last activity 4y ago by System‭

Question software poetry tools
50%
+0 −0
Q&A Nanowrimo and typewriting

I am a happy user of an Underwood 5, an old typewriter from the beginning of the XX century. I use it to type letters, short stories, greeting cards, and labels. I am now planning to try and type...

1 answer  ·  posted 5y ago by _X_‭  ·  last activity 4y ago by System‭

50%
+0 −0
Q&A Is it possible to use version 3 Scrivener documents in both Mac & Windows?

Does anyone use Scrivener cross OS? I just got my first MacBook and installed Scrivener, but then because it's a newer version (3) it wants to update the Scrivener files. Which would be fine, but I...

3 answers  ·  posted 5y ago by Kirk‭  ·  last activity 4y ago by System‭

Question software scrivener
50%
+0 −0
Q&A Creating and keeping track of characters

I admit to finding this an insurmountable task. My novel has dozens of characters. My first problem wasn't keeping track of them, but creating them. Modern Day: My 20th century characters were ...

3 answers  ·  posted 5y ago by Cyn‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A How can I keep dialogue attached to character names in a Pages play script?

I'm formatting a play using Pages on macOS. I cannot figure out how to get character names to be associated with their dialogue. I'm formatting like [centered] JOHN [\centered] Yes, that’s me...

1 answer  ·  posted 5y ago by Clayton McCray‭  ·  last activity 4y ago by System‭

60%
+1 −0
Q&A How to Paste as Plain Text in Scrivener on Windows?

I did an install of Scrivener Version: 1.9.9.0 - 03 Oct 2018 on a Windows 10 computer. In the paste, I know I used to be able to copy formatted text from any source and paste it as plain text into...

0 answers  ·  posted 5y ago by Innertube‭  ·  last activity 4y ago by System‭

Question scrivener
60%
+1 −0
Q&A Where to put a description of software tools used in a thesis?

At the moment I'm writing my master-thesis in the area of information systems. Because I developed some code to demonstrate my approach, I also mention some software tools in my proof-of-concept se...

1 answer  ·  posted 5y ago by So S‭  ·  last activity 4y ago by System‭