Adding weechat fixing README

This commit is contained in:
Jose 2023-04-02 07:47:01 -03:00
parent ce6b70bb1c
commit 99fec984af
3 changed files with 18 additions and 2 deletions

View File

@ -49,7 +49,7 @@ opportunity to learn about computers, files, directories and programs.
** File conversion
* [[./tutorial/convertppt2pdf.org][Convert office files to pdf]]
* [[./tutorial/pandoc.org.org][Convert markup text to multiple formats using 'pandoc']]
* [[./tutorial/pandoc.org][Convert markup text to multiple formats using 'pandoc']]
* [[./tutorial/poppler.org][Convert pdf to text or html using 'poppler']]
* [[./tutorial/video_convert.org][Convert videos]]

View File

@ -30,3 +30,11 @@ A for loop can be used to convert all markdown files in a directory to ~emacs-or
#+begin_example bash
for i in *.md ; do echo "$i" && pandoc -s $i -o $i.org ; done
#+end_example
** Convert a bibliography text
Use citeproc to convert a '.bib' file to html
#+begin_example bash
pandoc ./bib/biblio.bib -s --citeproc -o arquivo.html
#+end_example

View File

@ -1,3 +1,4 @@
#+DATE: 2023-02-21
#+OPTIONS: toc:nil num:nil
* How to use weechat to connect to matrix service
@ -28,8 +29,15 @@ Saving configuration:
/save
#+end_src
** And now, what?
Once in the channel you can use ~/~ to access the available commands, e.g.,
* /buffer weechat: go to weechat buffer
* /buffer user_name: got to "user_name" buffer
** References
- [[https://github.com/poljar/weechat-matrix][weechat-matrix on github]]
- [[https://matrix.org:443/_matrix/client/r0/login/sso/redirect?redirectUrl=http://127.0.0.1:60673
][Quickstart guite matrix]]
][Quickstart guide matrix]]