summaryrefslogtreecommitdiffstats
path: root/lib/entry
AgeCommit message (Expand)Author
2019-08-28[Auto] lib/entry/category: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/entry/annotation: Fix Clippy warningsflip1995
2019-08-25Merge branch 'clippy' into masterMatthias Beyer
2019-08-25Fix: Do not check via regexMatthias Beyer
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-07-26Fix Hash vs PartialEq bug found by Clippyflip1995
2019-07-09Fix for update to new version of mdcatMatthias Beyer
2019-06-30Update all dependenciesMatthias Beyer
2019-06-29Fix: Location of tags should not change in the refactoringMatthias Beyer
2019-06-29Add testsMatthias Beyer
2019-06-29Update dependency: toml-query: 0.9.2 for index-out-of-bounds fixesMatthias Beyer
2019-06-29Add test whether setting tags worksMatthias Beyer
2019-06-29Tagable should not be implemented for ValueMatthias Beyer
2019-06-29Simplify implementation of has_tags()Matthias Beyer
2019-06-29Remove unused importsMatthias Beyer
2019-06-29Simplify implementation of has_tag()Matthias Beyer
2019-06-29Simplify implementation of remove_tag()Matthias Beyer
2019-06-29Simplify implementation of add_tag()Matthias Beyer
2019-06-29Simplify implementation of set_tags()Matthias Beyer
2019-06-29Simplify implementation using toml-query PartialMatthias Beyer
2019-06-26Add trace outputMatthias Beyer
2019-06-26libimagentrylink: Add debugging outputMatthias Beyer
2019-06-26Add support for directional linksMatthias Beyer
2019-06-23Fix expected link in testMatthias Beyer
2019-06-23Add more debug outputMatthias Beyer
2019-06-23Add test whether adding an URL worksMatthias Beyer
2019-06-23Rewrite UrlLinkerMatthias Beyer
2019-06-23Reimplement link module with header PartialMatthias Beyer
2019-06-23Refactor: Remove notion of "external link"sMatthias Beyer
2019-06-23Fix: Make sure links are sorted and deduplicatedMatthias Beyer
2019-06-23Remove annotateable linkingMatthias Beyer
2019-06-22Remove obsolete (internal) functionMatthias Beyer
2019-06-21Rename module: linker -> linkableMatthias Beyer
2019-06-21Rename interfaceMatthias Beyer
2019-06-15Merge branch 'libimagentrylink-split' into masterMatthias Beyer
2019-05-31Split "internal" module into several submodulesMatthias Beyer
2019-05-31Fix debug output messageMatthias Beyer
2019-05-31Rename functions: *_external_link -> *_urlMatthias Beyer
2019-05-31Adapt tested pathMatthias Beyer
2019-05-31Fix libimagentrymarkdown for new url libMatthias Beyer
2019-05-31Fix import for new libimagentryurl libMatthias Beyer
2019-05-31Move code from external libimagentrylink module to libimagentryurlMatthias Beyer
2019-05-30Add libimagentryurlMatthias Beyer
2019-05-30Change interface of Viewer to propagate io errorsMatthias Beyer
2019-05-30Replace deprecated functioncallMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-25Remove lazy_staticMatthias Beyer
2019-05-18Fix: Entries::in_collection() should be able to return errorMatthias Beyer
2019-05-18Remove InternalLinker::set_internal_links()Matthias Beyer