Commit Graph

52 Commits

Author SHA1 Message Date
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
2c50de9a29 Fix type of id to match the new editor structure 2020-05-30 23:24:03 +02:00
3755e42a75 Render markdown with goldmark
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-24 20:40:41 +02:00
4840eca7eb Render markdown and links in backrefs
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-18 22:09:48 +02:00
40d1fc3879 Add -baseurl command line argument
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-18 21:58:44 +02:00
419571daf6 Extract getPageBase 2020-05-18 21:49:57 +02:00
1af1ae164c Add redirect uri to page 2020-05-18 21:12:49 +02:00
f6577ed574 Remove outputs 2020-05-17 16:09:52 +02:00
eb6dd6f2ee Add search to wiki
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-17 15:09:18 +02:00
0380238e00 Groups lines from pages in backrefs
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-16 22:27:48 +02:00
86f4d68d9c Show more information in back references
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-16 21:02:19 +02:00
191db91095 Allow more link names
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-13 22:36:03 +02:00
8f653778ee Create page for new editor when missing
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-12 16:12:33 +02:00
d6ad4e7a18 Use wiki-list-editor
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-11 23:34:10 +02:00
6c04d9871f improve backrefs for view and edit
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-08 17:21:39 +02:00
ef5e074cb0 Backref basics
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-07 15:20:36 +02:00
1d24f5cd86 Create tags by prefixing links with "#"
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-07 14:26:36 +02:00
52d057f2e3 Guard for empty page
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-25 13:14:11 +02:00
35849b8a33 Insert content into editor
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-25 12:56:11 +02:00
2afde26606 Generate dist on directory up to simplify test and production
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-25 12:46:48 +02:00
219981913e Implement blocks based editor 2019-08-25 12:30:00 +02:00
7a0cd18f7a Improve display of dates and times in recent changes
All checks were successful
the build was successful
2019-03-03 08:36:22 +01:00
ca643a2f2b Fix recent changes calculation
All checks were successful
the build was successful
2019-03-03 08:30:04 +01:00
e80383911d Improve date formatting
All checks were successful
the build was successful
2019-03-02 14:38:35 +01:00
66719c58fc Merge multiple changes to the same file 2019-03-02 14:24:52 +01:00
5d5f537df9 Show summary in recent changes
All checks were successful
the build was successful
2019-03-02 14:06:17 +01:00
e7de7703ab Log mismatched state 2019-02-25 20:09:43 +01:00
12f65072f2 Log error when flushing fails 2019-02-25 19:03:04 +01:00
47783e70ba Return error from Save method
All checks were successful
the build was successful
2019-02-19 07:34:52 +01:00
f1695c3136 Specify port with -port argument
All checks were successful
the build was successful
2019-02-18 20:47:55 +01:00
53bb6bdf23 Add recent changes 2019-02-18 20:47:31 +01:00
8e2dd0993a Check if we are logged in 2019-02-05 21:22:16 +01:00