summaryrefslogtreecommitdiffstats
path: root/docs/formats.md
AgeCommit message (Collapse)Author
2020-12-19Comply with GPL by acknowledging all authors and including license info in ↵Micah Jerome Ellison
each source file (#1121) * Update authors to "jrnl contributors" to comply with GPL3 * Include jrnl email address with contributors * Include GPL notice in jrnl --version * Apply consistent copyright and license to all Python files * Add copyright and license to documentation * Add copyright and license to docs theme * Wiping poetry cache to try to resolve a test issue * Testing with Python 3.9.0 in attempt to bypass GitHub Actions failure in 3.9.1 * make format * Exclude Windows Python 3.9 build which is failing due to a GitHub Actions problem * Modify testing to get around this 3.9 issue... * Fix exclude
2020-12-12Make docs site (jrnl.sh) fully meet Web Content Accessibility Guidelines ↵Jonathan Wren
(WCAG) 2.1 (#1105) * add some attribtutes to docs template for accessbility * fix colors to meet accessibility guidelines (4.5 contrast ratio for text) * Fix last remaining pa11y error (no button on search form) This fix required moving the mkdocs theme out of the docs directory. It's no in the docs_theme directory, and the mkdocs config is updated accordingly. * Re-enable accessibility testing for docs sit Also, move the pa11y script into the gh actions workflow * clean up linting issues in css * fix and standardize link colors across site * fix twitter button opacity making text fail contrast requirements * move buttons on docs site index nav, tweak font weights * fix footer opacity, tweak spacing of the now more visible sections of the page * change font sizes on index page to meet WCAG * udpate font sizes site-wide for accessibility * fix sidebar for accessibility (font sizes and color contrasts) * restyle code blocks to have dark background, and meet accessibility requirements * standardize (accessible) colors across docs site
2020-10-24Documentation updates (#1032)Micah Jerome Ellison
* Applying doc changes based on reviews of past several documentation PRs * Update docs Clean up encryption docs Clean up security docs Delete export.md Make new formats.md and add to sidebar. Also add all of the built-in formats, and examples for each. Update mkdocs config for new files * Fix broken docs links * Correct incomplete sentences and markdown formatting issues * Make overview a little more concise * Update some command line arguments to latest version and make it a bit more concise * Clean up unneeded TOML modifications and other scaffolding not needed for 3.9 * Revert "Clean up unneeded TOML modifications and other scaffolding not needed for 3.9" This reverts commit 13b4266ed1e7150ef5a2235a2f816333692b71f2. * Specify that brew is also the easiest way to install jrnl on Linux * Update docs/security.md * Update docs/recipes.md * Doc updates: - Remove import/export page, fold it into formats - Rename security to privacy-and-security.md to avoid conflation w/ github security issues - Various small cleanup and edits from PR review Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>