Commit Graph

83 Commits

Author SHA1 Message Date
f5a6586b5f Fix path to dist files
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-16 00:17:55 +02:00
5850c556c8 Use webpack 5
All checks were successful
continuous-integration/drone/push Build is passing
- Generate to editor/dist
2021-08-15 23:18:57 +02:00
4927242b52 Cleanup calendar whitespace 2021-08-15 21:36:43 +02:00
b8822d13e2 Use Exist for calendar 2021-08-15 21:36:28 +02:00
170acda64f Add next and previous actions for calendar
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-15 13:47:13 +02:00
71838ee0af Improve saving of pages for blocks
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-13 00:41:26 +02:00
1e7924ef61 Show dot in calendar when daily note exists
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-11 20:43:19 +02:00
a4a9a5ca7a Add week urls to calendar
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-11 19:57:25 +02:00
4c2834f57c Fix august 2021 2021-08-11 19:56:58 +02:00
7f521bcde5 Add copyright comments
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-07 19:13:10 +02:00
d1858ad849 Add calendar
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-11 21:20:38 +01:00
67d658d1ba Also allow Bearer token
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-03 01:21:15 +01:00
b83b633dd6 Check if authToken is set
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-02 22:09:09 +01:00
1d81510ae0 Replace api token with ENV var API_TOKEN 2021-02-02 22:08:27 +01:00
35b8c45169 Add /api/block/ API 2021-01-17 17:36:17 +01:00
4d79405e22 Generate markdown for html view 2021-01-17 14:54:53 +01:00
692a065f82 Add "hmarkdown" format which is more article like
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-16 22:48:54 +01:00
dbc21eefba Add append API 2020-11-03 21:23:33 +01:00
47d504903d Add link operator to search
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-31 00:29:41 +01:00
5cc4e65638 Add blocks backend
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-21 20:49:23 +02:00
91d59c5b0f Add format=json, format=metakv 2020-08-31 11:50:03 +02:00
077d76462c Resolve today to page for current date
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-05 10:11:00 +02:00
556f462a2d Add sidebar 2020-08-05 10:05:25 +02:00
0197cee9a2 Replace title from the contents of the page
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-19 17:10:59 +02:00
942f6b2e9f Add link to today's page in navbar
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-19 15:18:03 +02:00
ff4f165c32 Hide graph on Daily Notes page 2020-07-19 15:09:15 +02:00
243c5df043 Improve graphs
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-08 00:45:06 +02:00
64f7ebe8f9 Improve colors of graph
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-05 21:18:42 +02:00
5bf14bd1d4 Show graph on edit page for neighbors two edges out
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-05 20:34:36 +02:00
005be8c733 Extract graph builder component 2020-07-05 14:12:15 +02:00
9a772809ba Remove fetchLink handler
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-04 15:07:41 +02:00
0fa2756b1b Show login page 2020-07-04 15:07:32 +02:00
32c8f0cfa0 Always redirect to homepage when not logged in 2020-07-04 15:03:37 +02:00
4f6c87c14e Link meta key value
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 17:36:36 +02:00
594f7ab96c Improve search 2020-07-01 16:40:10 +02:00
d8cf6ffddc Need filepages
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-30 23:23:46 +02:00
823f6e668a Add data in front of index name
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-30 23:16:24 +02:00
62bad5ec91 Use bleve search and improve save times
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-30 22:56:12 +02:00
7f7c17830a Servefile from right place
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-24 00:40:55 +02:00
dc32e5b5f8 Write _links.json and _documents.json on save 2020-06-23 23:54:49 +02:00
d0281edce2 Delete large connectors
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-18 08:30:46 +02:00
345aae3a9f Don't show Day pages
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-18 06:54:54 +02:00
0e7d908e2f Remove daily_notes -> date, and * -> done edges
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-17 22:06:37 +02:00
7f7cd71a17 Don't show self loops 2020-06-17 20:34:18 +02:00
fd755bfb61 Add graph possibilities
All checks were successful
continuous-integration/drone/push Build is passing
- Add dot language, which renders graphs
- Show search results when no results
- Add graph page
2020-06-17 17:41:32 +02:00
524b0140b5 Add export format: "markdown"
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-11 22:20:17 +02:00
5be5548634 Add baseurl 2020-06-09 20:36:41 +02:00
b27332057f Support code fenced blocks
All checks were successful
continuous-integration/drone/push Build is passing
- Improve rendering of code fence html
- Add slash command "Code Block"
- Use editor version 0.6.6
2020-06-01 01:57:23 +02:00
f2cc16341d Add autocomplete of page links
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-31 22:08:36 +02:00
725f1b8adb Don't decode ID's
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-30 23:31:34 +02:00