initial version
This commit is contained in:
8
test/notes/draft-note.org
Normal file
8
test/notes/draft-note.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Draft Note
|
||||
#+filetags: :draft:
|
||||
#+date: [2024-02-20]
|
||||
#+hugo_tags: noexport
|
||||
|
||||
* Work in Progress
|
||||
|
||||
This note is marked as noexport.
|
||||
24
test/notes/example-note.org
Normal file
24
test/notes/example-note.org
Normal file
@@ -0,0 +1,24 @@
|
||||
#+title: Example Note
|
||||
#+filetags: :test:example:
|
||||
#+date: [2024-02-21]
|
||||
#+hugo_lastmod: [2024-02-22]
|
||||
#+hugo_section: notes
|
||||
|
||||
* Introduction
|
||||
|
||||
This is an example org note with some features:
|
||||
|
||||
- A link to [[roam:Another Note]]
|
||||
- A citation cite:smith2020
|
||||
- Some *bold* and /italic/ text
|
||||
|
||||
* Code Example
|
||||
|
||||
#+begin_src python
|
||||
def hello():
|
||||
print("Hello, world!")
|
||||
#+end_src
|
||||
|
||||
* Conclusion
|
||||
|
||||
See also [[id:abc-123][Related Concept]] for more info.
|
||||
Reference in New Issue
Block a user