

On the other hand, “r/” followed by the name of a subreddit will link to that community. Typing “u/” followed by the name of a Reddit user will link to the user with that name. You can also have Reddit automatically create certain links for you. These links must have “http,” “https,” or similar link schemes in them. To create a link on Reddit, wrap the link text in brackets (), then place the link immediately after in parentheses. () – Reddit Link u/nameofuser – u/reddit r/nameofsubreddit – r/AskReddit Like other documents, the largest size is header 1, followed by 2 and 3. This is especially true if the text post is fairly long and comprehensive, like a guide or a timeline. These are intended to separate different sections of a Reddit text post. The actual font size of these header sections varies from browser to browser. You can also add a line through text with a strikethrough, using two tildes (~~) before and after. You can wrap single asterisks (*) to italicize a block of text, two (**) to bold a text, and three (***) to put both bold and italics on text. The above formatting options are ways to emphasize parts of the text. Here are a few basic formatting options that everyone can use for their posts. RELATED: What Is Markdown, and How Do You Use It? Basic Formatting Options

However, if you’re using old Reddit, the official Reddit app on mobile, or third-party Reddit clients, you will likely still have to use Markdown. If you’re using Reddit’s new interface on desktop, you likely won’t need to use Markdown as the interface has a visual editor. However, this piece will be focused on formatting options that frequent Reddit users will find most useful. If you’re interested in learning more about the language, you can check out our Guide to Markdown. However, they have various options that will enable you to add formatting to your content thanks to Markdown, a markup language that applies text formatting to the content on a web page.Ĭompared to other text formatting languages, Markdown is well known for being straightforward, easy-to-use, and intuitive, even for new users. Reddit only allows you to use text in the body of posts and comments. Reddit is the largest discussion board on the internet, with millions of active users and thousands of subreddits.
#How to strikethrough text reddit how to#
Here’s how to apply text formatting to level up your Reddit experience. ObjExcelBook.SaveAs filepath & "\Output\" & CELLA1 & ".If you’re a frequent Reddit user, you may have noticed others using formatting options on their posts. 'Only want the worksheets that are DM (GET or GROW) and are not Cancelled Set objSheet = objExcelBook.Sheets( sName ) =false ' Turn off security alertyįor e = 1 to ' Loop Through all worksheetsĭim sName : sName = objExcelBook.Worksheets( e ).Name Set objExcel = CreateObject("Excel.application") ' create an excel object Set objFile = FSO.GetFile(objArgs(I)) 'Full Path and file nameīasename = FSO.GetBaseName(objfile) 'base file name without path and extensionĮxtension = FSO.GetExtensionName(objfile) 'file name extensionįilepath = FSO.GetParentFolderName(objFile) 'file path without trailing slashįileName = FSO.GetFileName(objFile) 'file name with extension Set FSO = CreateObject("Scripting.FileSystemObject") And if you see anyway I can improve this Vbscript let me know. If anyone can look at the Macro and figure out how I can integrate it into this whole process I would appreciate it. One thing I noticed with the Macro is if I select a range of cells with it and one of those cells is just a number I get an error and the macro stops running. It outputs the needed worksheets to another folder and another process watches that and kicks off the SAS program. Client drops the file into a folder on our ftp site and we have a process that watches that folder and pulls down the XLSX file and kicks off my vbscript to run it. We receive an updated schedule weekly and currently we have this whole process completely automated.

Now my issue is how can I automate this from within my vbscript. Now I found a Macro where I can select a range of Cells and run the macro to remove any text with a StrikeThrough effect. Now one of my users has requested if we can remove any text that has the StrikeThrough effect from the excel file before it is saved as the tab delimited file. We use the tab delimited files as input to a SAS program. The workbook has dozens of worksheets and currently I have a vbscript that saves only the worksheets I need as tab delimited files. We get a schedule from a client that comes in an XLSX file format.
