Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
51365eb
implement in-app-wiki
newhinton May 26, 2022
98466fe
use apple store link
newhinton May 26, 2022
55a949c
add tips and tricks section
newhinton May 26, 2022
cffd98b
add most used markdown sequences and shortcuts
newhinton May 26, 2022
8cb7a87
add close button
newhinton May 26, 2022
8c54111
create visual workaround for h1 not working
newhinton May 26, 2022
7930b78
make tables look good
newhinton May 26, 2022
9907e37
create sample note from welcome and help
newhinton May 26, 2022
dff294d
fix lint
newhinton May 26, 2022
73ba3c7
add more translations
newhinton May 27, 2022
985a8f7
fix feature-styling for lines with icons
newhinton May 27, 2022
914f376
define props only once
newhinton May 27, 2022
948f695
update welcome and help appsections
newhinton May 27, 2022
c22192f
increase padding for welcome
newhinton May 27, 2022
7480f91
apply suggestions by @korelstar
newhinton Oct 3, 2022
41c1125
remove duplicate new-note-button
newhinton Oct 3, 2022
57b7fe3
fix rebase issues
newhinton Oct 4, 2022
632ac91
remove close button
newhinton Oct 4, 2022
fac451e
use nc button
newhinton Oct 4, 2022
db98f92
fix help not closing properly
newhinton Oct 4, 2022
8cbcfcc
remove custom stylesheet
korelstar Oct 16, 2022
64f24dd
use material-design icon
korelstar Oct 16, 2022
13f3b34
improve translatability and use no copyright-relevant quote
korelstar Oct 16, 2022
2c1979d
use title
korelstar Oct 16, 2022
29ba971
fix illegal modification of prop
korelstar Oct 16, 2022
3ba1f6f
fix lint
korelstar Oct 16, 2022
e62eecf
fix long URI GET parameter
korelstar Oct 16, 2022
a747277
rename sample note
korelstar Oct 16, 2022
8696ffa
fix Event state
korelstar Oct 17, 2022
aedc3e2
remove duplicate code
korelstar Oct 17, 2022
9dec2bf
fix URL
korelstar Oct 17, 2022
f0b0757
fix language
korelstar Oct 17, 2022
d6b6128
move constant data to data
korelstar Oct 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions css/notes.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@ li:focus .app-navigation-entry__utils .action-item {
visibility: visible;
}

/* Welcome / Help */
.feature {
background-position: left center;
width: 100%;
min-height: 32px;
line-height: 32px;
padding-left: 32px;
margin-top: 0.3em !important;
margin-bottom: 0.3em !important;
display: inline-block;
vertical-align: middle;
}

.feature ul {
list-style: circle outside;
padding-left: 2em;
}


@media print {
#header,
.app-navigation,
Expand Down
46 changes: 46 additions & 0 deletions img/badge_applestore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading