# Notion database todo example This example is builds a todo list using a notion database. ## Setup your notion api token Create an `internal` integration here: https://www.notion.so/my-integrations ```bash export NOTION_API_TOKEN='secret_token_here' ``` > Notice the space before the export command. > This will prevent your terminal from storing this token in your shell history... ## Selecting the database to use ```bash cargo run --example todo -- config ``` sg191/newsboat/'>newsboat
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/newsblurapi.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-14Don't retry feed retrieval on HTTP 304 (Not Modified)Gravatar Dennis van der Schagt 3-1/+10
2023-03-26Release 2.31r2.31Gravatar Alexander Batischev 6-22/+30
2023-03-26Bump copyright noticesGravatar Alexander Batischev 3-6/+6
2023-03-26CI: bump Rust to 1.68.1Gravatar Alexander Batischev 4-10/+10
2023-03-24Update Russian and Ukrainian translationsGravatar Alexander Batischev 2-10/+15
2023-03-23Chore(deps): bump cxx-build from 1.0.92 to 1.0.93Gravatar dependabot[bot] 1-3/+3
2023-03-21Chore(deps): bump curl-sys from 0.4.60+curl-7.88.1 to 0.4.61+curl-8.0.1Gravatar dependabot[bot] 2-3/+3
2023-03-20Chore(deps): bump bitflags from 2.0.1 to 2.0.2Gravatar dependabot[bot] 1-3/+3
2023-03-20Chore(deps): bump cxx from 1.0.92 to 1.0.93Gravatar dependabot[bot] 1-15/+26
2023-03-18Avoid calling virtual functions from destructorGravatar Alexander Batischev 1-3/+3
2023-03-18Do not shadow variablesGravatar Alexander Batischev 1-26/+26
2023-03-18Use std algorithm instead of a raw loopGravatar Alexander Batischev 1-6/+4
2023-03-18Mark overriden virtual functions with `override`Gravatar Alexander Batischev 1-6/+6
2023-03-18Avoid passing `std::string` by valueGravatar Alexander Batischev 3-7/+7
2023-03-18Mark single-argument constructors `explicit`Gravatar Alexander Batischev 3-3/+3
2023-03-18Reduce scope of some variables in testsGravatar Alexander Batischev 3-24/+19
2023-03-18Use proper Catch2 macros to test for true/falseGravatar Alexander Batischev 1-2/+2
2023-03-18tr.po: remove old translationGravatar Alexander Batischev 1-1/+1
2023-03-18Chore(deps): bump libc from 0.2.139 to 0.2.140Gravatar dependabot[bot] 1-2/+2
2023-03-17Update Italian translationGravatar Mauro Scomparin 1-5/+6
2023-03-16chore(l10n): Update Polish translationGravatar Carno 1-5/+5
2023-03-16Update Dutch translationGravatar Dennis van der Schagt 1-6/+8
2023-03-16Update Turkish translationsGravatar Emir SARI 1-6/+6
2023-03-16Chore(deps): bump bitflags from 1.3.2 to 2.0.1Gravatar dependabot[bot] 2-5/+11
2023-03-15Fix keybinds not working outside feedlist (#2358)Gravatar Alexander Batischev 17-16/+69
2023-03-15Update German translationsGravatar Lysander Trischler 1-52/+52
2023-03-15CI: bump Rust to 1.68.0Gravatar Alexander Batischev 4-10/+10
2023-03-15Update .pot and .po filesGravatar Alexander Batischev 19-3707/+3997
2023-03-13Chore(deps): bump chrono from 0.4.23 to 0.4.24Gravatar dependabot[bot] 1-2/+2