Why is it a problem?

|
ayyetism_luv 2022-07-21 16:49:26
without using glow ofcourse
K11M1 2022-07-21 16:49:45
ic
K11M1 2022-07-21 16:50:54
so vim is out of the question because?
ayyetism_luv 2022-07-21 16:57:17
K11M1 2022-07-21 16:50:54
so vim is out of the question because?

linux_group-1385465.jpg

smol_mazunki 2022-07-21 16:58:48
ayyetism_luv 2022-07-21 16:20:59
Yes but if you were to cat a markdown file, you would see all the #’s and the -‘s and the hyperlinks.

i just use neovim

smol_mazunki 2022-07-21 16:59:35
i also have a FileWrite autocommand to save as a pdf through pandoc
smol_mazunki 2022-07-21 16:59:55
and then open zathura on the sides
ayyetism_luv 2022-07-21 17:02:00
My brothers in Christ, the problem here is the context-switching and/or using extra services.
ayyetism_luv 2022-07-21 17:02:27
I guess the solution is to make my solution
smol_mazunki 2022-07-21 17:10:53
ayyetism_luv 2022-07-21 17:02:00
My brothers in Christ, the problem here is the context-switching and/or using extra services.

the context switching is seamless if you set up autocmds

smol_mazunki 2022-07-21 17:11:07
for latex i have zathura open automatically
smol_mazunki 2022-07-21 17:11:21
with synctex support, too
K11M1 2022-07-21 17:11:45
ayyetism_luv 2022-07-21 16:57:17

oh i see, you want stuff that is not in the standard markdown 😀

K11M1 2022-07-21 17:14:27
there would be a way to do this in emacs https://jblevins.org/log/mmm

Syntax highlighting for code blocks in Emacs Markdown Modejblevins.org
A follow-up to Charl Botha’s post on using mmm-mode for syntax highlighting of fenced code blocks in Markdown mode.
K11M1 2022-07-21 17:15:13
and this for vim https://vimtricks.com/p/highlight-syntax-inside-markdown/

Highlight syntax inside Markdown – VimTricksVimTricks
Vim can highlight code syntax embedded inside Markdown
ayyetism_luv 2022-07-21 17:19:34
smol_mazunki 2022-07-21 17:11:21
with synctex support, too

when you edit the markdown, do you see the changes in a separate application/window?

smol_mazunki 2022-07-21 17:27:31
ayyetism_luv 2022-07-21 17:19:34
when you edit the markdown, do you see the changes in a separate application/window?

yeah

smol_mazunki 2022-07-21 17:27:59
there’s two steps to that: FileWrite runs the recompilation, so the pdf file is correct
smol_mazunki 2022-07-21 17:28:17
and zathura is nice because it updates onFileChange automatically
smol_mazunki 2022-07-21 17:28:49
opening zathura can be done at FileWrite, or other targets
DwhWasTaken 2022-07-21 17:34:18
cr0ma 2022-07-21 14:56:15
Why 32 gb of ram?

It’s a windows conspiracy…
Or maybe arch users’ 🤔

ayyetism_luv 2022-07-21 17:36:48
smol_mazunki 2022-07-21 17:27:31
yeah

that is my problem

smol_mazunki 2022-07-21 17:37:36
ayyetism_luv 2022-07-21 17:36:48
that is my problem

why is it a problem?

ayyetism_luv 2022-07-21 17:38:00
smol_mazunki 2022-07-21 17:37:36
why is it a problem?

not really a problem but a slight annoyance

ayyetism_luv 2022-07-21 17:38:22
look up obsidian to see the experience i am looking for
smol_mazunki 2022-07-21 17:38:38
ayyetism_luv 2022-07-21 17:38:00
not really a problem but a slight annoyance

not sure why you want to use markdown if you want to edit a processed version

ayyetism_luv 2022-07-21 17:39:41
smol_mazunki 2022-07-21 17:38:38
not sure why you want to use markdown if you want to edit a processed version

i want the markdown to process and render itself as i write

BarakObama 2022-07-21 17:39:48
cr0ma 2022-07-21 14:56:15
Why 32 gb of ram?

where is this?

smol_mazunki 2022-07-21 17:39:58
ayyetism_luv 2022-07-21 17:39:41
i want the markdown to process and render itself as i write

mardown, by definition, is not even universal

BarakObama 2022-07-21 17:40:10
linux_group-1385491.jpg

smol_mazunki 2022-07-21 17:40:19
markdown is a way to write raw text files where it’s easy to see what you mean as you write it
ayyetism_luv 2022-07-21 17:40:21
smol_mazunki 2022-07-21 17:39:58
mardown, by definition, is not even universal

yes, only conventions exist

BarakObama 2022-07-21 17:40:32
smol_mazunki 2022-07-21 17:40:19
markdown is a way to write raw text files where it’s easy to see what you mean as you write it

use dendron

BarakObama 2022-07-21 17:40:45
https://www.dendron.so/

www.dendron.so
Dendron is a note taking tool that helps technical teams organize and reference any amount of information.
smol_mazunki 2022-07-21 17:40:55
# Some title
hello! my name is *mazunki* and i am a very /cool/ linux user
yadda yadda

bye~

|