Posts

Showing posts with the label markdown

PyCharm - tips, tricks and plugins

Image
Introduction I have been using Vim for a long time, but recently I have started using PyCharm too. This tool has many proper features and plugins. I will show you some of them. You will find here many gifs instead of text. In this way, you can easily see how it works, how it looks, etc. Plugins   .ignore This plugin was written by my friend. Here is more info about it. It will generate new ignore files for you. BashSupport Supports syntax highlighting, rename refactoring, documentation lookup, inspections, quickfixes, etc. Dash A smart and simple plugin that provides keyboard shortcut access for Dash . KeyPromoter Shows you how easy you can make the same action using only a keyboard. Lua Support for LUA. Markdown Support for markdown. YAML/Ansible support I don't want to write again "Support for YAML/Ansible". Tips & Tricks You do not know what to do? Do not be scared! Just use TODO. You have access to Termin

Konwerter Pandoc

Pandoc służy do konwertowania jednego typu dokumentu na drugi. Kiedy jest to przydatne? Na przykład wtedy, gdy piszesz dokumenty w języku Markdown , a potrzebujesz takie pliki komuś przesłać czy wstawić na stronę lub po prostu najzwyczajniej na świecie postanowiłeś przejść na dokumentowanie swojej pracy w innym języku. Nie będziesz przecież teraz tego wszystkiego przerabiał ręcznie ;) Pierwsze co należy zrobić to zainstalować Pandoc dla swojego systemu.  W fedorze zrobisz to komendą: sudo yum install pandoc Konwersja do pliku EPUB (ebook): pandoc -f markdown -t epub README.md -o docs/readme.epub Konwersja do pliku HTML: pandoc README.md -o docs/readme.html Konwersja do pliku HTML5: pandoc -S -5 README.md -o docs/readme.html Konwersja do pliku ODT : pandoc README.md -o docs/readme.odt Przy konwersji do pliku PDF  trzeba użyć innego polecenia, przynajmniej ja tak musiałem zrobić na Fedorze 16. Próbowałem poprzez pandoc , ale ciągle generował mi plik HTML... Jeśli dział