Skip to content

Commit

Permalink
feat: add reference to @d-r-a-b's gist about neorg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Apr 28, 2023
1 parent 415cc19 commit 9b3c154
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 6 additions & 2 deletions norg_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ M.opts = {
return M
```

If you still have problems setting up `neorg`, `@d-r-a-b` explains more thoroughly in
[Understanding Neorg dependencies](https://gist.github.com/d-r-a-b/3af7083a018be15e6c1d1d2c5317e9c7).
I'd really recommend this as well 😄


# How to Write Your Notes

Expand Down Expand Up @@ -295,10 +299,10 @@ As a workaround, funny enough, you can prepend a link with `!` like `!{path}[nam
which will be correctly converted to image tag when exported to markdown files.
(Of course this only works with markdown and I hope this will not become the correct way.)
```norg
!{https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png}
!{https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png}[Norg format]
```
Example:
![https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png](https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png)
![Norg format](https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png)


## Sync with Git, Nextcloud, etc
Expand Down
10 changes: 7 additions & 3 deletions norg_tutorial.norg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description:
authors: takuto
categories:
created: 2023-04-17
updated: 2023-04-19
updated: 2023-04-29
version: 1.0.0
@end

Expand Down Expand Up @@ -67,6 +67,10 @@ version: 1.0.0
return M
@end

If you still have problems setting up `neorg`, `@d-r-a-b` explains more thoroughly in
{https://gist.github.com/d-r-a-b/3af7083a018be15e6c1d1d2c5317e9c7}[Understanding Neorg dependencies].
I'd really recommend this as well 😄

* How to Write Your Notes

** Basics of Plugins
Expand Down Expand Up @@ -256,10 +260,10 @@ version: 1.0.0
which will be correctly converted to image tag when exported to markdown files.
(Of course this only works with markdown and I hope this will not become the correct way.)
@code norg
!{https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png}
!{https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png}[Norg format]
@end
Example:
!{https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png}
!{https://user-images.githubusercontent.com/76052559/150838408-1a021d7b-1891-4cab-b16e-6b755e741e87.png}[Norg format]

** Sync with Git, Nextcloud, etc
*BACKUP YOUR NOTES*
Expand Down

3 comments on commit 9b3c154

@d-r-a-b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad you found the document helpful 😁

From the discussion with Vhyrro on the discord, we are hoping to get this merged into the main repo in some form at some point too, just as a heads up

@d-r-a-b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice tutorial btw! 👍

@pysan3
Copy link
Owner Author

@pysan3 pysan3 commented on 9b3c154 Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your nice words and I’d be more than happy to contribute to the project.

I’d also say that it’ll be nice to have a section referring to the external modules as well. If we can go all the way, smtg like this would be awesome.

https://www.lazyvim.org/plugins/coding

Please sign in to comment.