Commit graph

21 commits

Author SHA1 Message Date
5d18cee75e Add firstHeading styles 2021-12-24 17:56:38 +01:00
01476fff5d Deprecate magic words 2021-10-17 18:02:29 +02:00
99af43d499 Add embed page utility 2021-10-06 23:03:59 +02:00
479d8eecc0 Adding some extensions and appearance improvements. 2021-10-06 22:48:14 +02:00
ec720743b3 Add circles extension 2021-09-04 08:10:28 +02:00
a712303ccd Improve robots tags 2021-08-17 06:30:49 +02:00
7413437b4c Some minor fixes to app_sync.py 2021-08-17 06:24:15 +02:00
b06a9b578e Fix markdown_striketrugh import not working 2021-08-03 19:48:33 +02:00
472045cbfd customize page limit 2021-08-03 19:21:26 +02:00
a5bda3e170 Add sync support 2021-08-03 11:41:18 +02:00
cb87ec347d Restyle most recent list: add grid 2021-07-27 21:41:41 +02:00
64f8b98acd Add config parsing 2021-07-25 17:41:44 +02:00
5b09427f2f minor style changes 2021-07-24 18:00:04 +02:00
53559dc4f2 Add PagePolicy and PagePolicyKey tables, some indexes and flags on Page table.
Schema changes; please run migration tool on existing Page table to continue using:

    from playhouse.migrate import SqliteMigrator, migrate
    migrator = SqliteMigrator(database)
    migrate(
        migrator.drop_column('page', 'is_redirect'),
        migrator.add_column('page', 'flags', BitField())
    )
2021-04-04 20:05:19 +02:00
6b1c57726d slight UI changes 2021-04-02 23:52:28 +02:00
c7dcb5f3e9 Adjust paragraph line height 2021-03-28 22:46:51 +02:00
855066858a Change titlebar text when page title is known 2021-03-15 22:11:10 +01:00
0394e4b0d4 Add JS page info 2021-03-14 22:50:49 +01:00
2b7d990bb9 Change favicon tone 2021-03-12 12:16:10 +01:00
812c95f341 Enable light/dark switch without JS 2021-02-23 23:54:29 +01:00
c2bf966dac initial commit (it has come late tho 🙁) 2021-02-23 22:54:08 +01:00