mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-02 09:05:08 +00:00
Improve reading doc pages
This commit is contained in:
parent
760dec2230
commit
9266a6bd32
@ -111,6 +111,13 @@ view model =
|
|||||||
node "body"
|
node "body"
|
||||||
[]
|
[]
|
||||||
[ mainHero model
|
[ mainHero model
|
||||||
|
, demoHero
|
||||||
|
, section [ class "section" ]
|
||||||
|
[ div [ class "container" ]
|
||||||
|
[ Demo.demo Demo.processDemo
|
||||||
|
, Demo.demo Demo.navigateDemo
|
||||||
|
]
|
||||||
|
]
|
||||||
, featureHero model
|
, featureHero model
|
||||||
, section [ class "section" ]
|
, section [ class "section" ]
|
||||||
[ div [ class "container" ]
|
[ div [ class "container" ]
|
||||||
@ -127,13 +134,6 @@ view model =
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
, demoHero
|
|
||||||
, section [ class "section" ]
|
|
||||||
[ div [ class "container" ]
|
|
||||||
[ Demo.demo Demo.processDemo
|
|
||||||
, Demo.demo Demo.navigateDemo
|
|
||||||
]
|
|
||||||
]
|
|
||||||
, getStartedHero model
|
, getStartedHero model
|
||||||
, div [ class "section" ]
|
, div [ class "section" ]
|
||||||
(GetStarted.getStarted model.flags.version)
|
(GetStarted.getStarted model.flags.version)
|
||||||
@ -322,10 +322,10 @@ mainHero model =
|
|||||||
]
|
]
|
||||||
, div [ class " buttons is-centered" ]
|
, div [ class " buttons is-centered" ]
|
||||||
[ a
|
[ a
|
||||||
[ class "button is-primary is-medium"
|
[ class "button is-info is-medium"
|
||||||
, href "#get-started"
|
, href "#demos"
|
||||||
]
|
]
|
||||||
[ text "Get Started"
|
[ text "Screencasts"
|
||||||
]
|
]
|
||||||
, a
|
, a
|
||||||
[ class "button is-info is-medium"
|
[ class "button is-info is-medium"
|
||||||
@ -334,10 +334,10 @@ mainHero model =
|
|||||||
[ text "Features"
|
[ text "Features"
|
||||||
]
|
]
|
||||||
, a
|
, a
|
||||||
[ class "button is-info is-medium"
|
[ class "button is-primary is-medium"
|
||||||
, href "#demos"
|
, href "#get-started"
|
||||||
]
|
]
|
||||||
[ text "Screencast"
|
[ text "Get Started"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@ -72,16 +72,16 @@ looked at are marked as "new" automatically.
|
|||||||
Click on a tag to show only items with this tag, the tag is marked
|
Click on a tag to show only items with this tag, the tag is marked
|
||||||
with a check (✔) icon. Click again, to show only items that are not
|
with a check (✔) icon. Click again, to show only items that are not
|
||||||
tagged with the tag. Then the tag is marked with a minus (–) icon.
|
tagged with the tag. Then the tag is marked with a minus (–) icon.
|
||||||
Clicking a third time deselects the tag and the icon goes back to an
|
Clicking a third time deselects the tag and the icon goes back to a
|
||||||
"tag" icon.
|
"tag" icon.
|
||||||
|
|
||||||
By default, a few tags are shown and you can expand to list all using
|
By default, the most used tags are shown and you can click on *Show
|
||||||
the *Show more* link. How many tags are displayed can be changed in
|
more…* to list all. How many tags are displayed can be changed in the
|
||||||
the ui settings (go to *User Settings* ‣ *Ui Settings*).
|
ui settings (go to *User Settings* ‣ *Ui Settings*).
|
||||||
|
|
||||||
When multiple tags are checked (✔), only tags are shown that have all
|
When multiple tags are checked (✔), only items are shown that have all
|
||||||
the tags. When multiple tags are excluded (–), then only tags are
|
these tags. When multiple tags are excluded (–), then only items are
|
||||||
shown that don't have at least one of these tags.
|
shown that don't have these tags.
|
||||||
|
|
||||||
The same applies to tag categories. You can show all items that have
|
The same applies to tag categories. You can show all items that have
|
||||||
at least on tag of a checked (✔) category. Or you can list all items
|
at least on tag of a checked (✔) category. Or you can list all items
|
||||||
|
@ -53,6 +53,7 @@ h1
|
|||||||
border-bottom: 1px solid #ccc
|
border-bottom: 1px solid #ccc
|
||||||
padding-bottom: 0.15em
|
padding-bottom: 0.15em
|
||||||
|
|
||||||
|
|
||||||
a.zola-anchor
|
a.zola-anchor
|
||||||
padding-left: 0.75rem
|
padding-left: 0.75rem
|
||||||
display: none
|
display: none
|
||||||
@ -100,3 +101,8 @@ p.has-text
|
|||||||
.card.full-height
|
.card.full-height
|
||||||
.card-content
|
.card-content
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
|
.content.doc
|
||||||
|
font-size: 1.1em
|
||||||
|
max-width: $desktop
|
||||||
|
text-align: left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user