Auto saved by Logseq

This commit is contained in:
2022-05-26 16:31:56 +02:00
parent c7d25d6ee4
commit 49fb232124
5 changed files with 91 additions and 0 deletions
@@ -0,0 +1,5 @@
# document mode
- [[go]] https://wiki.c2.com/?DocumentMode
@@ -0,0 +1,4 @@
- This is an example of a user contributed [[subnode]].
- Any of the Agora [[users]] can contribute to the Agora home page by adding a file named `index.md` to their digital gardens.
- Later on ranking/filtering algorithms might need to be implemented. These will be ***open source*** and ***community driven***.
- I am a [[Flancian]], who are you?
@@ -0,0 +1,9 @@
- [[logseq]] is getting slower every day.
- thinking about starting to use [[wiki vim]] (not [[vim wiki]], confusingly :)) more regularly.
- #push [[wiki vim]]
- now I'm writing this in [[wiki vim]], in which:
- ,ww navigates to index.md
- ,w,w navigates to the current journal
- unfortunately navigating to a wikilink from the journal creates the file in journal/, even though I want it in the root.
- filed: https://github.com/lervag/wiki.vim/issues/225
- already resulted in a nice workaround that I can just plug into my .vimrc :)
@@ -0,0 +1,22 @@
# Logseq
- a [[pkm tool]]
- [[roam like]], but didn't set out to be a clone as [[athens]] apparently did
- by [[tienson qin]], [[junyu zhan]]
- [[twitter]] https://twitter.com/logseq
- [[go]] https://logseq.com
- [[git]] https://github.com/logseq/logseq
- [[bugs]] https://github.com/logseq/logseq/issues
- could be a better default [[agora editor]] than [[foam]]
- easier to use
- could be a better default [[agora editor]] than [[obsidian]]
- [[open source]]
- server components not quite, but coming soon
- browser based but also offers an [[app]] (electron)
- based around [[git]], like the [[agora]]
- can create a repository for you
- defaults to [[org-mode]] instead of [[markdown]] but they now (as of June 2021) support markdown well
- uses [[isomorphic git]]
- [[oauth]] support
- [[fission]] https://twitter.com/FISSIONcodes/status/1380313842622717953
- [[2022-05]] raised [[4m]]
- a bit slow at the ~5k notes range unfortunately. As of [[2022-05-26]] I'm experimenting with using [[wiki vim]] instead, although I do miss some [[logseq]] features.
@@ -0,0 +1,51 @@
- a [[tool]].
- [[personal knowledge management]]
- #go https://github.com/lervag/wiki.vim
- #doc https://github.com/lervag/wiki.vim/blob/master/doc/wiki.txt
- excerpt below
- <leader> is , by default
- not to be confused with [[vim wiki]].
- only thing missing for now is autocomplete for `[[`, which IIUC should be supported -- but I haven't made it play well with [[ncm2]] yet.
```
MODE LHS RHS~
==== === ===
`n` <leader>ww |<plug>(wiki-index)| [GLOBAL]
`n` <leader>wn |<plug>(wiki-open)| [GLOBAL]
`n` <leader>w<leader>w |<plug>(wiki-journal)| [GLOBAL]
`n` <leader>wx |<plug>(wiki-reload)| [GLOBAL]
`n` <leader>wb |<plug>(wiki-graph-find-backlinks)|
`n` <leader>wlc |<plug>(wiki-graph-check-links)|
`n` <leader>wg |<plug>(wiki-graph-in)|
`n` <leader>wG |<plug>(wiki-graph-out)|
`n` <leader>wf |<plug>(wiki-link-toggle)|
`n` <leader>wd |<plug>(wiki-page-delete)|
`n` <leader>wr |<plug>(wiki-page-rename)|
`n` <leader>wt |<plug>(wiki-page-toc)|
`n` <leader>wT |<plug>(wiki-page-toc-local)|
`n` <leader>wp |<plug>(wiki-export)|
`x` <leader>wp |<plug>(wiki-export)|
`n` <leader>wll |<plug>(wiki-link-show)|
`n` <leader>wlh |<plug>(wiki-link-extract-header)|
`n` <leader>wsl |<plug>(wiki-tag-list)|
`n` <leader>wsr |<plug>(wiki-tag-reload)|
`n` <leader>wss |<plug>(wiki-tag-search)|
`n` <tab> |<plug>(wiki-link-next)|
`n` <cr> |<plug>(wiki-link-follow)|
`n` <c-w><cr> |<plug>(wiki-link-follow-split)|
`n` <c-w><tab> |<plug>(wiki-link-follow-vsplit)|
`n` <c-w>u |<plug>(wiki-link-follow-tab)|
`n` <s-tab> |<plug>(wiki-link-prev)|
`n` <bs> |<plug>(wiki-link-return)|
`n` gl |<plug>(wiki-link-toggle-operator)|
`x` <cr> |<plug>(wiki-link-toggle-visual)|
`ox` au |<plug>(wiki-au)|
`ox` iu |<plug>(wiki-iu)|
`ox` at |<plug>(wiki-at)|
`ox` it |<plug>(wiki-it)|
`n` <c-n> |<plug>(wiki-journal-prev)| [JOURNAL]
`n` <c-p> |<plug>(wiki-journal-next)| [JOURNAL]
`n` <leader><c-n> |<plug>(wiki-journal-copy-tonext)| [JOURNAL]
`n` <leader>wu |<plug>(wiki-journal-toweek)| [JOURNAL]
`n` <leader>wm |<plug>(wiki-journal-tomonth)| [JOURNAL]
```