ihsan
ihsan
And here's how I embedded [TikZJax](https://tikzjax.com). `zettelkasten/head.html` ```js window.addEventListener("load", function(){ for (let element of document.getElementsByClassName("tikzjax")) { let parent = element.parentNode; let pparent = parent.parentNode; let script = document.createElement('script'); script.type =...
Tags are also displayed with a prefix: `z:tag/` on the generated website ``` --- date: blabla --- # Multiple `git commit` Messages in a #one-liner ``` rendered as: ### Multiple...
Cane be done only for markdown with autocmd in a global vimrc ```vim au FileType markdown let b:delimitMate_nesting_quotes = ['`'] ```
I've never done Lua before I am not sure I can maintain but if it is a one time feature and does not require that much maintenance and it will...
Oh, that's right, I will add a detection section soon. Thanks
It is already automatically deletes the PLACEHOLDER and starts insert mode when creating the new zettel. The process goes like this: - `User hits gzn`, Creates new zettel and user...
Yes that is right. It is an old image. It used to show the preview window, but some updates (using title and id cache without using fzf's with_preview option) brought...
> Yes, I plan to do this. See srid/neuron#321 Great to see that there is a plan. > You first need to collect evidence of what is slowing things down...
1. Editing zettel-1 2. Create zettel-2 with `gzn` and save zettel-2 with `:w`. 3. Last edited zettel is zettel-2 because last saved zettel is zettel-2. We need **penultimate** edited zettel....
Yes, looks like, > We need penultimate edited zettel. But in that case, when user edits a zettel-1 and saves it, opens another file other than zettelkästen and presses `gzu`...