Increment header levels in the README.md files of the libraries
This commit is contained in:
parent
a2e2fc93b1
commit
fbd6e790c7
10 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# libimagbookmark
|
||||
## libimagbookmark
|
||||
|
||||
This library crate implements functionality for bookmarks.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# libimagcounter
|
||||
## libimagcounter
|
||||
|
||||
Library of "imag-counter", usable by other modules as well to implement counter
|
||||
functionality for entries.
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# libimagdiary
|
||||
## libimagdiary
|
||||
|
||||
This library crates implements a full diary.
|
||||
|
||||
One can have one or more diaries in the store, each diary can have unlimited
|
||||
entries.
|
||||
|
||||
## Future plans
|
||||
### Future plans
|
||||
|
||||
The diary should be able to provide _daily_, _hourly_ and even _minutely_
|
||||
diary entries, so one can use the diary as normal "Dear diary,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# libimagentryfilter
|
||||
## libimagentryfilter
|
||||
|
||||
Helper library to filter lists of entries by certain predicated. Offers filters
|
||||
for filtering by header values and other predicates, plus this library offers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# libimagentrylink
|
||||
## libimagentrylink
|
||||
|
||||
Linking library for linking entries with other entries. Used for "imag-link",
|
||||
the commandline utility, but intended for use in other binaries and libraries as
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# libimagentrylist
|
||||
## libimagentrylist
|
||||
|
||||
Library for listing entries in different manner.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# libimagentrymarkdown
|
||||
## libimagentrymarkdown
|
||||
|
||||
Helper crate to add useful functionality in a wrapper around
|
||||
[hoedown](https://crates.io/crates/hoedown) for imag.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# libimagentrytag
|
||||
## libimagentrytag
|
||||
|
||||
Library for tagging entries. Used in "imag-tag" but should be used in all other
|
||||
modules which contain tagging functionality, so the backend and frontend look
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# libimagerror
|
||||
## libimagerror
|
||||
|
||||
In imag, we do not panic.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# libimaginteraction
|
||||
## libimaginteraction
|
||||
|
||||
A crate for more general interaction with the user (interactive commandline
|
||||
interface).
|
||||
|
|
Loading…
Reference in a new issue