00:00
00:00
TheTankTribune
The Official Newspaper of Newgrounds! New Issues every Sunday!

Joined on 6/8/20

Level:
3
Exp Points:
65 / 100
Exp Rank:
> 100,000
Vote Power:
3.04 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
0
Saves:
1
B/P Bonus:
0%
Whistle:
Normal
Trophies:
1
Medals:
10

@The-Great-One Pandoc is a tool to convert from Markdown to different text formats. Markdown itself is a simple markup language that you'd normally use on StackOverflow, Reddit and other places. OpenOffice is pretty good, but it's not really set up (in my experience) to make it easy to enter the same text repeatedly (like username mentions).

Notepad++ and VS Code usually display a dropdown that shows the past text in the document that matches whatever you're typing (so when you, say, type @ and press Ctrl+Space, then it would show the previous username mentions you typed). While they're usually used for programming, it sounds like it'd be useful for your usecase as well.

And as for what I was referring to earlier with the templates and such, I think a template could be configured to insert the header images (e.g. General, Phonograph, etc.) in lieu of the header text. That is, whenever it encounters the text (which inserts a heading "GENERAL NEWS"):

# GENERAL NEWS

Then it could replace that with the corresponding image, provided it's configured correctly.

So in theory it *should* be possible to type it all up in Markdown using Notepad++/VS Code, run it through Pandoc, open the generated RTF file, copy it and paste it all in the NG News box and everything should appear as it was in the RTF file.

Awesome post thanks for including me!

i got featured two times (both neogeo) for typing random quotes haha, april fools was coming up so i've prepared something not funny

@Gimmick Whoa, a lot of that just flew over my head.

@The-Great-One I'll try making a newspost using that process and I'll describe it in more detail there. Perhaps it might help you reduce the effort involved in typing these up if it works.