Skip to content

Commit

Permalink
Fix more broken links; document usage of gf and forester keys
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Nov 1, 2024
1 parent ad69222 commit 3ec4b84
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion trees/macros.tree
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ so the text size almost matches the size output by native forester code. This do
\<html:blockquote>{\body}
}

\p{\code{fold[treeid]}: Making [transcludes](https://www.jonmsterling.com/jms-007L.xml) collapse. (Not working yet)}
\p{\code{fold[treeid]}: Making [transcludes](https://www.jonmsterling.com/foreign-forester-jms-007L.xml) collapse. (Not working yet)}

\def\fold[body]{
\scope{
Expand Down
4 changes: 2 additions & 2 deletions trees/uts-000S.tree
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
\title{Forester experiment}

\p{I'm experimenting using Jon Sterling's [Forester](https://www.jonmsterling.com/jms-005P.xml) for building [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten)-style [forests of evergreen notes](https://www.jonmsterling.com/foreign-forester-tfmt-0001.xml), like his [Notes on duploid theory](https://www.jonmsterling.com/jms-0047.xml) ([source](https://git.sr.ht/~jonsterling/public-trees)), CAIMEO's [The Rabbit Hole](https://caimeo.online/index.xml) ([source](https://github.com/CAIMEOX/caimeox.github.io)) or [Trebor’s forest](https://trebor-huang.github.io/forest/) ([source](https://github.com/trebor-huang/forest/)).}
\p{I'm experimenting using Jon Sterling's [Forester](https://www.jonmsterling.com/foreign-forester-jms-005P.xml) for building [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten)-style [forests of evergreen notes](https://www.jonmsterling.com/foreign-forester-tfmt-0001.xml), like his [Notes on duploid theory](https://www.jonmsterling.com/jms-0047.xml) ([source](https://git.sr.ht/~jonsterling/public-trees)), CAIMEO's [The Rabbit Hole](https://caimeo.online/index.xml) ([source](https://github.com/CAIMEOX/caimeox.github.io)) or [Trebor’s forest](https://trebor-huang.github.io/forest/) ([source](https://github.com/trebor-huang/forest/)).}

\p{I wish to use it to organize many definitions, theorems and discussions about the same mathematical concepts/topics.}

\p{My hope is to find these notes easier to reuse and refer to in blogs, papers, blueprints etc. Preferably, I would like to be able to author them in [Forester markup](https://www.jonmsterling.com/jms-007N.xml), LaTeX, Markdown, Typst, and various diagram tools, freely and in a reproducible manner (see [my post on this](uts-000X), and [relevant experiments](uts-0010)).}
\p{My hope is to find these notes easier to reuse and refer to in blogs, papers, blueprints etc. Preferably, I would like to be able to author them in [Forester markup](https://www.jonmsterling.com/foreign-forester-jms-007N.xml), LaTeX, Markdown, Typst, and various diagram tools, freely and in a reproducible manner (see [my post on this](uts-000X), and [relevant experiments](uts-0010)).}

\p{I also hope to keep a [[uts-0018]] since 2024.}

Expand Down
2 changes: 1 addition & 1 deletion trees/uts-000T.tree
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

\block{Authoring}{
\p{See [The Forester markup language](https://www.jonmsterling.com/jms-007N.xml) for Markup references, also consult [Forester changlog](https://www.jonmsterling.com/jms-005P.xml) for updates.}
\p{See [The Forester markup language](https://www.jonmsterling.com/foreign-forester-jms-007N.xml) for Markup references, also consult [Forester changlog](https://www.jonmsterling.com/foreign-forester-jms-005P.xml) for updates.}

\p{To find macros used in the forest, check out [[macros]].}
}
8 changes: 6 additions & 2 deletions trees/uts-002F.tree
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@ Other first aid key mappings or commands available in LunarVim:
- use `<leader>+h` to clear the search highlight
- Replace
- \verb~|use `%s/before/after/g` to replace all occurrences, remember`%`, otherwise it will only look for the pattern in the current line~
- use `:lua require("spectre").toggle()` to toggle the search and replace panel
- `<leader>+ss` to toggle the search and replace panel
- `<leader>+R` to replace all occurrences
- manually: use `gf` to go to each file, do edits, then `Ctrl+o` to go back and continue for the next file
}

\mdblock{Visual selection}{
Expand Down Expand Up @@ -291,11 +292,14 @@ It's very important to stay in the flow and Zen mode as much as possible. Split
\mdblock{Useful plugins}{
- Trouble
- `<leader>+xx` to open the trouble panel at the bottom

- Lean
- set local leader to " " (tentative)
- `<localleader>+i` to toggle Lean Infoview
- `<localleader>+r` to restart Lean server for the current file
- Forester
- `<localleader>+c` to create a new tree and open it
- `<localleader>+b` to browse and search trees by title
- `gf` to go to the tree under the cursor
}

\mdblock{Further reading}{
Expand Down

0 comments on commit 3ec4b84

Please sign in to comment.